Don't have time to delve into them now, but here's the list so far:

1) Clicking on a child node in the object tree brings up a "NO ON
CONTEXT 'controlMix' object has no attribute 'ControllingSizer'"

2) If I change the Caption on the root node I get the following traceback:

Traceback (most recent call last):
  File "c:\Python25\lib\site-packages\dabo-full\trunk\dabo\ui\uiwx\dGrid.py", li
ne 3642, in __onWxGridCellChange
    self.raiseEvent(dEvents.GridCellEdited, evt)
  File "C:\Python25\lib\site-packages\dabo-full\trunk\dabo\ui\uiwx\dPemMixin.py"
, line 922, in raiseEvent
    super(dPemMixin, self).raiseEvent(eventClass, nativeEvent, *args, **kwargs)
  File "C:\Python25\lib\site-packages\dabo-full\trunk\dabo\lib\eventMixin.py", l
ine 92, in raiseEvent
    bindingFunction(event)
  File "c:\Python25\Lib\site-packages\dabo-full\trunk\ide\ClassDesignerPropSheet
.py", line 844, in onGridCellEdited
    self.Handler.updateVal(prop, newVal, typ)
  File "c:\Python25\Lib\site-packages\dabo-full\trunk\ide\ClassDesignerPropSheet
.py", line 315, in updateVal
    self.Controller.updatePropVal(prop, val, typ)
  File "ClassDesigner.py", line 1264, in updatePropVal
    self.Tree.updateNames(self.CurrentForm)
  File "c:\Python25\Lib\site-packages\dabo-full\trunk\ide\ClassDesignerTreeSheet
.py", line 183, in updateNames
    obj = nd.Object
AttributeError: 'NoneType' object has no attribute 'Object'

3) Deleting the root nodes caused tracebacks when creating context
menu on a right click.  Fixed in latest rev but am not so sure that's
the right fix.

So, dTreeView is unworkable in the CD at the moment, namely because I
can't get access to the child nodes to get rid of them or add new
ones, etc.

Nate L.


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

Reply via email to