Sweet. Thanks you guys. Mike M.
On Tue, Sep 30, 2008 at 7:32 PM, Ed Leafe <[EMAIL PROTECTED]> wrote: > On Sep 30, 2008, at 5:45 PM, Mike Mabey wrote: > > > File "C:\src\dabo\ui\uiwx\dPemMixin.py", line 86, in __init__ > > self._initProperties() > > File "C:\src\dabo\dObject.py", line 177, in _initProperties > > self.initProperties() > > File "c:\docume~1\mike\locals~1\temp\tmp9efwxz.py", line 251, in > > initProperties > > self.treeFromStructure(["Part Categories",[None]]) > > You're placing the call to treeFromStructure in the initProperties > method, which fires before the object has been created. Try putting > the calls in afterInit(), which fires after the tree exists. > > -- Ed Leafe > > > > > [excessive quoting removed by server] _______________________________________________ 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]
