Sencha Touch 2.x: Q&A

+ Post New Thread

  1. Answered: display web page in panel

    I want to display the dictionary.com definition of a word in a fullscreen ext panel. My solution at the moment is to use an embed tag (see below). ...

    Started by kworam, 21 Mar 2012 7:07 AM
    • Replies: 5
    • Views: 846
    22 Mar 2012 6:18 AM Go to last post
  2. Answered: Is this a correct way of using the Controller?

    I'm trying to understand the MVC pattern. I have set up a Model, a View, a Controller and a Store in MyApp. My view extends an...

    Started by DonSanto, 22 Mar 2012 3:41 AM
    controller, mvc, sench touch 2.0, sencha touch 2.0 mvc, view
    • Replies: 4
    • Views: 378
    22 Mar 2012 6:06 AM Go to last post
  3. Unanswered: Using the Oreilly sample app - add RSS tab

    Using the base Oreilly app as a starting point (already customized what I have needed), is there a quick and easy way to add the ability to...

    Started by phishee, 21 Mar 2012 10:23 AM
    • Replies: 2
    • Views: 364
    22 Mar 2012 5:53 AM Go to last post
  4. Unanswered: 'showInLegend' config in series seems to be no effect

    i had tried this config in bar,column,pie. whatever true or false I set,the series always show in legend.

    Started by intotherainzy, 21 Mar 2012 9:44 PM
    • Replies: 1
    • Views: 903
    22 Mar 2012 5:52 AM Go to last post
  5. Answered: Ext.data.writer.Xml Example required

    Hi, can anyone help me in using Ext.data.writer.xml. I have used reader, in the same way i defined writer its not working. Any example,...

    Started by vaish, 22 Mar 2012 5:09 AM
    • Replies: 1
    • Views: 617
    22 Mar 2012 5:40 AM Go to last post
  6. Unanswered: Center buttons on the middle

    Hi, I have some button on my navigation's view but i wanna know how to center them on them vertically. Indeed, as seen on my screenshot, they...

    Started by Thierryg, 21 Mar 2012 6:05 AM
    • Replies: 5
    • Views: 487
    22 Mar 2012 5:38 AM Go to last post
  7. Exclamation Answered: sencha touch 2 Store Problem

    hi>> i try to make store >>load data from server with direct. i defined the model here it Ext.define('yousef.model.Carruncy', { extend:...

    Started by omari_yousef, 22 Mar 2012 2:22 AM
    • Replies: 2
    • Views: 632
    22 Mar 2012 5:28 AM Go to last post
  8. Question Unanswered: Normal HTTP POST/GET + access the cookies?

    Hi, Is it possible to perform a normal HTTP request (not XHR) in Sensa Touch and to get a normal text/html response? Using "standardForm: true"...

    Started by $p00ky, 22 Mar 2012 2:32 AM
    • Replies: 2
    • Views: 598
    22 Mar 2012 5:27 AM Go to last post
  9. Unanswered: Controller refs failure

    I have a navigationView in the whole application (with the id 'navView') Ext.define('myTemplate.controller.handler', { extend:...

    Started by ci11111, 22 Mar 2012 2:15 AM
    • Replies: 2
    • Views: 436
    22 Mar 2012 5:24 AM Go to last post
  10. Unanswered: How to create another 'var'?

    Ext.application({ name: 'Sencha', launch: function(){ var view = Ext.Viewport.add({ scrollable: true, xtype: 'navigationview',...

    Started by terrykoo, 22 Mar 2012 2:59 AM
    • Replies: 1
    • Views: 370
    22 Mar 2012 5:18 AM Go to last post
  11. Question Unanswered: AZAX + Serialization/Deserialization

    Hi I have started looking into Sencha touch.I've few queries regarding Touch framework: 1:Is there any API availiable which directly...

    Started by i.a7805, 22 Mar 2012 2:35 AM
    • Replies: 1
    • Views: 198
    22 Mar 2012 5:16 AM Go to last post
  12. Question Answered: What am i doing wrong for Ext.navigation.View.push()?

    Main.js var navview=Ext.define("GymTools.view.Main", { extend: 'Ext.navigation.View', requires: , config: { ...

    Started by Agent89, 21 Mar 2012 5:58 PM
    ext.navigation.view
    • Replies: 2
    • Views: 571
    22 Mar 2012 5:16 AM Go to last post
  13. Answered: hasOne and Ext.List

    I have two models: Ext.define "FvTouch.model.Task", extend: "Ext.data.Model" config: fields: identifier: "uuid" autoLoad:...

    Started by iron9light, 21 Mar 2012 6:42 PM
    hasone, tpl
    • Replies: 3
    • Views: 767
    22 Mar 2012 5:11 AM Go to last post
  14. Unanswered: Rendering list into div (doesn't scroll!!!)

    http://jsfiddle.net/q8H48/1/ I want to render my list into div, but it doesn't render normally, and NOT scrolls!! What I did wrong? ...

    Started by dmitry33391, 22 Mar 2012 2:04 AM
    list rendering
    • Replies: 1
    • Views: 307
    22 Mar 2012 5:04 AM Go to last post
  15. Unanswered: sencha touch 2 mvc model

    i defined model in model folder and i add it to the app.js but when i try to use it >>> an error show Unless you define your model through...

    Started by omari_yousef, 22 Mar 2012 1:37 AM
    • Replies: 1
    • Views: 422
    22 Mar 2012 5:00 AM Go to last post
  16. Unanswered: Remote Data To Display In HTML Template Within A Panel

    Why does this populate my template: var data = { name: 'Peter Piper', title: 'Computer Geek', company: 'Programming Inc.' };

    Started by williammikewhite, 21 Mar 2012 9:32 PM
    data binding, data store, panel, remote data
    • Replies: 1
    • Views: 695
    22 Mar 2012 4:58 AM Go to last post
  17. Unanswered: Neat way to dismiss panel when tapped anywhere other than the panel

    I have a panel of buttons, instead of implementing a cancel button to kill it, I want user be able to tap anywhere other than the panel to dismiss it...

    Started by Ethan Long, 21 Mar 2012 7:16 PM
    • Replies: 1
    • Views: 507
    22 Mar 2012 4:51 AM Go to last post
  18. Exclamation Unanswered: Populate Panel XTemplate with Store Data

    Hello, I would like to populate an XTemplate with data from a store to display on a panel. View: Ext.define('Civid.view.tablet.Main', { ...

    Started by ksumarine, 21 Mar 2012 10:36 AM
    data, panel, store, xtemplate
    • Replies: 3
    • Views: 1,470
    22 Mar 2012 4:31 AM Go to last post
  19. Answered: Screen overflow outside the device

    Hi All, I am using the toggle field inside the fieldset . I want that it should be fit to the mobile screen. Currently, toggle field is scrolling...

    Started by pprateek, 21 Mar 2012 2:46 AM
    • Replies: 4
    • Views: 650
    22 Mar 2012 4:29 AM Go to last post
  20. Question Answered: JSON response - Reader root property not working

    I'm having trouble getting an Ext.data.reader.Json "root" property to work with the json that is returned by the server. In sencha docs here:...

    Started by alphatrak, 20 Mar 2012 11:03 AM
    json, proxy ajax reader
    • Replies: 4
    • Views: 1,436
    22 Mar 2012 4:22 AM Go to last post