Search found 3 matches

by Narcan
Fri Jun 05, 2009 6:59 pm
Forum: Bug reports
Topic: GUI Modification: Leftward Cascading SubMenu
Replies: 7
Views: 2490

I just switched from 1.5 to SVN. Here's the patch for revision 2410 if anyone is interested: Index: include/IGUIContextMenu.h =================================================================== --- include/IGUIContextMenu.h (revision 2410) +++ include/IGUIContextMenu.h (working copy) @@ -35,9 +35,30...
by Narcan
Wed May 27, 2009 5:58 pm
Forum: Bug reports
Topic: GUI Modification: Leftward Cascading SubMenu
Replies: 7
Views: 2490

I considered doing it that way, since it would probably be useful to more people. For my purpose, though, it's best to outright dictate which way the menus go. Some of my menus are popping out of a vertical column along the right edge of the screen. I know ahead of time that all those menus should o...
by Narcan
Wed May 27, 2009 3:45 pm
Forum: Bug reports
Topic: GUI Modification: Leftward Cascading SubMenu
Replies: 7
Views: 2490

GUI Modification: Leftward Cascading SubMenu

One of my projects uses sub menus near the right edge of the screen. Since the default Irrlicht sub menu only cascades to the right (off the screen in this case), I added the option of cascading to the left. This version of the addItem() function is overloaded to accept a bool that determines if the...