Sencha Touch 2.x: Q&A

+ Post New Thread

  1. Unanswered: load sencha app into an html file

    hello sencha team, i have been using sencha to make my app, and so far, it has been a delight. but there is one small problem i tend to run into....

    Started by shivbhaw, 29 Mar 2012 1:02 AM
    • Replies: 1
    • Views: 282
    29 Mar 2012 2:51 AM Go to last post
  2. Unanswered: Ext.getStore fails in 2.0

    This line returns undefined in 2.0, but it works fine in Beta3 var placesStore = Ext.getStore('Places'); It is part of the init function of a...

    Started by Baddeo, 13 Mar 2012 6:50 AM
    2.0, beta3, store, undefined
    • Replies: 3
    • Views: 674
    29 Mar 2012 2:19 AM Go to last post
  3. Unanswered: Buttonbar Toppanel and listitems on one page similar to O'reilly demo site

    I am trying to figure out to do the following <top bar>with title <button bar> with tabs</buttonbar> // not all pages have a button bar ...

    Started by jop_008, 27 Mar 2012 5:00 AM
    topbar bottmbar listitem
    • Replies: 3
    • Views: 589
    28 Mar 2012 11:39 PM Go to last post
  4. Answered: Switch between views using a controller

    I'm trying to show a view with details of a model when the user clicks on an item in a list. I read that using "fullscreen:true" will register...

    Started by Jurian Baas, 11 Nov 2011 5:06 AM
    • Replies: 6
    • Views: 2,308
    28 Mar 2012 11:18 PM Go to last post
  5. Unanswered: Conditional DataItems

    I'm wondering if it's possible to make particular items conditional when using useComponents: true. unlike Ext.Template it...

    Started by jonathansimmons, 28 Mar 2012 12:44 PM
    conditional, dataitems, dataview
    • Replies: 1
    • Views: 315
    28 Mar 2012 8:04 PM Go to last post
  6. Unanswered: Displaying carousel makes "Back" btn stuck on the navigation bar.

    I'm using the navigation view to display page1 first then clicking on a button on the page, page2 will be push to the view but the problem is after...

    Started by devyn, 28 Mar 2012 7:15 PM
    back button, navigation view
    • Replies: 1
    • Views: 308
    28 Mar 2012 7:25 PM Go to last post
  7. Unanswered: Repeat Y Axis label values.

    Ok, so I have a sencha chart that has 3 series, that each contain data in whole numbers. The graph I end up with is like follows: Ignoring the...

    Started by jezter, 28 Mar 2012 2:42 PM
    • Replies: 1
    • Views: 768
    28 Mar 2012 5:58 PM Go to last post
  8. Answered: Horizontal Dataview load mask is centered off screen of display during loadStore

    I've built a UI similar to that of the "pulse" Apps which basically has a horizontal scroll list UI stacked with multiple lists. My problem is, my...

    Started by tthai, 22 Feb 2012 8:22 PM
    • Replies: 2
    • Views: 620
    28 Mar 2012 3:33 PM Go to last post
  9. Exclamation Unanswered: Axis labels are trimmed for full screen chart

    Hi, I'm trying to display chart fullscreen, but axis labels are trimmed: I'm using touch charts 2.0 beta. Here is the code:...

    Started by iFeel, 22 Mar 2012 3:25 PM
    • Replies: 4
    • Views: 1,623
    28 Mar 2012 2:24 PM Go to last post
  10. Answered: NestedList Detail View [ Issue ] Can you please help..

    Hi, Goal : NestedList with a panel as a Detailed Card My Function, ========================================= MyFuncion1 : function(list,...

    Started by nagwww, 28 Mar 2012 11:01 AM
    • Replies: 2
    • Views: 340
    28 Mar 2012 2:12 PM Go to last post
  11. Unanswered: date & time

    Hi Is there a way to view current date and time in seconds...like live clock? It would be helpful if you can point where I can start with it. ...

    Started by austin1030, 27 Mar 2012 9:13 AM
    • Replies: 6
    • Views: 652
    28 Mar 2012 2:00 PM Go to last post
  12. Unanswered: Playing a .pls (playlist) file with the Audio Player

    Hello, I was wondering what I can do to get a .pls (playist) audio file to play on sencha touch's audio player. I know in the docs it's not under...

    Started by HumbleProgrammer, 28 Mar 2012 7:00 AM
    .pls, audio, player, playlist, sencha touch 2
    • Replies: 2
    • Views: 769
    28 Mar 2012 1:51 PM Go to last post
  13. Answered: send an array through params Ext.Ajax

    I need to send the equivalent of http://example.com?event=true& event=sample but just not sure how to do this. I can easily get a singly...

    Started by jonathansimmons, 28 Mar 2012 11:56 AM
    array, ext.ajax, params
    • Replies: 1
    • Views: 397
    28 Mar 2012 12:02 PM Go to last post
  14. Unanswered: Can't add sprites during runtime

    Here's how I create two sprites in "compilation" or setup time ... var drawComponent = new Ext.draw.Component({ id: 'canvas', ...

    Started by santiago, 27 Mar 2012 8:35 PM
    • Replies: 1
    • Views: 558
    28 Mar 2012 10:51 AM Go to last post
  15. Unanswered: ListPaging

    I'm trying to implement paging on a list view going against a JSONP proxy. I have a search control on the same screen as my list view. When I...

    Started by DrKaz, 28 Mar 2012 10:00 AM
    • Replies: 4
    • Views: 719
    28 Mar 2012 10:47 AM Go to last post
  16. Unanswered: card layout (login + list app)

    I am trying to make an app with a login-form that if correct forward you to the main tabpanel (with a list). How do I make this properly in ST2 with...

    Started by twisted_zero, 28 Mar 2012 5:09 AM
    • Replies: 3
    • Views: 665
    28 Mar 2012 10:44 AM Go to last post
  17. Unanswered: Items above list

    Dear, I'm trying to get a list and another item in a tabpanel item. However if I add the list item it just does not shows.. Can anybody help me?...

    Started by Jversloot, 28 Mar 2012 6:22 AM
    • Replies: 2
    • Views: 414
    28 Mar 2012 10:31 AM Go to last post
  18. Unanswered: erased event on navigationview

    Hello I've attached listeners on a panel I'm adding to a navigationview for painted and erased. The painted listener is firing perfectly when the...

    Started by stevenewey, 28 Mar 2012 9:15 AM
    erased, listeners, navigationview
    • Replies: 8
    • Views: 528
    28 Mar 2012 10:26 AM Go to last post
  19. Answered: how to close info window on map?

    i want close info window which open from click on bubble on map

    Started by himanshu.patel.hs, 28 Mar 2012 5:37 AM
    sencha touch 2
    • Replies: 4
    • Views: 932
    28 Mar 2012 10:19 AM Go to last post
  20. Unanswered: Iterate dataview list

    Hi guys, I have a list with a "delete" button per item, the button is hidden but it should be display when an "edit" button is press. Works,...

    Started by todos27, 28 Mar 2012 5:01 AM
    • Replies: 3
    • Views: 692
    28 Mar 2012 9:52 AM Go to last post