hierarchical menus

2002-03-28 Thread Pierre-Marie CARETTE
for "Ivers, Doug E" on createPrefMenu -- this is called in preOpenStack -- create Preferences menu contents with tab in front of each font name --- (to make the font list a submenu) -- prerequisite: a button "Preferences" in group "menubar0" --- put return &the fontNames into tabFontList

Hierarchical Menus

2002-01-28 Thread tbandi
I couldn't figure out how I can find out which of the menu items of a button was selected and I did not find much help in the documentation. I tried with "the selectedText", with "the label" and with the menuHistory but I did not find what I expected: the first and the second item of the selec

Hierarchical menus

2002-02-06 Thread Tim
One simple question: How do you create sub-items in Hierarchical button menus. I've tried return and tab, but tab tabs out of the field. What's the secret? -- Tim ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinf

Re: hierarchical menus

2002-03-27 Thread yves COPPE
Title: Re: hierarchical menus Can the menu manager be used to create hierarchical menus?  I saw an earlier message on this, but it still doesn't seem to work in 1.1.1 final. I'm looking for an example stack in which hierarchical or cascading menus are used.  In particular, I want

Re: hierarchical menus

2002-03-27 Thread Dar Scott
On Wednesday, March 27, 2002, at 10:36 AM, yves COPPE wrote: > Surely > the hierarchical menu can be set with the use of the tab Key > I can't type that in the properties field. OS X; Revolution 1.1.1 B2. Dar ___ use-revolution mailing list [EMAIL P

Re: hierarchical menus

2002-03-28 Thread Ivers, Doug E
he trailing return put "Font"&return&tabFontList into button "Preferences" of group "menubar0" end createPrefMenu Any suggestions for improving this? -- D On 3/27/02 8:57 AM, "Ivers, Doug E" <[EMAIL PROTECTED]> wrote: > Can the menu

Re: hierarchical menus

2002-03-31 Thread Jeanne A. E. DeVoto
At 5:57 AM -0800 3/27/2002, Ivers, Doug E wrote: >Can the menu manager be used to create hierarchical menus? Yes. There are a couple of buttons that will move the selected line within the menu hierarchy. The simplest way to do this is to create your menu with all the menu items (including it

Re: Hierarchical Menus

2002-01-29 Thread Kevin Miller
On 27/1/02 10:02 pm, tbandi <[EMAIL PROTECTED]> wrote: > I couldn't figure out how I can find out which of the menu items of a > button was selected and I did not find much help in the documentation. I > tried with "the selectedText", with "the label" and with the menuHistory > but I did not find

Re: Hierarchical menus

2002-02-06 Thread Jeanne A. E. DeVoto
At 4:10 PM -0800 2/6/2002, Tim wrote: >One simple question: How do you create sub-items in Hierarchical button >menus. I've tried return and tab, but tab tabs out of the field. What's the >secret? It looks like this is a limitation in the Properties palette - I'll check on it and put in a bug rep

Re: Hierarchical Menus

2008-01-20 Thread Stephen Barncard
Dave, Some kind of menus allow hierarchicals and some don't. I got tired of working around the stock offerings for serious custom interface work. Pulldown,popup, can do it, option shows the levels all at once and returns different data combobox shows a semi-hierarchial list and also has to

Re: Hierarchical Menus

2008-01-20 Thread Ken Ray
On Sun, 20 Jan 2008 14:39:39 -0800, Stephen Barncard wrote: > The best way to make the actual controls you really need is to make > them from scratch -- then they can do anything you want. And it's not > as hard as you might think. All a combobox is - is a popupMenu > coupled with a field in a

Re: Hierarchical Menus

2008-01-20 Thread Dave
Hi, On 21 Jan 2008, at 00:20, Ken Ray wrote: Thanks for the kind words, Stephen! In fact I ran into the same issue and merged a field with an option button in a group and made my own "combobox"... lets me put checkboxes next to items, full formatting on the field, etc. That sounds exactly what