New to Sencha Touch, floundering in the dark. In my controller开发者_JAVA百科, I define a a variable inside an action thus:
I have a external XML-file which I use to filling my list. This works great. But now I want to filter(search) the XML-data with a search-field on top of the list.
I try to select/highlight an item of nestedlist with this code: var activelist= nestedList.getActiveItem();
I have a DataView that is always displaying the scroller, I need the scroller to work only when the content exceeds the height of the screen. I tried setting the property of autoScroll but it didn\'t
i Have this piece of code for load a json file stored in the same directory of phonegap ( iPhone ) project ( usually in the \"www\" folder ), how can i reach \"routes.json\" ?. My project have this tr
Do you know how to generate the application structure in Sencha Touch in Windows? I downloaded the Sencha Touch SDK and installed it. The command for generating the app should be:
I am using Sencha Touch to display nested (associated) model data in a list template but I can only get the root model data to display. My models are an Appointment which belongs to a Customer, and Cu
I\'m working on a Sencha Touch app and I want to use OData so I have been playing around with the netflix Odata service. When I send my reque开发者_如何学JAVAst with JSONP in Sencha I can see the requ
I have deployed android application made with sencha touch and phoneg开发者_运维知识库ap, and I don\'t have any problem with classic smartphone.
I\'m trying to simulate the behavior of 2 dimensional UIScrollView in javascript for a mobile web app. While 2d scrolling is by default working on mobile webkit, the scroll events seem very buggy. For