iOS Pickwheel labels
Bill Vlahos
bvlahos at mac.com
Sat Oct 8 18:09:23 EDT 2011
The following code works fine to display 3 wheels in iOS but there are no labels on the selection area and I don't see where the parameter is in the Dictionary.
on mouseUp
put "0" & return & "1" & return & "2" & return & "3" & return & "4" & return & "5" & return & "6" & return & "7" & return & "8" & return & "9" into tHours
put "0" & return & "10" & return & "20" & return & "30" & return & "40" & return & "50" into tMinutes
put "0" & return & "10" & return & "20" & return & "30" & return & "40" & return & "50" into tSeconds
iphonePick tHours, 2, tMinutes, 3, tSeconds, 4, "checkmark"
answer the result with "Okay"
end mouseUp
How do I display the labels for "Hours", "Minutes", and "Seconds"?
Bill Vlahos
More information about the use-livecode
mailing list