best method for lots of input fields
Posted: Mon Dec 10, 2012 7:47 am
I would like to create a card that has about 10 input fields. This would be too many to see on one screen, so it will have to scroll. I originally thought about using a scrolling list field and then thought about a datagrid, but then realized that I have had to native mobilecontrols for the android because android's keyboard doesn't work with Livecode...and I can't see how to do that with either the scrolling list field or the datagrid...
So, if I have to use mobilecontrols, then the only way I can think of doing it is to create all the fields, and lay them out, and create a group. Then size the group for the size of the stack and have a scrollbar.
I think I could do that, and then create my mobilecontrols to go on top of the basic fields - but I'm not sure that part would work and that it would scroll properly.. It seems like it would have the same problem that using the datagrid or scrolling list field would have.
So...am I completely off base or is this possible to do?
Thank you!
So, if I have to use mobilecontrols, then the only way I can think of doing it is to create all the fields, and lay them out, and create a group. Then size the group for the size of the stack and have a scrollbar.
I think I could do that, and then create my mobilecontrols to go on top of the basic fields - but I'm not sure that part would work and that it would scroll properly.. It seems like it would have the same problem that using the datagrid or scrolling list field would have.
So...am I completely off base or is this possible to do?
Thank you!