I am having an issue with the name and RegID properties of buttons. When I try 
to set them I get the following error:
Traceback (most recent call last):
  File "/home/aklaver/dabo_program/dabo/ui/uiwx/dGrid.py", line 3545, in 
__onWxGridCellChange
    self.raiseEvent(dEvents.GridCellEdited, evt)
  File "/home/aklaver/dabo_program/dabo/ui/uiwx/dPemMixin.py", line 894, in 
raiseEvent
    super(dPemMixin, self).raiseEvent(eventClass, nativeEvent, *args, **kwargs)
  File "/home/aklaver/dabo_program/dabo/lib/eventMixin.py", line 93, in 
raiseEvent
    bindingFunction(event)
  File "/home/aklaver/dabo_program/ide/ClassDesignerPropSheet.py", line 844, in 
onGridCellEdited
    self.Handler.updateVal(prop, newVal, typ)
  File "/home/aklaver/dabo_program/ide/ClassDesignerPropSheet.py", line 315, in 
updateVal
    self.Controller.updatePropVal(prop, val, typ)
  File "./ClassDesigner.py", line 1232, in updatePropVal
    self.Tree.updateNames(self.CurrentForm)
  File "/home/aklaver/dabo_program/ide/ClassDesignerTreeSheet.py", line 180, in 
updateNames
    for nd in sel:
TypeError: 'dNode' object is not iterable

This also happened in the latest Web Update version(3849). The names and RegIDS 
I set in previous versions persist but any new changes do not.

Details:
Platform: GTK
Python Version: 2.5.1c1 on linux2
Dabo Version: Version 0.8.3; Revision 3910
UI Version: 2.8.7.1 on wxGTK (gtk2)



--
Adrian Klaver
[EMAIL PROTECTED]


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]

Reply via email to