On Sep 9, 2008, at 5:06 PM, Mike Mabey wrote:

> My only idea for this is that the dTreeView's initProperties()  
> method is
> getting called before the Form's createBizobj() method.  Am I on the  
> right
> track?  What should I do from here?


        initProperties() is a hook method (empty method) intended for you to  
add property declarations *before* the object is created. So the tree  
hasn't yet been created at this point.

        Nate's recommendation to use afterInit() is correct. This fires after  
the tree has been fully created.

-- Ed Leafe





_______________________________________________
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