Matthew Gann
Posts: 0
Joined: Fri Aug 10, 2012 2:33 pm

Master Detail Screen with REST service list AND a default detail content screen.

Using the master-detail ipad screen, I'm loading a list from a REST service on the left which will load the detail content screen on the right when clicked (works). But, I want to add some content from another screen as the default detail content (something like "welcome! how how ya? This is how to use the app".

In events - load, invoke service is first then set detail content. It was hit or miss this way for a few times. Either both would load or neither the list nor the other screen would load. It never worked with set detailed content first or if I set the default content property on the screen.

Now, if I do this, neither the list nor the detailed content screen load.

Is there another way of doing this or something I'm missing?

Screencast of what's going on: http://www.screencast.com/t/7Jl0VjJE

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Master Detail Screen with REST service list AND a default detail content screen.

You might want to invoke Set Detail Content only after the services successfully completes: http://help.tiggzi.com/documentation/...

Matthew Gann
Posts: 0
Joined: Fri Aug 10, 2012 2:33 pm

Master Detail Screen with REST service list AND a default detail content screen.

I didn't realize there were service-specific events. That seems to work. Thanks!

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Master Detail Screen with REST service list AND a default detail content screen.

It's all coming from jQuery/jQuery Mobile.

Return to “Issues”