Eck! It shouldn't do that!
I'll have to at least fix it to stay inside it's box. No 1 rule of GUI objects: no going outside of the box!
I'll probably need to have it update overall height/width internal sizes whenever a node gets opened or closed. I'll get back on this for Irrlicht 1.3.
Search found 7 matches
- Thu Apr 12, 2007 12:05 am
- Forum: Code Snippets
- Topic: Treeview Control (GUI)
- Replies: 8
- Views: 7533
- Wed Dec 20, 2006 6:35 pm
- Forum: Code Snippets
- Topic: (C++) random character/number generator
- Replies: 8
- Views: 9305
- Wed Dec 06, 2006 9:35 pm
- Forum: Code Snippets
- Topic: Treeview Control (GUI)
- Replies: 8
- Views: 7533
Here's the new update version of the tree control: http://www.geocities.com/veylon_ii/TreeCtrl2.zip
Now it does work with the event receiver, just like all the other controls. A sample program is included to show how to use it. Also, it does the override font (like other controls) and supports an ...
Now it does work with the event receiver, just like all the other controls. A sample program is included to show how to use it. Also, it does the override font (like other controls) and supports an ...
- Wed Nov 29, 2006 9:51 pm
- Forum: Code Snippets
- Topic: Treeview Control (GUI)
- Replies: 8
- Views: 7533
Treeview Control (GUI)
I noticed that the one control the gui interface is missing is the tree control. For those who don't know what I'm talking about, look here:
http://www.geocities.com/veylon_ii/Tree.png
It basically does all the things the Windows one does. Click on the squares to show/hide the list. It's a work in ...
http://www.geocities.com/veylon_ii/Tree.png
It basically does all the things the Windows one does. Click on the squares to show/hide the list. It's a work in ...
- Wed Nov 29, 2006 9:45 pm
- Forum: Code Snippets
- Topic: Desktop Resolution
- Replies: 2
- Views: 3124
- Wed Nov 15, 2006 7:45 pm
- Forum: Code Snippets
- Topic: (C++)chatQue class [v0.2.3] Alpha Fade works w/ 1.2
- Replies: 41
- Views: 19995
- Wed Nov 15, 2006 7:39 pm
- Forum: Code Snippets
- Topic: Simple GUI Server & Networking Class (C++ / SDL_Net)
- Replies: 0
- Views: 3070
Simple GUI Server & Networking Class (C++ / SDL_Net)
http://www.geocities.com/veylon_ii/IrrServerScr000.png
This is a simple wrapper class that I made to encapsulate all that SDL_net server stuff (from the tutorials) and make it easy to use. Since you can't see that, I made a simple GUI to show it.
I'll expand on this and make it easier to send ...
This is a simple wrapper class that I made to encapsulate all that SDL_net server stuff (from the tutorials) and make it easy to use. Since you can't see that, I made a simple GUI to show it.
I'll expand on this and make it easier to send ...