Sencha Touch 1.x: Discussion

Page 91 of 385 FirstFirst ... 41 81 89 90 91 92 93 101 141 191 ... LastLast

+ Post New Thread

  1. Sencha Touch Oreilly Examples

    Hi, i am a newbie in this Sencha Touch and is trying to play around with all the samples in Sencha Touch Download. I am trying to add another Form...

    Started by kenjibizweb, 13 May 2011 2:58 PM
    • Replies: 8
    • Views: 2,691
    23 Aug 2011 7:41 AM Go to last post
  2. TabPanel with iconCls dock on top do not display icon

    TabPanel with iconCls dock on bottom will display icon and title, however, if dock on top, or left/right, it only display title without icon. Is...

    Started by jimmylu98, 23 Aug 2011 7:18 AM
    • Replies: 0
    • Views: 427
    23 Aug 2011 7:18 AM Go to last post
  3. Sencha Touch and TDD

    Hi, i'm trying to build an app with sencha touch by following the principles of test driven development. i'm wondering if there is a best practice...

    Started by mat1, 21 Aug 2011 4:30 AM
    • Replies: 4
    • Views: 1,182
    23 Aug 2011 6:08 AM Go to last post
  4. 4 column layout

    Hi, i need to make a 4 column layout with Sencha Touch. It's for a mobile device (iphone and android). Usually i would've done this with a table....

    Started by nofx, 23 Aug 2011 1:07 AM
    • Replies: 1
    • Views: 344
    23 Aug 2011 6:05 AM Go to last post
  5. back button with 'action' ui

    Hi, is it possible to have a button with two ui? I need a back button with 'action' ui but I don't understand why ... Massimo

    Started by masai, 7 Apr 2011 5:17 AM
    • Replies: 4
    • Views: 1,813
    23 Aug 2011 5:30 AM Go to last post
  6. Question Problems with HasMany Association

    Hi, I have a store with a model which has some 'has many' associations. Ok when I load a Model instance of the store and want to access the data...

    Started by conscience, 23 Aug 2011 2:36 AM
    • Replies: 0
    • Views: 414
    23 Aug 2011 2:36 AM Go to last post
  7. Simply Load Json in a List

    Hi i would like to load a Json file content in a List Object like below: Json }, { ...

    Started by slmd, 12 Aug 2011 1:27 AM
    • Replies: 3
    • Views: 1,340
    23 Aug 2011 1:21 AM Go to last post
  8. do i have to deploy my app using phonegap before it will work on a mobile phone?

    hi guys, i just wanna ask, if my sencha touch app is hosted on a server. can i access it from a mobile browser without deploying the app using...

    Started by zuppy, 23 Aug 2011 12:29 AM
    • Replies: 1
    • Views: 382
    23 Aug 2011 1:07 AM Go to last post
  9. defaultUrl doesn't work in phoneGap

    when I move sencha touch app into phoneGap, I find defaultUrl doesn't work. Is there any reason or just my mistake?

    Started by fancyoung, 23 Aug 2011 1:00 AM
    • Replies: 0
    • Views: 358
    23 Aug 2011 1:00 AM Go to last post
  10. Transparent background of Carousel

    Hi all, I have problems to get a transparent background in my carousel. I saw that it is not enough just to give each "card" the css property...

    Started by modder, 10 Feb 2011 1:45 PM
    • Replies: 2
    • Views: 1,381
    23 Aug 2011 12:12 AM Go to last post
  11. Handling HTTP redirects

    Am using "Ajax request" to POST login data to my server. But the server is configured to send a re-direct url to the app. When i see the network...

    Started by Vasanth77, 22 Aug 2011 9:15 PM
    • Replies: 0
    • Views: 267
    22 Aug 2011 9:15 PM Go to last post
  12. "Loading" spinner (animated GIF) with transparency for dark backgrounds

    Sencha comes with at least two animated "spinner" gifs: loading.gif and large-loading.gif. The first (loading.gif) does not have a transparent...

    Started by charris, 13 Sep 2010 10:25 AM
    • Replies: 7
    • Views: 9,928
    22 Aug 2011 1:39 PM Go to last post
  13. this.query('checkboxfield[checked]') only returns initially checked item

    I have a form where 2 of 4 checkboxes are initially checked. If I check another one after render this only returns 2: this.query('checkboxfield')...

    Started by estesbubba, 22 Aug 2011 1:18 PM
    • Replies: 0
    • Views: 275
    22 Aug 2011 1:18 PM Go to last post
  14. Wrap Custom HTML Around a XType

    I'm trying to wrap some custom HTML around a xtype: <ul class="box"> <li> {xtype: 'textareafield', id:'mytextfield', maxLength:...

    Started by MaximusW, 22 Aug 2011 12:21 PM
    • Replies: 0
    • Views: 348
    22 Aug 2011 12:21 PM Go to last post
  15. Open new browser windows on Android and iPhone

    Is there a way to get the browsers to open a new window in all environments? This works on iPad when using safari listeners: { click: { ...

    Started by ngardner, 14 Apr 2011 10:59 AM
    • Replies: 5
    • Views: 6,816
    22 Aug 2011 9:46 AM Go to last post
  16. Panel destroy, DOM leak?

    Hi, I'm relatively new here, so bare with me. I am creating an app and have started focusing on performance by only creating DOM elements when a...

    Started by maddhippy, 21 Aug 2011 8:48 AM
    • Replies: 1
    • Views: 602
    22 Aug 2011 8:03 AM Go to last post
  17. How to serialize an entire data store

    I'm sure I'm missing something basic here. We have a store which uses a LocalStorageProxy. Is there a method to serialize an entire store into a...

    Started by dlapointeus, 22 Aug 2011 7:42 AM
    • Replies: 0
    • Views: 439
    22 Aug 2011 7:42 AM Go to last post
  18. Ajax.request Works Locally, not Remotely

    I'm hosting my app and a web service on the same domain: Web App: http://mydomain.com/wa/ Web Service: http://mydomain.com/ws/ The web app is...

    Started by MaximusW, 22 Aug 2011 5:56 AM
    • Replies: 1
    • Views: 418
    22 Aug 2011 6:40 AM Go to last post
  19. Stores with remoteFilter and find*()

    I'm using sencha touch 1.1.0. I have a vehicle model, and my own proxy and reader which extend the respective Json versions. My vehicle objects...

    Started by gbjk, 22 Aug 2011 6:00 AM
    • Replies: 0
    • Views: 400
    22 Aug 2011 6:00 AM Go to last post
  20. How to prevent to hide address bar in 1.0

    I remember that there was a method "Ext.hideAddressBar(...)" in version 0.98, but it disappears in version 1.0, I know sencha touch hides address bar...

    Started by hello2008, 18 Nov 2010 8:29 AM
    • Replies: 4
    • Views: 2,521
    22 Aug 2011 3:16 AM Go to last post