After adding the input fields through the "Add Controls from DataEnvironment" wizard (selected a grid layout and left changing field names for later), changed some field names and types. Now apparently the first two rows in the grid have the RowExpand property set which I guess is for expanding the row to fill available space. I have 7 rows, go to the last one and set the RowExpand property to true, then go to the first two and set that property to false. It seems to work with the first one but not the second one. Get this error message (sorry, don't know exactly at what point), sorry no more time for trying, got to get some real work done, back to hand coding.

Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 14665, in <lambda>
    lambda event: event.callable(*event.args, **event.kw) )
File "../../dabo-0.9.13/ide/ClassDesigner.py", line 2547, in afterTreeSelect
    self.CurrentForm.ensureVisible(selObj)
File "/home/richie/Python/dabo-0.9.13/ide/ClassDesignerFormMixin.py", line 1000, in ensureVisible
    obj.showContainingPage()
File "/usr/local/lib/python2.7/dist-packages/Dabo-0.9.13-py2.7.egg/dabo/ui/uiwx/dPemMixin.py", line 1018, in showContainingPage
    cntnr.Parent.SelectedPage = cntnr
AttributeError: 'NoneType' object has no attribute 'Parent'

_______________________________________________
Post Messages to: Dabo-users@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/52920c07.40...@gmail.com

Reply via email to