Page 1 of 1

iPhonePick

Posted: Sun Jul 07, 2019 3:00 am
by marksmithhfx
this code:

Code: Select all

put "0.5" & return & "1.0" & return & "1.5" & return & "1.6" & return & "1.7" & return & "1.8" & return & "1.9" & return & "2.0" into tchoices

iPhonePick tchoices, 0
This list. Is there a limit to the number of items you can insert into a list? I have another list with 9 items that is doing the same -- clipping it at 7. I haven't seen anything in the documentation about this.
IMG_0013.jpg

Re: iPhonePick

Posted: Wed Jul 24, 2019 3:20 pm
by marksmithhfx
Just to follow up on this silly post of mine, Elanor kindly pointed out that the list "scrolls". Without any visual indication I never thought to try that myself but indeed, the list does scroll.

Cheers,
Mark