B4J Question How to iterate through a list when the list size is unknown

Daestrum

Expert
Licensed User
Longtime User
Could you not use a spinner control and set the limits, then the user cannot select beyond the number of id's you have.
 
Upvote 0

giga

Well-Known Member
Licensed User
Longtime User
Could you not use a spinner control and set the limits, then the user cannot select beyond the number of id's you have.


Thanks for the reply. Yes spinner is also an option. I think I may have solved it with using id.length and validating the user input. I am still working with the design of the program so at this point if it is not easy to maneuver I may look at a spinner control.
 
Upvote 0
Top