Anroid Modal Pick-Wheel?
Posted: Thu May 03, 2012 10:08 pm
Hi List...
My Android app crashes when I try to use the modal pick-wheel.
I'm sure I'm missing something simple... can anyone see what it is?
I've tried the optionList with and without a return on the end.
Thanks!
- Charles
My Android app crashes when I try to use the modal pick-wheel.
I'm sure I'm missing something simple... can anyone see what it is?
I've tried the optionList with and without a return on the end.
Code: Select all
on mouseUp
put "one" & return & "two" & return & "three" & return & "four" & return & "five" into tOptionList
put 2 into tInitialIndex
mobilePick tOptionList, tInitialIndex
answer the result
end mouseUp
- Charles