Re: Disabling Preferences Menu

2011-02-28 Thread J. Landman Gay
On 2/28/11 11:02 AM, Marty Knapp wrote: All I know is that if I got into a battle of wits with any of them, the result would be . . . inconceivable! We might let you win. If you're nice to us. Marty All the ladies on the list are smart aren't they?? Bob On Feb 27, 2011, at 4:54 PM, Marty

Re: Disabling Preferences Menu

2011-02-28 Thread Richard Gaskin
IMO the presence or absence of a Preferences item should be up to the developer, and I've submitted a request for this some time ago: Edit menu modified even when no Preferences item is present -- Richard Gaskin Fourth World Live

Re: Disabling Preferences Menu

2011-02-28 Thread Marty Knapp
All I know is that if I got into a battle of wits with any of them, the result would be . . . inconceivable! Marty All the ladies on the list are smart aren't they?? Bob On Feb 27, 2011, at 4:54 PM, Marty Knapp wrote: I knew it was one of the smart ladies on the user list! Thanks for that.

Re: Disabling Preferences Menu

2011-02-28 Thread Bob Sneidar
All the ladies on the list are smart aren't they?? Bob On Feb 27, 2011, at 4:54 PM, Marty Knapp wrote: > I knew it was one of the smart ladies on the user list! Thanks for that. > > Marty Knapp >> On Mon, Feb 28, 2011 at 3:51 AM, Marty Knapp wrote: >>> Stewart, >>> >>> Change the name of th

Re: Disabling Preferences Menu

2011-02-27 Thread Marty Knapp
I knew it was one of the smart ladies on the user list! Thanks for that. Marty Knapp On Mon, Feb 28, 2011 at 3:51 AM, Marty Knapp wrote: Stewart, Change the name of the Edit menu button - like to "EditMenu" and then make the menu items you want. Remove the Preference menu item from the list.

Re: Disabling Preferences Menu

2011-02-27 Thread Sarah Reichelt
On Mon, Feb 28, 2011 at 3:51 AM, Marty Knapp wrote: > Stewart, > > Change the name of the Edit menu button - like to "EditMenu" and then make > the menu items you want. Remove the Preference menu item from the list. Then > in the Inspector change the label of the button "EditMenu" to Edit. LiveCod

Re: Disabling Preferences Menu

2011-02-27 Thread J. Landman Gay
On 2/27/11 11:51 AM, Marty Knapp wrote: Stewart, Change the name of the Edit menu button - like to "EditMenu" and then make the menu items you want. Remove the Preference menu item from the list. Then in the Inspector change the label of the button "EditMenu" to Edit. LiveCode will then disable

Re: Disabling Preferences Menu

2011-02-27 Thread Joe Lewis Wilkins
Try: on mouseEnter if char 1 of line 2 of menu 2 is not "(" then put "(" before line 2 of menu 2 pass mouseEnter end mouseEnter put this in the application menu's script Joe Lewis Wilkins Architect & Director of Product Development for GSI On Feb 27, 2011, at 9:36 AM, RevList wr

Re: Disabling Preferences Menu

2011-02-27 Thread RevList
Marty Knapp on February 27, 2011 at 9:51 AM -0800 wrote: >Stewart, > >Change the name of the Edit menu button - like to "EditMenu" and then >make the menu items you want. Remove the Preference menu item from the >list. Then in the Inspector change the label of the button "EditMenu" to >Edit. Li

Re: Disabling Preferences Menu

2011-02-27 Thread Marty Knapp
Stewart, Change the name of the Edit menu button - like to "EditMenu" and then make the menu items you want. Remove the Preference menu item from the list. Then in the Inspector change the label of the button "EditMenu" to Edit. LiveCode will then disable the Preference menu. I'm pretty sure