Page 1 of 1

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

Posted: Wed Aug 15, 2012 12:02 am
by Matthew Gann

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


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

Posted: Wed Aug 15, 2012 4:10 am
by maxkatz

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


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

Posted: Wed Aug 15, 2012 12:21 pm
by Matthew Gann

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


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

Posted: Wed Aug 15, 2012 4:19 pm
by maxkatz

It's all coming from jQuery/jQuery Mobile.