Love the tool, and I think it's perfect what what I need. However, I'm having trouble figuring out how to build more complex connections to the backend services.
I need to do a query to the database and pull the resulting collection into an array. Each record will represent a picture. I then need to allow the user to cycle back and forth between each picture. I think the right way to do this is to put the result in an array of records, and then as the user goes back and forth, show a picture from a different index in the array.
I can pull them all in via the List control, but that shows them all at once, and I can't show/hide each one in the list individually (or at least I don't know how.) I tried the Navbar control, but that doesn't seem to work at all.
Any ideas?