Sencha Touch 1.x: Q&A

Page 22 of 95 FirstFirst ... 12 20 21 22 23 24 32 72 ... LastLast

+ Post New Thread

  1. Exclamation Answered: how to specify default action for a controller?

    How to specify a default action for a controller? I defined a controller : Ext.regController( 'welcome', { index: function (){ ...

    Started by neekey, 19 Mar 2012 1:26 AM
    controller route
    • Replies: 2
    • Views: 643
    19 Mar 2012 5:39 PM Go to last post
  2. Unanswered: NestedList don’t refresh screen.

    I have a problem with NestedList which don’t refresh screen if I fill data to TreeStore after NestedList was created. data = {text:...

    Started by CInnovate, 19 Mar 2012 10:40 AM
    • Replies: 0
    • Views: 259
    19 Mar 2012 10:40 AM Go to last post
  3. Answered: hide and show an item

    My problem this time is to make an item appear and disappear. I know is that it is done with hide and show but I do not know how? here is my code....

    Started by zied jouini, 16 Mar 2012 2:50 PM
    extjs, sench touch 1.1
    • Replies: 2
    • Views: 543
    19 Mar 2012 5:09 AM Go to last post
  4. Unanswered: Can i use sencha touch to build native ipad app

    Hi , Can i use sencha touch to build native apps on ipad or should i use only webapps. Thanks, Hemanth

    Started by Hemanthk, 18 Mar 2012 8:31 AM
    • Replies: 1
    • Views: 482
    19 Mar 2012 12:21 AM Go to last post
  5. Unanswered: basic debugging question

    Hi guys, I'm developing using ST1.1 on the PC using Eclipse. If I get any problem with syntax, the error never relates to the object that has...

    Started by kalor, 18 Mar 2012 4:50 PM
    debugging
    • Replies: 1
    • Views: 420
    19 Mar 2012 12:18 AM Go to last post
  6. Exclamation Unanswered: phonegap app on iPhone not working as expected after resuming from background

    Hi, In my phone gap App on iPhone there is a code that checks for internet connection. When there is no internet available I open phone Settings...

    Started by msarath, 16 Mar 2012 2:31 AM
    • Replies: 2
    • Views: 645
    18 Mar 2012 10:57 PM Go to last post
  7. Unanswered: Loading data to TreeStore question.

    Hi, I would like to load a data to TreeStore and then show in NestedList using Ext.ModelMgr.create(…). My data is coming from Web Service. Data...

    Started by CInnovate, 17 Mar 2012 3:30 PM
    • Replies: 1
    • Views: 294
    18 Mar 2012 1:40 PM Go to last post
  8. Unanswered: Unable to Access Data Object in Returned Model Instance from JSON Store

    I'm switching stores in a demo app that I'm building from localstorage to reading JSON data from a Ajax proxy. The JSON is valid and I'm able to...

    Started by hyperlinked, 6 Dec 2011 3:48 AM
    2 Pages
    1 2
    ajax script proxy, json data store, stores
    • Replies: 10
    • Views: 1,682
    18 Mar 2012 9:08 AM Go to last post
  9. Unanswered: Toolbar icon to tabbar icon

    I am moving my bottom toolbar icons to the tabbar and removing the bottom toolbar. When I do that it looks like this, { ...

    Started by sissonb, 16 Mar 2012 11:18 AM
    • Replies: 2
    • Views: 953
    16 Mar 2012 2:37 PM Go to last post
  10. Unanswered: onclick action on table cell

    var dashboardCfg = { defaultCls: 'dashboardButton', cols: 3, rows: 3, title: 'Dashboard', cells: , tpl: '<html ...

    Started by Abhishek Srivastava, 16 Mar 2012 3:25 AM
    • Replies: 1
    • Views: 623
    16 Mar 2012 7:56 AM Go to last post
  11. Unanswered: Problem with list and parent-child relations

    I am fetching data from the json file and that is { "users": } ] }, { "id":...

    Started by Dragonrider, 15 Mar 2012 12:25 PM
    • Replies: 1
    • Views: 507
    16 Mar 2012 6:55 AM Go to last post
  12. Unanswered: store.load() give me an Uncaught TypeError

    Hello, Ext.getStore('ClientStore').load(); // give me sometimes : Uncaught TypeError: Cannot read property 'code' of null It's happen when I...

    Started by Severance, 13 Mar 2012 8:06 AM
    • Replies: 2
    • Views: 601
    16 Mar 2012 3:35 AM Go to last post
  13. Unanswered: displaying tables

    I want to display a table and based on the selection of any cell in a table I want to display another table or list. Pls give any solution for...

    Started by Abhishek Srivastava, 15 Mar 2012 11:55 PM
    • Replies: 1
    • Views: 446
    16 Mar 2012 1:26 AM Go to last post
  14. Answered: add button to nestedlist toolbar

    I would like to add a button to the toolbar of my nested list, which is probably easy, but i can't find it... In every stage of the nested list,...

    Started by GertBoers, 17 Nov 2011 6:50 AM
    • Replies: 4
    • Views: 919
    15 Mar 2012 10:36 PM Go to last post
  15. Unanswered: Splitting code into multiple files

    I have a lot of var x = new Ext.Panel and would like to put logically related code into multiple js files. How can I do that? ALSO How can I...

    Started by senchatwo, 14 Mar 2012 9:11 PM
    • Replies: 2
    • Views: 771
    15 Mar 2012 2:03 PM Go to last post
  16. Unanswered: Load Store with Ajax Proxy - iOS vs. Android

    Hello. Is anyone aware of why this might work on an Android device but not an iOS device? I have a Store which loads data from a JSON in a local...

    Started by matt_m, 15 Mar 2012 2:31 AM
    • Replies: 2
    • Views: 615
    15 Mar 2012 12:04 PM Go to last post
  17. Unanswered: Multiple Indexbars displaying

    I have a Sencha Touch app with a Card layout. I have 4 cards. Each card contains a list. Each list contains its own indexbar (indexBar: true). When I...

    Started by cn8319, 15 Mar 2012 8:39 AM
    • Replies: 3
    • Views: 657
    15 Mar 2012 10:34 AM Go to last post
  18. Answered: SASS global background image

    I currently have the following CSS rule for my background. .bg { background: url("../img/bg.png") no-repeat 100% !important;} I am...

    Started by sissonb, 14 Mar 2012 7:10 PM
    • Replies: 2
    • Views: 1,356
    15 Mar 2012 10:07 AM Go to last post
  19. Answered: xtemplate member function issue

    Hello, I can't get anything to print out from my template if i add the member formatting function as seen below - i suspect it is because my...

    Started by eyepoker, 15 Mar 2012 8:19 AM
    • Replies: 1
    • Views: 341
    15 Mar 2012 9:13 AM Go to last post
  20. Question Unanswered: Should Using Complied JavaScript code in the index.html be the correct practice?

    The Sencha Touch examples in the following link: http://dev.sencha.com/deploy/touch/examples/production/index.html have added the compiled JavaScript...

    Started by riabiswassencha, 15 Mar 2012 2:19 AM
    index.html, javascript, release sencha touch app
    • Replies: 1
    • Views: 761
    15 Mar 2012 9:08 AM Go to last post