I have a table displayed below within a dialog box with several options on right -- I want to re-create it using wxpython within ArcGIS pythonaddins framework. First item is to display table within a dialog box with scroll down option. Second thing is to change "Cond." column based on any choice from "Update" column -- like for example, If I click on 'G' then "Cond." will change to 'Good' and will subsequently change 'A', 'B', 'C', and 'D' values (this is what I mean by interactive). Finally I want to write this modified table to a text file. I can create a dialog box but displaying table with interactive functionality is beyond my ken. Any suggestions would be highly appreciative.
