I no longer can see the object tree.  If I attempt to activate the frame from 
the menu I get the following:
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 "/home/johnf/downloads/dabo/ide/ReportDesigner.py", line 2446, in 
onViewShowObjectTree
    rdc.showObjectTree()
  File "/home/johnf/downloads/dabo/ide/ReportDesigner.py", line 221, in 
showObjectTree
    ot = self.loadObjectTree()
  File "/home/johnf/downloads/dabo/ide/ReportDesigner.py", line 236, in 
loadObjectTree
    otf = ObjectTreeForm()
  File "/home/johnf/downloads/dabo/dabo/ui/uiwx/dForm.py", line 898, in 
__init__
    BaseForm.__init__(self, preClass, parent, properties, attProperties, 
*args, **kwargs)
  File "/home/johnf/downloads/dabo/dabo/ui/uiwx/dForm.py", line 44, in 
__init__
    fm.dFormMixin.__init__(self, preClass, parent, properties, attProperties, 
*args, **kwargs)
  File "/home/johnf/downloads/dabo/dabo/ui/uiwx/dFormMixin.py", line 81, in 
__init__
    attProperties, *args, **kwargs)
  File "/home/johnf/downloads/dabo/dabo/ui/uiwx/dPemMixin.py", line 184, in 
__init__
    self._afterInit()
  File "/home/johnf/downloads/dabo/dabo/ui/uiwx/dForm.py", line 70, in 
_afterInit
    super(BaseForm, self)._afterInit()
  File "/home/johnf/downloads/dabo/dabo/ui/uiwx/dFormMixin.py", line 141, in 
_afterInit
    super(dFormMixin, self)._afterInit()
  File "/home/johnf/downloads/dabo/dabo/ui/uiwx/dPemMixin.py", line 318, in 
_afterInit
    self.afterInit()
  File "/home/johnf/downloads/dabo/ide/ReportDesigner.py", line 570, in 
afterInit
    self.Editor = self.addObject(self.EditorClass)
  File "/home/johnf/downloads/dabo/dabo/ui/uiwx/dPemMixin.py", line 903, in 
addObject
    obj = classRef(self, *args, **kwargs)
  File "/home/johnf/downloads/dabo/dabo/ui/uiwx/dTreeView.py", line 414, in 
__init__
    *args, **kwargs)
  File "/home/johnf/downloads/dabo/dabo/ui/uiwx/dPemMixin.py", line 86, in 
__init__
    self._initProperties()
  File "/home/johnf/downloads/dabo/dabo/dObject.py", line 177, in 
_initProperties
    self.initProperties()
  File "/home/johnf/downloads/dabo/ide/ReportDesigner.py", line 603, in 
initProperties
    self.ShowButtons = True
  File "/home/johnf/downloads/dabo/dabo/ui/uiwx/dTreeView.py", line 1160, in 
_setShowButtons
    self.refresh()
  File "/home/johnf/downloads/dabo/dabo/ui/uiwx/dPemMixin.py", line 1238, in 
refresh
    self.Refresh()
  File "/usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/_core.py", 
line 9725, in Refresh
    return _core_.Window_Refresh(*args, **kwargs)
TypeError: in method 'Window_Refresh', expected argument 1 of type 'wxWindow 
*'
-- 
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