Sencha Touch 2.x: Q&A

+ Post New Thread

  1. Answered: Getting Form Values

    I am working on a Sencha Touch Application that interfaces with Sharepoint lists. I currently have a tab bar with 4 items in it. 3 are lists, and...

    Started by chrisminniti, 27 Mar 2012 11:38 AM
    • Replies: 7
    • Views: 807
    28 Mar 2012 4:35 AM Go to last post
  2. Answered: "The specified Store cannot be found"

    I have an: Ext.application({}) with: models: , stores: , controllers: ,

    Started by EPV, 27 Mar 2012 11:30 PM
    • Replies: 1
    • Views: 1,152
    28 Mar 2012 3:04 AM Go to last post
  3. Unanswered: Get data from list with select listener

    Hi all, I have a list in my application this works: onItemDisclosure: function (record, btn, index) { ...

    Started by Tambien, 28 Mar 2012 12:17 AM
    • Replies: 2
    • Views: 329
    28 Mar 2012 3:03 AM Go to last post
  4. Unanswered: Hiding labels on a category axis

    I'd like to hide the labels on a category axis. I tried omitting the label in the config for the axis and this didn't work. So I tried defining...

    Started by Kevin Mitchell, 28 Mar 2012 2:48 AM
    axis, category, chart, label
    • Replies: 0
    • Views: 374
    28 Mar 2012 2:48 AM Go to last post
  5. Answered: Problem with NestedList and a TreeStore

    I'm seeing an unwanted behavior when using the nestedlist and I can't figure out how to prevent it. Can you help? The link below is to a page...

    Started by bseddon, 12 Mar 2012 4:56 AM
    • Replies: 4
    • Views: 459
    28 Mar 2012 2:44 AM Go to last post
  6. Unanswered: Installation problem with SDK tools

    Hi, i first installed SDK to ~/Sencha 2/ directory and then installed SDK tools to ~/Sencha 2/SDKTools Obviously this was bad idea, i think i...

    Started by Svinja, 28 Mar 2012 1:58 AM
    • Replies: 1
    • Views: 290
    28 Mar 2012 2:27 AM Go to last post
  7. Answered: Localstorage not persists

    Hi all, I have this store Ext.define('Webshop.store.CartStore', { extend : 'Ext.data.Store', alias : 'widget.CartStore', ...

    Started by Tchinkatchuk, 28 Mar 2012 1:31 AM
    • Replies: 2
    • Views: 338
    28 Mar 2012 1:42 AM Go to last post
  8. Unanswered: Stacking items vertically beyond screensize

    Hi guys, I've created a sidebar ('container') which overlays my main window on the left side. In this sidebar there needs to be several panels...

    Started by stevenlangbroek, 28 Mar 2012 1:17 AM
    • Replies: 1
    • Views: 206
    28 Mar 2012 1:38 AM Go to last post
  9. Answered: Layouts not resizing on Android.

    HI, I have having terrible issues with ST2 on an Android, basically on orientation change and/or keyboard recede, as the screen stays stuck, and...

    Started by 29er, 16 Mar 2012 7:29 AM
    • Replies: 3
    • Views: 1,050
    28 Mar 2012 1:37 AM Go to last post
  10. Answered: Limit the list dataview

    I've encountered a problem which doesn't seem to have an easy solution in ST. Basically, i have a service i can call (and have no real control...

    Started by troels, 27 Mar 2012 2:14 AM
    list, store
    • Replies: 2
    • Views: 539
    28 Mar 2012 1:20 AM Go to last post
  11. Unanswered: Markers types not working (e.g. diamond, cross, ...)

    REQUIRED INFORMATION Ext version tested: Sencha Touch 2.0.0 Touch Charts 2.0.0b

    Started by TrexXx, 25 Mar 2012 11:35 PM
    • Replies: 5
    • Views: 915
    28 Mar 2012 12:13 AM Go to last post
  12. Answered: How to call the reference of parent view?

    What should I replace "this" with? Thanks! Ext.define("demo.view.Blog", { extend: 'Ext.navigation.View', requires: , xtype: 'blog',...

    Started by devyn, 27 Mar 2012 1:13 AM
    navigation, view
    • Replies: 2
    • Views: 1,089
    27 Mar 2012 9:20 PM Go to last post
  13. Unanswered: Component not filling height. Setting fullscreen on a[ny] component hides everything

    I'm trying to get an Ext.draw.Component to fill all the available height. Setting fullscreen true hides everything (main content component is...

    Started by santiago, 27 Mar 2012 4:48 PM
    • Replies: 1
    • Views: 284
    27 Mar 2012 6:40 PM Go to last post
  14. Answered: Cannot read property 'Notification' of undefined

    Hi, Sencha Touch 2 Team. I'm testing native apis on android(2.3) device. I got the following error message. 03-28 06:07:15.209: E/Web...

    Started by blueskii68, 27 Mar 2012 1:34 PM
    • Replies: 3
    • Views: 1,318
    27 Mar 2012 5:28 PM Go to last post
  15. Answered: Navigation view Dynamic back button text

    Is it possible to dynamically have the back button text be set to the previous view title?

    Started by jonathansimmons, 27 Mar 2012 4:52 PM
    back, button text, navigationview
    • Replies: 2
    • Views: 1,044
    27 Mar 2012 5:09 PM Go to last post
  16. Unanswered: ST2 B1 Android Package (launch path not accessible)

    Is Android packaging ready for use in Beta 1? when I run sencha package config.json I get this trace: sencha package config.json 2012-02-06...

    Started by chrisbiscardi, 6 Feb 2012 1:39 PM
    android, native packaging
    • Replies: 2
    • Views: 442
    27 Mar 2012 4:30 PM Go to last post
  17. Answered: Pass argument to a custom xtype

    I've created a custom xtype: Ext.define("MyApp.view.ShopItem", { extend: 'Ext.Panel', xtype: 'shopitem', config:{ ...

    Started by borryshasian, 22 Mar 2012 4:40 PM
    • Replies: 2
    • Views: 591
    27 Mar 2012 3:25 PM Go to last post
  18. Unanswered: Ext.data.JsonP

    I had an old first cut of an application working but decided to start again and generate an app using the SDK Tools. This created the structure fine...

    Started by mcaple, 26 Mar 2012 5:30 PM
    ext.data.jsonp
    • Replies: 4
    • Views: 859
    27 Mar 2012 2:57 PM Go to last post
  19. Answered: selectfield loading from ajax - only one item is loading

    I'm trying to load a data to my selectfield from the server , so i did try to make a store a model (by combining examples here and there), then it...

    Started by padilla.rey, 27 Mar 2012 8:34 AM
    • Replies: 2
    • Views: 327
    27 Mar 2012 2:22 PM Go to last post
  20. Unanswered: How do I make buttons "float"?

    Hi, I want to be able to set buttons to a specific width and then have them 'float', like you can make html objects do with the css 'float' property....

    Started by Cesium, 24 Mar 2012 2:37 PM
    buttons, css, float
    • Replies: 6
    • Views: 1,489
    27 Mar 2012 1:15 PM Go to last post