Option button menuitem disabling

2013-01-20 Thread J. Landman Gay
I have some option buttons that enable/disable certain menuitems using this syntax: set the enabled of menuitem blah of me to false This puts the left-parentheses next to the item, and on OS X it works fine. On Windows XP, the menu item is not dimmed, it remains selectable, and the left

Re: Option button menuitem disabling

2013-01-20 Thread Robert Sneidar
I think it's a ui thing. Windows does not provide or define for disabled menu items. I think. Bob Sneidar IT Manager Calvary Chapel CM Sent from iPhone On Jan 20, 2013, at 14:52, J. Landman Gay jac...@hyperactivesw.com wrote: I have some option buttons that enable/disable certain menuitems

Re: Option button menuitem disabling

2013-01-20 Thread Scott Rossi
Ok, this is really dumb, but does it make any difference if you script enable menuItem xyz... instead of set the enabled of... ? Regards, Scott Rossi Creative Director Tactile Media, UX Design Original message Subject: Option button menuitem disabling From: J. Landman Gay

Re: Option button menuitem disabling

2013-01-20 Thread J. Landman Gay
On 1/20/13 5:15 PM, Scott Rossi wrote: Ok, this is really dumb, but does it make any difference if you script enable menuItem xyz... instead of set the enabled of... ? If it's dumb, then so am I because I tried it. No difference. -- Jacqueline Landman Gay |

Re: Option button menuitem disabling

2013-01-20 Thread J. Landman Gay
On 1/20/13 5:06 PM, Robert Sneidar wrote: I think it's a ui thing. Windows does not provide or define for disabled menu items. I think. I thought of that, can anyone else verify? It seems kind of stupid, if it's true. Would it only be XP or is it all versions of Windows? -- Jacqueline

Re: Option button menuitem disabling

2013-01-20 Thread Terry Judd
I had this same problem a couple of weeks ago. I had to resort to actually removing the disabled items from the menu (by script) and replacing them when when they needed to be enabled. Terry... On 21/01/2013, at 10:29 AM, J. Landman Gay wrote: On 1/20/13 5:06 PM, Robert Sneidar wrote: I

Re: Option button menuitem disabling

2013-01-20 Thread Paul Hibbert
Just tried Win 7 (LC 5.5.3) and it appears to have exactly the same issue. I tried this for a workaround, it's a bit drastic removing the choice, but it works: ## Store the menu items in a custom property uText ## on menuPick pItemName lock screen -- Avoids

Re: Option button menuitem disabling

2013-01-20 Thread J. Landman Gay
On 1/20/13 6:25 PM, Paul Hibbert wrote: Just tried Win 7 (LC 5.5.3) and it appears to have exactly the same issue. Thanks for the advice everyone, it looks like removing unnecessary menu items is what I need to do. I'm a Mac girl, I should get out more. -- Jacqueline Landman Gay |