While playing with CD and creating a test form without sizers I got the below 
while attempting to save:

Traceback (most recent call last):
  File "/home/johnf/downloads/dabo/dabo/ui/uiwx/dMenuItem.py", line 55, in 
__onWxHit
    self.raiseEvent(dEvents.Hit, evt)
  File "/home/johnf/downloads/dabo/dabo/ui/uiwx/dPemMixin.py", line 925, 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 1640, in onSaveDesign
    self.wrapSave(self.CurrentForm.onSaveDesign, evt)
  File "ClassDesigner.py", line 1767, in wrapSave
    func(*args, **kwargs)
  File "/home/johnf/downloads/dabo/ide/ClassDesignerFormMixin.py", line 468, 
in onSaveDesign
    propDict = self.getDesignerDict()
  File "/home/johnf/downloads/dabo/ide/ClassDesignerComponents.py", line 257, 
in getDesignerDict
    ret["children"] = self.getChildrenPropDict(classDict)
  File "/home/johnf/downloads/dabo/ide/ClassDesignerComponents.py", line 422, 
in getChildrenPropDict
    classDict=kidDict))
  File "/home/johnf/downloads/dabo/ide/ClassDesignerComponents.py", line 155, 
in getDesignerDict
    szornt = csz.Orientation
AttributeError: 'NoneType' object has no attribute 'Orientation'
-- 
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/[EMAIL PROTECTED]

Reply via email to