Re: popup/action menu and sub menu
- To: mathgroup at smc.vnet.net
- Subject: [mg108557] Re: popup/action menu and sub menu
- From: Leonid Shifrin <lshifr at gmail.com>
- Date: Tue, 23 Mar 2010 04:23:28 -0500 (EST)
Hi, There was a discussion on a similar topic some time ago. I don't know if this is what you have in mind, but have a look: http://groups.google.com/group/comp.soft-sys.math.mathematica/browse_thread/thread/b8a7e8bf07cd662b Disclaimer: I don't guarantee that the code posted there (in my posts at least) is bug-free, since I did just a couple of relatively basic tests. Regards, Leonid On Mon, Mar 22, 2010 at 2:41 PM, magma <maderri2 at gmail.com> wrote: > I would appreciate other members' opinion on this: > > It appears that it is not possible, or at least it is not obvious to > me, to create sub menus exclusively from popup menus in Mathematica. > What do you think? > > Perhaps it is posible to use a combination of action menu (for the > main menu) and popup menu (for the sub menu) > For ex. I 'd like a popup/action menu with > item1 > item2 > item3 > > on it, and when you click on item 3 you get a sub menu > subitem1 > subitem2 > subitem3 > > a typical example could be a Font selection. > Could somebody provide a working example? > Please do not use GUIkit or Super Widget packages, just plain Mathematica. > Thank you > >