View Single Post
  #8  
Old 07-21-2008, 08:41 AM
quant's Avatar
quant quant is online now
Registered User
 
Join Date: 11-30-2006
Posts: 967
Quote:
Originally posted by kinook
How would we provide the ability to create this pane within UR?
I don't know how this is usually done. I imagine I would have a set of methods available, like
Pane* CreateNewPane(...)
Vector<TreeNode> GetList(const& TreeNode root) ...
SetCurrentNode(const& TreeNode ...

Then I would do whatever I wanted to ... compile and create dll or something, I could place it into UR installation directory and then there would be some method in UR that would invoke that dll.

Probably too naive, isn't it? ;-)
Reply With Quote