Jim,

try this in the script of the option menu button:

----------------------------
local sLabel

on mouseUp
   put sLabel & cr &the label of me into field "AnswerField"
end mouseUp

on mouseDown
   put the label of me into sLabel
end mouseDown
----------------------------

now you could compare the labels if they did change and so on.

I could not get the result to work either.

regards

Bernd








-- 
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/iOS-pickWheel-woes-tp3075810p3076566.html
Sent from the Revolution - User mailing list archive at Nabble.com.

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to