iOS pickWheel woes....
BNig
niggemann at uni-wh.de
Tue Dec 7 10:21:24 EST 2010
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.
More information about the use-livecode
mailing list