Page 1 of 1

mobilepick more than one option at a time?

Posted: Thu Jan 14, 2016 12:14 pm
by Klaus
Hi all,

is there a way to let the user pick more than one option in ONE "mobilepick"?
I do not want to show two or more pickwheels! If yes, how can this be done?
Or do I need to „roll my own“ with a listfield or a group or something?

Like providing a list of weekday names and the user can select more than one day at once.
Know what I mean?

Thanks in advance!


Best

Klaus

Re: mobilepick more than one option at a time?

Posted: Thu Jan 14, 2016 2:39 pm
by Mikey
I thought iphonePick/mobilePick let you pick multiples. I don't remember if the checkbox array has to be set to multiples to begin with or not to enable that behavior.
I have taken to using Scott Rossi's tmControl2 for all my mobile controls. He has a couple of list controls that work well as pickers.
In a couple of specialized cases, I rolled my own pickers. There are some discussions on the How list with some code that will at least get you started.

Re: mobilepick more than one option at a time?

Posted: Thu Jan 14, 2016 2:54 pm
by Klaus
Hi Mikey,
Mikey wrote:I thought iphonePick/mobilePick let you pick multiples. I don't remember if the checkbox array has to be set to multiples to begin with or not to enable that behavior.
I have taken to using Scott Rossi's tmControl2 for all my mobile controls. He has a couple of list controls that work well as pickers.
In a couple of specialized cases, I rolled my own pickers. There are some discussions on the How list with some code that will at least get you started.
well, I started this discussion on the "How to use LC" list, but did not get any valuable hint so far...


Best

Klaus

Re: mobilepick more than one option at a time?

Posted: Thu Jan 14, 2016 3:06 pm
by Mikey
I just saw your post a little bit ago. Let's do this over there.

Re: mobilepick more than one option at a time?

Posted: Thu Jan 14, 2016 3:10 pm
by Klaus
Okie Dokie! :D

Any hints on how to use "mobilepick" with multiple options with only one "pickwheel"
(this is for iPhone) are very appreciated!

Re: mobilepick more than one option at a time?

Posted: Thu Jan 14, 2016 6:03 pm
by jacque
You can supply more than one list to the pickwheel control and it will display multiple columns. If all the columns have the same content (days of the week, for example) it might be confusing for the user and a list with checkboxes might work better. But it is possible to have a muti-column picker though I don't know if there is a limit to the number of columns.

Re: mobilepick more than one option at a time?

Posted: Thu Jan 14, 2016 6:21 pm
by Klaus
Hi Jaque,
jacque wrote:... and a list with checkboxes might work better.
yes, I was hoping something like this would be possible with "mobilepick",
but this is obviously not the case, or noone wants to tell me! 8)


Best

Klaus

Re: mobilepick more than one option at a time?

Posted: Thu Jan 14, 2016 6:54 pm
by jacque
Well, the pickwheel is just rotating columns so that's all you can do with it. I don't know of any other iOS control that offers a list view that you wouldn't have to create yourself.

Re: mobilepick more than one option at a time?

Posted: Thu Feb 25, 2021 1:59 pm
by JereMiami
I take it the answer to this was: No. You can only pick one selection.