ui code
All  1-2  3-6

Previous
Next
 From:  BurrMan
3768.3 In reply to 3768.2 
Yeah, the internally explains it... I was just trying to follow to the ui files that were creating the tree stuff (The styles drop down) to use the same proceedures as was there...I'll fool around with creating my own tree thingy, as mine would be dynamic also...Not just a button..Dont know enough yet to know wether I can do what i want, but it will be a good project...

Thanks.
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
3768.4 In reply to 3768.3 
Hi Burr yeah so right now those individual tree controls are not packaged up for use separately from the Scene browser, that's all just part of the whole scene browser control code.

So if you wanted a tree control for something else, there isn't anything pre-packaged in MoI to make that, you would need to create your own control for doing that.

That would involve writing script to manipulate the HTML DOM, like inserting images and text nodes in the HTML document. You can find out more about that by looking up stuff like "Dynamic HTML" or "DHTML" or things like that. One resource for that stuff would be here: http://www.w3schools.com/dhtml/default.asp

You also might try looking searching for something like "DHTML treeview control" for some examples, like here's one:
http://www.codeproject.com/KB/scripting/dhtml_treeview.aspx

But the whole thing is pretty involved...

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  BurrMan
3768.5 In reply to 3768.4 
Thanks Michael....I hit the codeproject site yesterday....I appreciate the help.
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
 From:  lyes (BLYESS)
3768.6 In reply to 3768.5 
Hi WIN7 glitch ui sorted : change commandsetcontainer value in sidepane html file
width from 100 to 105%






  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged
 

Reply to All Reply to All

 

 
 
Show messages: All  1-2  3-6