Sencha Touch 2.x: Q&A

+ Post New Thread

  1. Answered: Tap titlebar to jump to top of list

    I would like users to be able to tap a list titlebar to jump to the top of a (potentially very long) list. I plan on using something like...

    Started by kylebarrow, 8 May 2012 3:05 PM
    • Replies: 2
    • Views: 476
    11 May 2012 1:13 PM Go to last post
  2. Unanswered: Sencha 2 and phonegap 1.7.0

    I am using Sencha touch 2 (2.0.1) to build an application on a mac OS X machine. The iOS application I test on my machine works perfectly on my...

    Started by clarkd, 11 May 2012 5:26 AM
    • Replies: 3
    • Views: 1,726
    11 May 2012 1:09 PM Go to last post
  3. Unanswered: sencha app build production - doesn't do what I expected it to

    So, I have upgraded my 2.0.0 app to 2.0.1... and now I am trying to build. I have installed Sencha SDK Tools Beta3. I am a little confused after...

    Started by aaronfrost, 10 May 2012 12:53 PM
    • Replies: 3
    • Views: 791
    11 May 2012 1:04 PM Go to last post
  4. Answered: Nested List back button

    Hi All, I'm not sure this is a bug but still im posting it here , in nested list , the back button is made hidden and defaults to back...

    Started by sadagopan, 11 May 2012 2:37 AM
    backbutton, nestedlist
    • Replies: 3
    • Views: 1,298
    11 May 2012 1:01 PM Go to last post
  5. Unanswered: Ajax call fails with status 0 but success gets called

    I currently test how my application reacts to a server not being reachable. I get a status code of 0 which means something like request aborted (and...

    Started by karazy, 2 May 2012 12:14 AM
    • Replies: 3
    • Views: 786
    11 May 2012 12:42 PM Go to last post
  6. Answered: List items Draggable

    Hello, I'm looking to have a set of list items (using an item renderer) be draggable. However, I'm having difficulty with the config...

    Started by paulroth3d, 1 May 2012 5:41 AM
    • Replies: 2
    • Views: 1,509
    11 May 2012 11:01 AM Go to last post
  7. Unanswered: How to save form values to store

    Hi, I have a form panel with some text fields and a button. I want to submit my form values to the local store when user clicks on the button. I...

    Started by sonaljain, 9 May 2012 1:39 PM
    • Replies: 3
    • Views: 617
    11 May 2012 10:44 AM Go to last post
  8. Unanswered: Using a local JSON variable with a store

    I'm probably overlooking the obvious. I want to have a list control on a number of views that displays contents of a store. I want to use a local...

    Started by tmcdonald, 27 Apr 2012 5:41 AM
    • Replies: 9
    • Views: 1,159
    11 May 2012 10:43 AM Go to last post
  9. Answered: Destroyed Components losing Controller references?

    my controller has a reference to a view. i can use that reference in my controllers functions no problem. if i remove/destroy that view then re-add...

    Started by BostonMerlin, 11 May 2012 9:17 AM
    • Replies: 2
    • Views: 416
    11 May 2012 10:38 AM Go to last post
  10. Unanswered: How do you capture parentheses in Route?

    I am trying capture urls with parenthesis and brackets.. conditions: { ':query': " ]+" } doesn't work, in fact is seems to break...

    Started by bvkimball, 11 May 2012 8:23 AM
    • Replies: 1
    • Views: 202
    11 May 2012 8:30 AM Go to last post
  11. Answered: Best practice for moving (displace) a Sencha element

    Well, that's the question, how would you move a sencha element defining the duration of the movement? Thanks a lot

    Started by Fonx, 9 May 2012 10:21 AM
    move
    • Replies: 1
    • Views: 335
    11 May 2012 8:24 AM Go to last post
  12. Unanswered: CSS background images into a problem that occurs when applying a delay

    Tap Event No. 1 on the screen three times in the event should be switched to the screen. But two of your shot like a short delay occurs and the...

    Started by misoboy, 9 May 2012 7:30 PM
    • Replies: 1
    • Views: 470
    11 May 2012 7:48 AM Go to last post
  13. Answered: image in fieldset

    Hey guys, i want to add a image in a fieldset. At the moment i'm so far that i have the image in top over the fieldset. My code in the form...

    Started by PhilChill, 24 Apr 2012 12:41 AM
    • Replies: 4
    • Views: 1,561
    11 May 2012 7:33 AM Go to last post
  14. Answered: Migration from st1 to st2: Problem with displaying google map.

    After migration i've gotten two warnings in Chrome console: Resource interpreted as Image but transferred with MIME type text/html:...

    Started by Piggygoose, 9 May 2012 8:58 AM
    ext.map, google maps, migration st2
    • Replies: 1
    • Views: 388
    11 May 2012 6:27 AM Go to last post
  15. Unanswered: To bind Json Webservice in MVC architicture

    Hai Friends, can anyone explain with an example how to call json webservice in mvc architecture in Sencha touch 2??

    Started by senchastart, 9 May 2012 3:32 AM
    • Replies: 1
    • Views: 740
    11 May 2012 6:24 AM Go to last post
  16. Unanswered: Slider Thumb not visible on Galaxy S2

    Solved

    Started by Kurt001, 9 May 2012 1:43 AM
    • Replies: 1
    • Views: 664
    11 May 2012 6:22 AM Go to last post
  17. Unanswered: Using Json Writer

    Hi, any one tell me how to use json writer class in sencha touch 2. documentation for this class is not helpful in sencha docs....

    Started by prudvi, 8 May 2012 10:25 PM
    json writer, sencha touch 2
    • Replies: 1
    • Views: 850
    11 May 2012 6:13 AM Go to last post
  18. Unanswered: Arrays in JSON

    Hi, If I have the following JSON data Ext.data.JsonP.callback1( }, { "amount": ...

    Started by mcaple, 8 May 2012 6:26 PM
    json array
    • Replies: 1
    • Views: 347
    11 May 2012 6:09 AM Go to last post
  19. Unanswered: LocalStorage over Model

    Hi I'm new to LocalStorage and I'm trying to make it work within a Model. Is that possible or it needs to be with a Store only? ...

    Started by JFFortierQc, 8 May 2012 5:58 PM
    localstorage model
    • Replies: 1
    • Views: 314
    11 May 2012 6:06 AM Go to last post
  20. Answered: Migration from st 1.x to st 2 problem (Ext.create)

    I have problem with migration this part of code: onSelect: function(sel, records){ var newCard = Ext.apply({}, records.data.card, { ...

    Started by Piggygoose, 8 May 2012 5:47 AM
    ext.create, migration
    • Replies: 3
    • Views: 540
    11 May 2012 5:43 AM Go to last post