Checklistclass visibility

cstangor

Member
Licensed User
Longtime User
I'm new to the wonderful checklist created by Informatix.

(Not sure if this is the right place to ask)

I want to be able to display one of several checklists in my main activity.

When I was using listviews I would attach them all to the activity and then make the one I wanted (only) visible.

What it the best way to do this for the checklist? Do I make a separate scrollview for each checklist?

Also, listview allowed me to use getitem() to get both a displayed and a background string. Can that be done with checklist?

Thanks in advance
 
Top