Sencha Touch JSONP Store Data not showing up in Panel
I've got my sencha-touch app wired up as I believe it should be, and when I load it into Chrome, the Javascript console doesn't throw any errors. The WebService is finally returning the appropriate data, yet for some reason I can't for the life of me figure out why the panel is blank. Here's the APP URL http://rpcm.infinitas.ws/ Here's the WebService URL http://rpc.infinitas.ws/Vimeo/Read?_dc=1308083451839&limit=25&callback=stcCallback1001 And here is some relevant code. CONTROLLER rpc.controllers.VimeoController = new Ext.Panel( rpc.views.Vimeo.index ); VIEW rpc.views.Vimeo.index = { id: