Sencha Touch 2.x: Q&A

Page 511 of 560 FirstFirst ... 11 411 461 501 509 510 511 512 513 521 ... LastLast

+ Post New Thread

  1. Answered: How to store/assing properties to objects in B1

    My entire navigation system is build by having buttons and other things hold parameters such as view name it should go to, extra params to pass along...

    Started by cyberwombat, 6 Feb 2012 8:50 PM
    • Replies: 1
    • Views: 199
    7 Feb 2012 12:02 AM Go to last post
  2. Answered: Nested JSON and hasMany associations

    My server returns data that's something like the following: UPDATE: my server is returning arrays of objects. neglected to mention that ...

    Started by jogjayr, 5 Feb 2012 7:35 PM
    hasmany association
    • Replies: 3
    • Views: 1,560
    6 Feb 2012 11:22 PM Go to last post
  3. Unanswered: Multiple Text Fields in dataItem

    I'm using the DataView's useComponents. I can render in a single text field in a list item, but I need to be able to render two text fields for the...

    Started by tinyfactory, 6 Feb 2012 6:08 PM
    • Replies: 1
    • Views: 508
    6 Feb 2012 6:55 PM Go to last post
  4. Unanswered: Bug/issue with controller based form submits

    I don't know if this is a bug or just a quirk of the process but you can't use a form handler in a controller in a card layout - it will alway submit...

    Started by cyberwombat, 6 Feb 2012 8:17 AM
    • Replies: 5
    • Views: 722
    6 Feb 2012 3:30 PM Go to last post
  5. Answered: XmlWriter missing in 2.0 Beta 1

    It seems like Sencha Touch has deprecated and removed Ext.data.XmlWriter in the latest 2.0 Beta release. That is very unfortunate as now our app is...

    Started by puguasoft, 3 Feb 2012 3:12 PM
    post, xml, xmlwriter
    • Replies: 5
    • Views: 557
    6 Feb 2012 3:11 PM Go to last post
  6. Unanswered: Beta 1 config objects

    Hello, we are looking to share code between our web(Ext JS 4) and mobile(ST2) applications. For example, we are sharing models and stores between the...

    Started by jwkessi, 6 Feb 2012 7:55 AM
    • Replies: 5
    • Views: 508
    6 Feb 2012 3:04 PM Go to last post
  7. Unanswered: NavigationView reset() not working as expected

    So I am trying to worh the navigation view new reset method but it's not really doing what I want (which is to erase the back button on my new view...

    Started by cyberwombat, 4 Feb 2012 9:36 AM
    • Replies: 4
    • Views: 461
    6 Feb 2012 3:03 PM Go to last post
  8. Answered: [B1] Button tap event fired twice

    I just added a toolbar and tried adding events. I click it once, and it fires twice? I am trying to create a simple pop up, but it will (is) opening...

    Started by hallikpapa, 5 Feb 2012 5:19 PM
    • Replies: 2
    • Views: 797
    6 Feb 2012 1:57 PM Go to last post
  9. Unanswered: Problem with sdk build

    Running sencha create jsb -a index.html -p app.jsb3 gives me these errors: 2012-02-06 08:37:16.515 phantomjs speedup (null) 2012-02-06...

    Started by cyberwombat, 6 Feb 2012 6:40 AM
    • Replies: 2
    • Views: 504
    6 Feb 2012 1:44 PM Go to last post
  10. Answered: proxy config in model in PR4

    First, here is the code: Ext.define('MyApp.model.PhoneNumber', { extend: 'Ext.data.Model', config: { fields: , ...

    Started by marcuswu, 26 Jan 2012 7:19 AM
    • Replies: 4
    • Views: 608
    6 Feb 2012 1:07 PM Go to last post
  11. Unanswered: Modification - Ext.ux.touch.ListOptions on ST 2 b1

    hi, i modify Ext.ux.touch.ListOptions http://www.swarmonline.com/2011/03/ext-ux-touch-listoptions-add-a-twitter-style-menu-to-your-list-items/ ...

    Started by demon222, 5 Feb 2012 1:09 AM
    • Replies: 2
    • Views: 438
    6 Feb 2012 11:55 AM Go to last post
  12. Unanswered: Wanna an external view on my list that is now empty

    Hi, I have a list feed by a store that was working before but it doesn't anymove. The navigation screen is empty with a white screen for this...

    Started by Thierryg, 2 Feb 2012 9:27 AM
    • Replies: 6
    • Views: 531
    6 Feb 2012 10:31 AM Go to last post
  13. Unanswered: beta1-sdk: Custom path for app.js in build process

    I know you're planning to improve the build workflow with beta 2. Would it be possible to allow a config that let's you set a custom app.js path? I...

    Started by Steffen Hiller, 6 Feb 2012 7:20 AM
    • Replies: 2
    • Views: 907
    6 Feb 2012 10:16 AM Go to last post
  14. Answered: Problem to get a carousel handle

    Hi, I have an application that define an horizontal carousel. Each carousel, will include a vertical carousel. I know how to set the...

    Started by Thierryg, 6 Feb 2012 2:17 AM
    • Replies: 2
    • Views: 351
    6 Feb 2012 9:51 AM Go to last post
  15. Unanswered: Model load with REST proxy and extra query parameters

    Hi, I want to load data from a REST service with a custom session handling. This results in every request having a session-id parameter. I...

    Started by jochenp, 6 Feb 2012 5:02 AM
    • Replies: 1
    • Views: 692
    6 Feb 2012 9:49 AM Go to last post
  16. Unanswered: QR Codes in Sencha Touch

    Hi. I don't know if there is a way from a Sencha Touch application to 1- read a QR code 2. Redirect to a view inside the application...

    Started by diesalher, 6 Feb 2012 3:25 AM
    • Replies: 1
    • Views: 814
    6 Feb 2012 9:47 AM Go to last post
  17. Unanswered: How to glue together form submit and controller

    Hi All, I'm starting with Sencha touch 2. I've created a basic login form, controller Login.js and Session.js model. In my controller I'd like...

    Started by wotaen, 6 Feb 2012 3:11 AM
    • Replies: 1
    • Views: 435
    6 Feb 2012 9:45 AM Go to last post
  18. Answered: DatePicker + List = not working

    I have a page with the following structure: Level1 Container Level2 Container Level3 DatePicker Level2 Container Level3 List The thing is...

    Started by zbrukas, 6 Feb 2012 1:58 AM
    container, datepicker, json, list, scrollable
    • Replies: 3
    • Views: 576
    6 Feb 2012 9:43 AM Go to last post
  19. Unanswered: DataStore parameters

    Hello, I am trying to reuse a datastore in my code. My model named "GroupMember" has the properties "name" and "gid" (short for group id). I...

    Started by Derroy, 6 Feb 2012 12:54 AM
    dataview, list, parameters, store
    • Replies: 1
    • Views: 314
    6 Feb 2012 9:35 AM Go to last post
  20. Unanswered: Sencha touch 2 has any unversal approach?

    When i develop application in sencha touch 2.3 beta version work fine But as me change the version form beta1 this application stop working . this...

    Started by narender1818, 6 Feb 2012 12:51 AM
    • Replies: 1
    • Views: 482
    6 Feb 2012 9:31 AM Go to last post