Page 1 of 1

Sub pull-out menus?

Posted: 05 Sep 2009 22:38
by zer0
I thought it was possible to have sub pull-out menus when creating scripts, but I can't remember how and can't find more info about this. I know that it's possible to have several scripts assigned to one KS in UDCs, but I'd like to have it so when I hover over one of those [scripts] a list with a bunch of other little scripts pulls out. Perhaps it's not possible after all...

Re: Sub pull-out menus?

Posted: 05 Sep 2009 22:42
by TheQwerty
It's currently not possible to get a true sub-menu item, but you can have an item which calls another script or uses load() to generate a new menu.

Re: Sub pull-out menus?

Posted: 05 Sep 2009 23:11
by zer0
TheQwerty wrote:It's currently not possible to get a true sub-menu item, but you can have an item which calls another script or uses load() to generate a new menu.
Thanks TheQwery, just as I suspected it was my mind playing tricks on me. Having sub-menus is useful when you want to combine lots of similar little scripts without having too long top menu. Oh well... :(