Missing Menu Lines?

Scott Rossi scott at tactilemedia.com
Fri Jul 3 04:28:46 EDT 2009


Recently, Sarah Reichelt wrote:

>> Is it possible to make a localized menu that doesn't rely on menuItem names?
> 
> 
> What about using a menuPick handler but not operating from it's
> parameter but from the menuHistory once that message has been
> triggered?

Thanks for the suggestion.  Do you mean something like this?

on menuPick pWhich
 send "checkHistory" to me in 10 millisecs
end menuPick

on checkHistory
   put the menuHistory of me
end checkHistory

If so, I still continue to get a menuHistory of "1" regardless of which
command key is used.  Using the mouse changes the menuHistory as expected.

Regards,

Scott Rossi
Creative Director
Tactile Media, Multimedia & Design





More information about the use-livecode mailing list