Is it possible to make expandable lists?
Posted: Wed Feb 05, 2014 7:46 am
I'm wondering if livecode is able to handle two different list functions. The first one would be where someone clicks on an item in a list and another list opens with clickable items, and the second one would be where someone clicks on an item in a list and then the list expands, showing the content beneath.
For example, let's say I have a music database. I want the user to be able to click through from a list of music categories, then to a list of musicians in the category, then when the click on the musician's name, they would get a short blurb or bio. The format is: List 1 --> List 2 --> Expanded items
How would you implement the "list 1 --> list 2" part and how would you do the "list 2 --> expanded items" part?
For example, let's say I have a music database. I want the user to be able to click through from a list of music categories, then to a list of musicians in the category, then when the click on the musician's name, they would get a short blurb or bio. The format is: List 1 --> List 2 --> Expanded items
How would you implement the "list 1 --> list 2" part and how would you do the "list 2 --> expanded items" part?