Let's say you have a list of stacks and their substacks in a menu. For
example:

StackA --> StackA1
                  StackA2
StackB --> StackB1
                  StackB2

I'm trying to find a menu type that will items in the above format and
allow me to choose either a main stack or a substack

Option menu and combobox don't work since they don't allow cascading items.

Pulldown, cascade, and popup menus allow cascading but only allow you to
select the last item in any given cascade, a substack in this case.

It doesn't look like there's a way to do this with a standard menu type?


Pete
lcSQL Software <http://www.lcsql.com>
Home of lcStackBrowser <http://www.lcsql.com/lcstackbrowser.html> and
SQLiteAdmin <http://www.lcsql.com/sqliteadmin.html>
_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to