Sencha Touch 2.x: Q&A

+ Post New Thread

  1. Unanswered: Nested List loading all elements at once

    Hi all, I'm creating an app that reads a nested xml and load it into a nested list. I could read the nested XML below: <?xml version="1.0"...

    Started by Tioecomp, 13 Nov 2012 9:53 AM
    • Replies: 1
    • Views: 165
    13 Nov 2012 10:01 AM Go to last post
  2. Answered: Call function on class

    i have a class like : Ext.define('MW.controller.News', { extend: 'Ext.app.Controller', config: { refs: { ...

    Started by blackangelnt, 13 Nov 2012 7:40 AM
    • Replies: 2
    • Views: 239
    13 Nov 2012 8:33 AM Go to last post
  3. Unanswered: How do I find the scroller for a specific component?

    I have components on a Panel which has scroller. Sometimes the components are inside a FieldSet. Is there a simple way to find the scroller or...

    Started by drb, 12 Nov 2012 3:58 PM
    component, scroller
    • Replies: 3
    • Views: 215
    13 Nov 2012 7:47 AM Go to last post
  4. Unanswered: Sencha + Phonegap FileTransfer

    Hi all, Since 2.0, Sencha use the Phonegap Cordova API, what is a very good thing !! But I'm wondering why we still cannot transfer file...

    Started by jairok, 11 Nov 2012 7:36 AM
    • Replies: 3
    • Views: 348
    13 Nov 2012 6:54 AM Go to last post
  5. Unanswered: itemswipe direction

    Hi, I saw that the swipe listener returns the direction of the swipe. Now I am looking for the direction on the itemSwipe listener for the...

    Started by Kurt001, 10 Nov 2012 9:34 AM
    • Replies: 5
    • Views: 367
    13 Nov 2012 5:27 AM Go to last post
  6. Answered: Sencha and Eclipse Android Emulator Error

    Hi, I'm new to sencha touch. I have read the tutorial for getting started with sencha touch and eclipse, i have downloaded all the plugins and i...

    Started by AzurGroup, 28 Apr 2012 8:36 AM
    2 Pages
    1 2
    • Replies: 14
    • Views: 2,978
    13 Nov 2012 3:28 AM Go to last post
  7. Unanswered: How can I load a JSON result into a panel?

    I have been trying combinations of all I could think of and I also found nothing from searching, but what I'm trying to do is load a JSON object ...

    Started by patrickdeamorim, 12 Nov 2012 7:45 PM
    • Replies: 4
    • Views: 474
    13 Nov 2012 3:07 AM Go to last post
  8. Unanswered: Touch 2.1 in IOS UIWebView

    Hi, I have create an sencha touch 2.1 application with the architect. It work fine in Chrome or Safari but when i see the result in an IOS...

    Started by marcpvo, 9 Nov 2012 8:21 AM
    • Replies: 3
    • Views: 421
    13 Nov 2012 12:54 AM Go to last post
  9. Unanswered: ST 2.1 final - RangeError: ArrayBufferView size is not a small enough positive intege

    Hi, The error above occurs with line series and no data in the store. The error occurs in this section of Ext.draw.Draw, I think: ...

    Started by naggy, 13 Nov 2012 12:18 AM
    • Replies: 0
    • Views: 107
    13 Nov 2012 12:18 AM Go to last post
  10. Unanswered: How to insert multiple google map markers

    Hey everyone, I was wondering if someone knew how to insert a couple of markers in sencha touch 2? I currently have my map rendering but dont know...

    Started by master_obiwan, 26 Sep 2012 4:43 PM
    • Replies: 3
    • Views: 643
    12 Nov 2012 8:30 PM Go to last post
  11. Unanswered: sass variable for default global text color

    I'm trying to find if a sass variable exists for the global text color in an app. So far I haven't found anything. I want ALL text to be a certain...

    Started by jep, 2 Nov 2012 7:39 AM
    • Replies: 2
    • Views: 389
    12 Nov 2012 4:41 PM Go to last post
  12. Unanswered: sass variable for icon mask color

    Is there a sass variable to control the color of a toolbar icon (using iconCls/iconMask)?

    Started by jep, 2 Nov 2012 8:08 AM
    • Replies: 2
    • Views: 416
    12 Nov 2012 4:30 PM Go to last post
  13. Unanswered: To access to a component created dynamically

    Hi everyone ! I am creating an application which will be use with both tablets and mobile phones. Thus, I am implementing the app to keep the...

    Started by guetguet, 6 Nov 2012 1:03 PM
    • Replies: 6
    • Views: 422
    12 Nov 2012 2:12 PM Go to last post
  14. Answered: Build Production: Failed to find file for Ux.locale.Manager

    Hi guys, For weeks I have been developing an app with Sencha Touch 2.0.1.1 and Sencha SDK Tools 2.0.0 Beta3. No problems building the Production...

    Started by erbud, 11 Nov 2012 1:46 PM
    build production error, sencha cmd 3.0.0.250, ux.locale.manager
    • Replies: 3
    • Views: 452
    12 Nov 2012 1:50 PM Go to last post
  15. Unanswered: Sencha Touch 2.1: line charts and derived fields

    Dear all, I am developing a sample application with Sencha Touch 2.1. The application stores generic items, each having a name and a date, and...

    Started by alessandro.rossini, 8 Nov 2012 7:32 AM
    derived field, line chart, model, sencha touch 2.1, store
    • Replies: 2
    • Views: 504
    12 Nov 2012 1:49 PM Go to last post
  16. Answered: Problem with order of store beforeload event and assigning store to data view

    Hi, I've got a problem where store "beforeload" event is fired before the store is attached to a List view and thus loading mask is not displayed...

    Started by szimek, 9 Nov 2012 4:46 AM
    beforeload, data view, store
    • Replies: 2
    • Views: 282
    12 Nov 2012 12:37 PM Go to last post
  17. Answered: Is it possible to do offline application with Sencha Touch

    Hey, I start using Ext Js since three month and now I would like to use Sencha Touch to web application instead of native application. I have a...

    Started by Payoffice, 12 Nov 2012 4:34 AM
    offline application
    • Replies: 6
    • Views: 627
    12 Nov 2012 12:36 PM Go to last post
  18. Unanswered: Control a Model with a Controller

    Hello everybody! I'm creating a Sencha Touch 2.1 app for my studies and I've got a question about the MVC architecture in ST2. Our university...

    Started by Avsfan, 12 Nov 2012 6:55 AM
    • Replies: 3
    • Views: 267
    12 Nov 2012 12:00 PM Go to last post
  19. Unanswered: Can i merge two existing grids and show as one grid ?

    Hi everyone, I have one grid like first grid--- column1 column2 column3 A B C Second Grid -...

    Started by newtothis, 10 Nov 2012 9:59 PM
    • Replies: 1
    • Views: 169
    12 Nov 2012 10:39 AM Go to last post
  20. Unanswered: How to create ST2 component inside a template?

    I saw someone created CTemplate for ExtJS If I passed, for example: {cell1: Ext.create(Ext.Button,{text:'hiya'})} into a (X)template for...

    Started by chulochula, 26 Mar 2012 9:26 PM
    • Replies: 3
    • Views: 699
    12 Nov 2012 10:37 AM Go to last post