I'm trying to figure out how the dTreeView object works.  I'd like to fill
it with children dynamically that all have an onHit() method.  As far as I
can tell there's no documentation for the dNode object listed at
http://paul.dabodev.com/doc/api/dabodoc/ otherwise I might not be asking
this question.  If I create an onHit() method for the dTreeView parent
object, will that cascade on and be used for its dynamic children, or is
there some other obscure way of adding a method like this after the dNode
has been created from the database?  The method would be the same for all
children, so I'm guessing something like that would be taken care of if I
implement the code at the parent dTreeView level.  Am I right?

Okay, I just figured out that there is no onHit() method for dTreeView.  How
can you tell when an item has been selected in the list?  Or rather, what
event fires when an item in the tree has been clicked?

Thanks,
Mike M.


--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---

_______________________________________________
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