Hi,
I'm trying to create a 4 by X item matrix. Here I'm demonstrating a 4x4. Within each item is an image and text.
I have a 4 folder ListPicker, within each is is another 4 item ListPicker. This works fine part of the time. See attachment for Blocks. There must be a more robust approach. Any suggestions? Thanks, Charles
TimAi2,
Thank you for sending me your MatrixNest aia. Works great and easy to use when compared to my 6 ListPicker solution. The only way I've found to easily use it with matrix procedure was the attached timer. Is there a cleaner approach? Thanks Charles
TimAI2, My m by n matrix (the columns are folders/lists, and the rows are buttons with list-in-list image/caption) shown in attachment 1. Only 16 in test, but more lists can be added and buttons. Attach 2 shows my changes to your 2 ListPicker example. Works fine but initialization requires a second Folder click. I have abandoned LP and only select button clicks in the matrix for display. Attach 3 demos a piece in the list-n-list update procedure that ties together for each list which are tied together to other list by CloudDB. It all seems to work well, for now! Thanks Charles