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


_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to