I\'m currently building an application using Sencha Touch. We have a certain Carousel on a page that contains multiple items. Upon clicking a button on a different panel, certain items are added and r
I am new in sencha touch and need to achieve this layout on a single simple page: I need an image and below the image, there should be a carousel containing two another images which the user can swip
In Sencha Touch, I often need to have an Ext.DataView panel that contains a small sub-set records or even a single record from the collection in the store.
I am making an app in sencha which tracks people on a map. What I would like to know is what I need to track other people. I need their latitude and longitude but I have no idea how to access that.
I have a Panel where I would like to have some other elements in it and a list.When I have the list in the parent panel on it\'s own, the list functions properly. However, when I add another item to t
I have a List generated from JSON data in Sencha Touch. Essentially, the list is generated from a Data Store object and acts as a Contacts list. I would like to know how to add functionality so that w
I\'m working on a Sencha Touch application, and have a list of contacts. When a list item is tapped, an ActionSheet is displayed showing some basic functions (such as call, delete and ignore). Unfortu
Does Sencha touch have the ability to create a selector similar to the iphone\'s selector?: I did not see it in thei开发者_StackOverflowr kitchen sink demos.Sencha Touch 2.0 (now in developer previe
I am trying to use a Unix Timestamp value as the default value for a DatePickerField in Sencha Touch. Here\'s the code I\'m using for the form:
I have been working in Sencha Touch for a few weeks now, and while the framework is very powerful, I still find areas of it difficult to work with, particularly the JSONP data stores for complex 开发者