With the latest svn update I do the following.
create a cdxml file
save the file
close  classdesigner
open the classdesigner
attemp to open the file I just saved and I get:

Traceback (most recent call last):
  File "/home/johnf/downloads/dabo/dabo/ui/uiwx/dMenuItem.py", line 52, in 
__onWxHit
    self.raiseEvent(dEvents.Hit, evt)
  File "/home/johnf/downloads/dabo/dabo/ui/uiwx/dPemMixin.py", line 843, in 
raiseEvent
    super(dPemMixin, self).raiseEvent(eventClass, nativeEvent, *args, 
**kwargs)
  File "/home/johnf/downloads/dabo/dabo/lib/eventMixin.py", line 92, in 
raiseEvent
    bindingFunction(event)
  File "ClassDesigner.py", line 1663, in onOpenDesign
    self.openClass(ff)
  File "ClassDesigner.py", line 685, in openClass
    obj = self.recreateChildren(frm.mainPanel, kids, None, False)
  File "ClassDesigner.py", line 831, in recreateChildren
    self.recreateChildren(parent, [kid], sz, True)
  File "ClassDesigner.py", line 867, in recreateChildren
    obj = self.recreateChildren(parent, [kid], sz, True)
  File "ClassDesigner.py", line 935, in recreateChildren
    sz = obj.ControllingSizer
AttributeError: 'NoneType' object has no attribute 'ControllingSizer'




-- 
John Fabiani


_______________________________________________
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