Sencha Touch 2.x: Q&A

+ Post New Thread

  1. Answered: Undefined element captured by a controller from a form panel

    Hi! I'm really new with this framework and i have been trying some tutorials here and there, but i can't figure out how manage this: I have a...

    Started by cesarecf, 29 Mar 2012 1:59 PM
    • Replies: 3
    • Views: 315
    30 Mar 2012 7:43 AM Go to last post
  2. Answered: Ext.List - Not rendering store on iOS

    The result is listed on browser but not on device: Ext.define('VSearch.view.ProductList', { extend: 'Ext.dataview.List', xtype:...

    Started by lgertel, 30 Mar 2012 7:21 AM
    • Replies: 3
    • Views: 580
    30 Mar 2012 7:40 AM Go to last post
  3. Unanswered: Store does not recognize it has data loaded

    Here is a scenario of my problem. I'm attempting to search a database by certain search criteria and return some data. A ResultSet is returned yet...

    Started by baushaug, 30 Mar 2012 7:15 AM
    • Replies: 1
    • Views: 348
    30 Mar 2012 7:36 AM Go to last post
  4. Unanswered: Store, load data before visit, preloading

    First of all, excuse me for the title, I dont find better :p. My problem is that I have a list of data,I load data from multiple json...

    Started by mainstream, 30 Mar 2012 2:22 AM
    • Replies: 3
    • Views: 557
    30 Mar 2012 7:30 AM Go to last post
  5. Unanswered: Integrating an app with iPhone/Android to port as a native app and use the native API

    Where are the best UP TO DATE tut's or videos around that can best demo my title, most of the time i notice there is a lot but out of date, older...

    Started by simondavies, 30 Mar 2012 7:07 AM
    android, iphone, tutorials
    • Replies: 1
    • Views: 694
    30 Mar 2012 7:28 AM Go to last post
  6. Answered: Ext.List inside Ext.Panel

    Hello everyone. I'm with a issue here. I need to show a list inside a Panel. The view is working if i call directly, but inside my panel doesn't...

    Started by lgertel, 30 Mar 2012 6:39 AM
    • Replies: 3
    • Views: 460
    30 Mar 2012 6:57 AM Go to last post
  7. Unanswered: Manipulate scroll event

    Hi, I want to use scroll event in my app, but all test, I've done doesn't work here is my code: refs:{ scrolltest: '#myscroll', }...

    Started by Fayt, 30 Mar 2012 6:18 AM
    scroll event
    • Replies: 1
    • Views: 499
    30 Mar 2012 6:29 AM Go to last post
  8. Unanswered: Select Component customization & linking to store subset

    I am trying to build a test app to see how well ST2 can be customized to be tied into an existing thick client framework.. a few questions regarding...

    Started by jantje85, 30 Mar 2012 5:54 AM
    select store
    • Replies: 1
    • Views: 373
    30 Mar 2012 6:28 AM Go to last post
  9. Answered: Switching between views using MVC

    Hi, I have gone through the link below for switching between views to be used in my application ...

    Started by vijayesh.narayan, 29 Mar 2012 10:59 PM
    • Replies: 3
    • Views: 682
    30 Mar 2012 6:09 AM Go to last post
  10. Unanswered: error on integrating my app with touch charts 2

    hi, I am getting the following error when I tried to get pie chart in one of my forms using sencha touch 2. --Uncaught TypeError: Object has...

    Started by 06011990, 30 Mar 2012 4:42 AM
    • Replies: 3
    • Views: 782
    30 Mar 2012 5:42 AM Go to last post
  11. Unanswered: Android detect orientation problem

    Hi, As always there is a problem with Android. When I use Ext.Viewport.getOrientation() on Android 3.1 (Samsung Galaxy tab 10.1) I get...

    Started by Bagera, 30 Mar 2012 5:06 AM
    android, galaxy tab 10.1, landscape, orientation, portrait
    • Replies: 1
    • Views: 864
    30 Mar 2012 5:29 AM Go to last post
  12. Unanswered: Editing Modal Container's mask

    Hey guys, I can't find a config option to change the mask that is created when a modal container is shown; I'd like to add a transparent config to...

    Started by shepsii, 30 Mar 2012 4:15 AM
    • Replies: 1
    • Views: 672
    30 Mar 2012 5:28 AM Go to last post
  13. Answered: Occasionally store.find retrieves wrong value

    Hello, I populate a Ext.list from a store. In essence the datastructure of the jsonP service is a list of shops, with nested 'items'. In my list...

    Started by Kah0ona, 30 Mar 2012 12:14 AM
    jsonp, store
    • Replies: 2
    • Views: 534
    30 Mar 2012 5:27 AM Go to last post
  14. Unanswered: list view inside a navigation view, show corresponding data on push from same store.

    Ext.define('MyApp.view.Offers',{ extend: 'Ext.navigation.View', xtype: 'offer', config: { title: 'offer', iconCls: 'offericon',...

    Started by gunjan.vaishnav.hs, 30 Mar 2012 3:11 AM
    • Replies: 1
    • Views: 480
    30 Mar 2012 5:21 AM Go to last post
  15. Question Unanswered: Dynamic touch chart

    Hi, I want to create a dynamic chart because I don't know series in advance. How can I develop that ? An idea is to write something like this :...

    Started by couetbis, 29 Mar 2012 11:58 PM
    dynamic chart
    • Replies: 2
    • Views: 998
    30 Mar 2012 4:43 AM Go to last post
  16. Unanswered: Why TouchStyle app is different result on Android Browser and iPhone Browser ?

    I'm testing TouchStyle on both iPhone safari and Android Browers but the result is... very poor in GalaxyS2. No sliding effect at all. It also...

    Started by devyn, 29 Mar 2012 11:33 PM
    • Replies: 1
    • Views: 352
    30 Mar 2012 4:31 AM Go to last post
  17. Unanswered: Doing custom "selector slider" is possible with ST2?

    I'm wondering if I can do a slider like this with ST2 >> screenshot After each date is selected at the center, another panel with specific data will...

    Started by devyn, 29 Mar 2012 11:22 PM
    caraousels, slider
    • Replies: 1
    • Views: 565
    30 Mar 2012 4:30 AM Go to last post
  18. Unanswered: controller problem, button not react

    i have 2 views with a button (and a form): loginview: { xtype: 'button', text: 'Login', ui:'confirm', id:'sendLogin', ...

    Started by twisted_zero, 29 Mar 2012 11:20 PM
    controller, mvc, sench touch 2.0
    • Replies: 1
    • Views: 403
    30 Mar 2012 4:28 AM Go to last post
  19. Question Answered: Store with a key before each record?

    Hi, Is is possible to load this kind of JSON into a store (for a List): { response: { status: "OK", numTransactions:...

    Started by $p00ky, 23 Mar 2012 6:54 AM
    • Replies: 3
    • Views: 577
    30 Mar 2012 4:21 AM Go to last post
  20. Unanswered: Togglefield and Label

    I have a view that has the following code Ext.define('MyApp.view.Profile', { extend: 'Ext.form.FormPanel', xtype: 'profilepage', ...

    Started by mcaple, 29 Mar 2012 4:29 PM
    label, togglefield
    • Replies: 1
    • Views: 452
    30 Mar 2012 4:18 AM Go to last post