Sencha Touch 2.x: Discussion

Page 91 of 112 FirstFirst ... 41 81 89 90 91 92 93 101 ... LastLast

+ Post New Thread

  1. for a spinner, setValue can't trigger the change event, why?

    var spinner = this.down('spinnerfield'); spinner.on({ spin: this.onSpinnerValChanged, scope: this }); spinner.on({ change:...

    Started by linuxyf, 6 Feb 2012 6:51 PM
    • Replies: 1
    • Views: 530
    7 Feb 2012 8:54 AM Go to last post
  2. Question How to update an specified NestedList item?

    Hello to everyone, I have a problem, I want to update a specific node in a NestedList component, like this function(in 1.x works): refresh :...

    Started by quicklink, 7 Feb 2012 6:11 AM
    • Replies: 0
    • Views: 297
    7 Feb 2012 6:11 AM Go to last post
  3. [BETA1] Ext.getBody().getViewSize()

    I cannot find "Ext.getBody().getViewSize()" in BETA1... Is there a solution to get the screen size? Thanks.

    Started by tino7_03, 7 Feb 2012 12:26 AM
    • Replies: 1
    • Views: 404
    7 Feb 2012 3:49 AM Go to last post
  4. Ext.List performance

    Have You guys thought about making the List component more powerfull? In ST1.0.0 someone have made a BufferedList component. Maybe it is in future...

    Started by Surykat, 23 Nov 2011 4:44 AM
    • Replies: 7
    • Views: 1,370
    6 Feb 2012 9:32 PM Go to last post
  5. UseComponenets: true with Ext.List?

    I'm looking at leveraging the 'grouped' config of Ext.List with my list items using dataItems. When I extend 'Ext.DataView' the dataItem components...

    Started by tinyfactory, 6 Feb 2012 5:50 PM
    • Replies: 0
    • Views: 269
    6 Feb 2012 5:50 PM Go to last post
  6. TypeError: 'undefined' is not an object (evaluating 'operation.getGroupers')

    Using Sencha Touch 2.0 PR4 I am trying to mix dynamically obtained parameters in with the parameters already defined on a stores proxy. Yet I get...

    Started by msweltzdk, 2 Feb 2012 2:14 AM
    • Replies: 9
    • Views: 1,824
    6 Feb 2012 2:22 PM Go to last post
  7. Splitting large application into Modules, some of which will be for Desktop

    With Sencha Touch 2 now that we have closer design to ExtJS 4 and the class system, we want to build a large scale application that will be divided...

    Started by sunbiz, 28 Jan 2012 3:21 PM
    code reuse, ext 4, modules, structure
    • Replies: 4
    • Views: 1,033
    6 Feb 2012 2:15 PM Go to last post
  8. Trying to use ListPagingPlugin and it attempts to load a mysterious file Plugin.js

    Here is my view/Threads.js The list loads fine when the plugin is not present. Ext.define('MyApp.view.Threads',{     extend:...

    Started by passion4code, 21 Jan 2012 7:54 PM
    listpaging list plugin
    • Replies: 4
    • Views: 805
    6 Feb 2012 11:19 AM Go to last post
  9. [BETA1] View getter

    Now in BETA1 all views is in Ext.Application and not in controllers classes, I have this code: Ext.application({ name: 'GpMobile', ...

    Started by tino7_03, 5 Feb 2012 11:08 PM
    • Replies: 4
    • Views: 585
    6 Feb 2012 11:17 AM Go to last post
  10. How to save the nested data to localstorage

    Ext.define('Post',{ extend:'Ext.data.Model', config:{ fields:'id','user_id'], ...

    Started by linuxyf, 6 Feb 2012 12:12 AM
    • Replies: 1
    • Views: 559
    6 Feb 2012 11:10 AM Go to last post
  11. Integrating navigationview and routes/history?

    I've got routes setup in my application, but I haven't found any suggested way for populating the history with tokens (i.e. an equivalent of ExtJS...

    Started by themightychris, 6 Feb 2012 9:15 AM
    • Replies: 1
    • Views: 484
    6 Feb 2012 10:10 AM Go to last post
  12. Auto height in a ext.panel for arbitrary length HTML?

    Hi all, Using sencha touch 2 PR4. I am trying to figure out how to include HTML on a panel that would vary in length, and I want to be able to...

    Started by scheid, 4 Feb 2012 1:01 PM
    • Replies: 2
    • Views: 522
    5 Feb 2012 7:30 PM Go to last post
  13. [B1] Scrolling Toolbar Menu

    Things are going really well w/ST2, here's something that worked in PR4 but has stopped working in B1: Too many toolbar menu items to fit on a...

    Started by Rhoover, 4 Feb 2012 8:02 AM
    • Replies: 2
    • Views: 695
    5 Feb 2012 2:13 PM Go to last post
  14. Concerns over Ext.override() being deprecated

    We have a base application which is customized for each client. When a client wants to change functionality for one of our components we use...

    Started by estesbubba, 10 Jan 2012 8:41 AM
    • Replies: 6
    • Views: 1,077
    5 Feb 2012 3:58 AM Go to last post
  15. Question Will Sencha Touch (2.X) support other HTML5 browsers than webkit based browsers?

    We plan to use Sencha Touch to build our application, but the requirement covers different HTML5 browsers support like Firefox (mobile and desktop),...

    Started by jove.shi, 4 Jan 2012 7:17 AM
    • Replies: 4
    • Views: 1,299
    4 Feb 2012 11:14 AM Go to last post
  16. Navigation Control - How To

    Imagine you have an app that consists of "X" different pages. Would you then implement a TabPanel to manage all of these pages, and have some...

    Started by dijksvi, 4 Feb 2012 12:50 AM
    • Replies: 1
    • Views: 497
    4 Feb 2012 6:59 AM Go to last post
  17. Avatar

    Hi, I would like to create a grouplist showing an avatar (personal picture) on each item. Is there any support for doing this apart from the...

    Started by dijksvi, 4 Feb 2012 12:45 AM
    • Replies: 1
    • Views: 367
    4 Feb 2012 6:56 AM Go to last post
  18. Application Sign In

    Starting on my first Touch development I started to wonder about some concepts. The application I plan to write needs a "sign in" screen. Upon...

    Started by dijksvi, 4 Feb 2012 12:42 AM
    • Replies: 1
    • Views: 323
    4 Feb 2012 6:55 AM Go to last post
  19. Thumbs up [non-important] Vote up Sencha Touch as framework of your choice!

    Hey guys, Would be great if we could put a lot more sincere up-votes for Sencha Touch here - http://news.ycombinator.com/item?id=3549640 Thanks...

    Started by ideamonk, 3 Feb 2012 8:19 PM
    frameworks, news, poll
    • Replies: 1
    • Views: 653
    4 Feb 2012 6:47 AM Go to last post
  20. [B1] Ext.create() params automatically put into config{}?

    In PR4 when you did an Ext.define(), the params would go into config{} if defined there otherwise at the class level. In B1 it appears everything...

    Started by estesbubba, 3 Feb 2012 12:30 PM
    • Replies: 1
    • Views: 398
    4 Feb 2012 6:46 AM Go to last post