Sencha Touch 2.x: Q&A

+ Post New Thread

  1. Answered: Custom Hours/Minutes Picker

    I want a Picker such that when I tap a form field, a picker displays with two slots - one for hours and one for minutes (to record hours and minutes...

    Started by paulharv, 17 Apr 2012 2:18 PM
    picker custom
    • Replies: 1
    • Views: 610
    18 Apr 2012 4:29 AM Go to last post
  2. Answered: Android packaging error

    Hi, could anyone help me with a problem I had while packaging a native Android app. BUILD FAILED C:\Program Files...

    Started by abu_hamid, 8 Apr 2012 11:56 PM
    2 Pages
    1 2
    • Replies: 15
    • Views: 1,657
    18 Apr 2012 4:28 AM Go to last post
  3. Unanswered: How to guarantee events will be handled?

    We're reading the data asynchronously coming back from multiple (e.g. 10 different) data servers. On receiving data, we log that information & fire...

    Started by shahkun3, 17 Apr 2012 2:01 PM
    data event lost listener
    • Replies: 1
    • Views: 252
    18 Apr 2012 4:23 AM Go to last post
  4. Unanswered: problem in submitting form

    I have code which sends email now this works fine in google chrome but it does not in any mobile Code: This is view file: ...

    Started by aniketharshe, 17 Apr 2012 12:42 PM
    • Replies: 1
    • Views: 190
    18 Apr 2012 4:20 AM Go to last post
  5. Unanswered: Tab bar and all icons seen as blank squares in older android phones

    I am seeing the icons which are base 64 created by the compass I believe to not show up in older android devices. Has anyone got any advice for a...

    Started by landed, 10 Apr 2012 2:40 AM
    base64
    • Replies: 5
    • Views: 878
    18 Apr 2012 4:09 AM Go to last post
  6. Unanswered: Hide disable item in a tabpanel

    I'm trying to make this working but I'm still in troubles, hide or disable an item from a tabpanel , after cliking a button in another item of the...

    Started by wiwi, 17 Apr 2012 1:42 AM
    • Replies: 3
    • Views: 640
    18 Apr 2012 4:07 AM Go to last post
  7. Unanswered: Passing data correctly from Controller to View

    I am trying to figure out the best way of passing data from a Controller to a view. I have a list of restaurants, and when a user clicks on a...

    Started by matvey, 15 Apr 2012 3:42 PM
    controller, passing data, templates, view
    • Replies: 9
    • Views: 1,173
    18 Apr 2012 4:06 AM Go to last post
  8. Unanswered: getController when "this" = window

    Hi, in my window.onerror function I want to call a specific controller function. How can I access my Controller? because this points to window...

    Started by karazy, 18 Apr 2012 2:19 AM
    • Replies: 3
    • Views: 381
    18 Apr 2012 3:51 AM Go to last post
  9. Unanswered: CoverFlow extension for views in Sencha2

    <b>CoverFlow extension for views</b> Is it possible to place views( ie.,Page contains fields like text box and buttons) instead images? I want...

    Started by vimalsank, 17 Apr 2012 1:27 AM
    • Replies: 2
    • Views: 313
    18 Apr 2012 3:19 AM Go to last post
  10. Unanswered: Init in view

    Hi Can i put init function in the view.. Actually i want to load the store and model and then put the value on the screen before initialization.....

    Started by shaleen, 17 Apr 2012 11:25 PM
    • Replies: 1
    • Views: 421
    18 Apr 2012 2:23 AM Go to last post
  11. Unanswered: How to create / destroy tab dynamically

    Hi, I have a list of tabs, what I want is whenever i switch a tab, the items are added to the tab and it is redrawn, and the old tab is destroyed. ...

    Started by dyyyy, 18 Apr 2012 12:42 AM
    destroy, dolayout, sencha touch 2, tabpanel
    • Replies: 2
    • Views: 564
    18 Apr 2012 2:19 AM Go to last post
  12. Unanswered: How to use List.itemTpl (Sencha Designer)

    Hi, I have a xtype: 'list'. It has the property itemTpl. I insert this code with the Sencha Designer: new Ext.XTemplate('<tpl for=".">', ...

    Started by teedev, 14 Apr 2012 8:44 AM
    • Replies: 3
    • Views: 755
    18 Apr 2012 1:40 AM Go to last post
  13. Unanswered: function is not defined

    Hi, I have a function named callbutton.It gives an error "callbutton is not defined" When I define function as shown below: Code: callbutton:...

    Started by naveenkumargupta, 17 Apr 2012 9:41 AM
    • Replies: 3
    • Views: 599
    18 Apr 2012 1:11 AM Go to last post
  14. Unanswered: Sencha Touch 2 multiple forms, as a kind of list

    Hi There! Can someone give me some advice aboutn whats the best way to build an container or panel, wich contains multiple forms under each other?...

    Started by salorob, 16 Apr 2012 4:42 AM
    container, list, multiple forms, touch
    • Replies: 2
    • Views: 499
    18 Apr 2012 12:29 AM Go to last post
  15. Answered: Ext.Picker: How to apply a different CSS style to some of the picker's elements?

    Hi, in my Ext.Picker, I would like some of the elements to be painted differently. To achieve this, I suppose I should try to insert a name...

    Started by Maarten Nieber, 17 Apr 2012 12:14 AM
    ext.picker
    • Replies: 5
    • Views: 1,030
    17 Apr 2012 11:50 PM Go to last post
  16. Unanswered: Setting the title of page as from store

    Hi, I am facing a problem as below: I have 2 stores 'lstore' just to take care of the local storage and other 'Main' getting data and...

    Started by vijayesh.narayan, 16 Apr 2012 4:51 AM
    dynamic binding title
    • Replies: 8
    • Views: 935
    17 Apr 2012 9:42 PM Go to last post
  17. Answered: Cannot access a function defined in another file in my View

    I wonder If I can define some functions in some javascript files, include them in my application and then access them in my view definition? Right...

    Started by Sara31, 1 Apr 2012 9:12 PM
    another js file, call a function, call a random function
    • Replies: 2
    • Views: 674
    17 Apr 2012 9:42 PM Go to last post
  18. Unanswered: Trouble with my own xtypes not being recognised

    I'm trying to populate an items array with xtypes, and I'm getting: Error: Cannot create an instance of unrecognized alias: widget.projects ...

    Started by James Hiscock, 17 Apr 2012 7:36 PM
    items array, xtype
    • Replies: 1
    • Views: 253
    17 Apr 2012 7:40 PM Go to last post
  19. Unanswered: Set button background color dynamically. I know it's been asked before but....

    I know this has been asked before but so far nothing I've tried has worked. Here is a simplified version of what I'm doing: Here is my sample css:...

    Started by farbodr, 15 Apr 2012 7:58 AM
    • Replies: 2
    • Views: 466
    17 Apr 2012 4:28 PM Go to last post
  20. Unanswered: Another list issue

    Hi all - I am having an issue with the list component.. The following code works fine on iOS, Safari (Desktop) and Android 4.0.4 (Stock Browser or...

    Started by andrewx, 17 Apr 2012 12:27 PM
    • Replies: 2
    • Views: 186
    17 Apr 2012 4:08 PM Go to last post