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

_______________________________________________
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