What's On The Menu - Round 2

2013-01-01 Thread Peter Haworth
Continuing my quest to understand some of the fine points of menu handling with cascading items in LC, I'm now focusing on popup menus. The contents of the menu in question are set up dynamically in a mouseDown handler and some data conditions can cause either a checkmark or a diamond to appear

Re: What's On The Menu - Round 2

2013-01-01 Thread Robert Brenstein
On 01.01.2013 at 9:56 Uhr -0800 Peter Haworth apparently wrote: First problem. The parameter to menuPick does not include any indication of whether the selected item has a checkmark or diamond before it. The indication is in the text of the selected menuitem itself, so you need to inspect

Re: What's On The Menu - Round 2

2013-01-01 Thread Peter Haworth
Yeah, figured that out and all is working now. It just seems strange that LC doesn't provide that information as part of the itemname parameter in the menuPick handler. Pete lcSQL Software http://www.lcsql.com On Tue, Jan 1, 2013 at 1:52 PM, Robert Brenstein r...@robelko.com wrote: On