Determining When Option Menus Have Changed

Mark Schonewille m.schonewille at economy-x-talk.com
Wed Dec 13 04:41:42 EST 2006


Charles,


local theOldLabel

on mouseDown
   put the label of me into theOldLabel
end mouseDown

on menuPick theItem
   if theItem is theOldLabel then
     put "The same old thing"
   else
     put "Time for a change!"
   end if
end menuPick


Mark

--

Economy-x-Talk
Consultancy and Software Engineering
http://economy-x-talk.com
http://www.salery.biz

Get your store on-line within minutes with Salery Web Store software.  
Download at http://www.salery.biz

Op 13-dec-2006, om 5:34 heeft Charles Szasz het volgende geschreven:

> How can you determine if a new MenuPick message has been sent when  
> any two of six option menus have changed? I am working on a script  
> to sent a mouseUp message to trigger another script when two or  
> more option menus have changed from six option menus.
>
>
> Charles Szasz
> cszasz at mac.com
>
>




More information about the use-livecode mailing list