Hilighting of selected row in Option button, doesn't hilight

Mark Swindell mdswindell at cruzio.com
Wed Mar 4 16:15:39 EST 2009


Mark,

If you add in:

set the label of me to vWhatEver

after the "IF tNum...end IF"

does it not work like you want?  Here, the label is set to a unique  
vWhatEver, and the previous menuChoice is hilited and selected when  
you return to click on the button.

Mark

On Mar 4, 2009, at 9:04 AM, mfstuart wrote:

> on menuPick pItemName
>   --this script borrowed from Ken Ray from an archive search :)
>   lock messages
>   --get/set the menuHistory
>   put lineOffset(pItemName,the text of me) into tNum
>   if tNum <> 0 then
>      set the menuHistory of me to tNum
>   end if
>   unlock messages
> end menuPick




More information about the use-livecode mailing list