Sencha Touch 2.x: Q&A

Page 483 of 559 FirstFirst ... 383 433 473 481 482 483 484 485 493 533 ... LastLast

+ Post New Thread

  1. Answered: JSON load to DataView doesn't work

    Any mistakes in the following code? I've been trying again and again but my JSON load doesn't work...I just see "Loading..." for several seconds then...

    Started by MrBeef, 28 Feb 2012 1:33 PM
    • Replies: 4
    • Views: 850
    28 Feb 2012 6:55 PM Go to last post
  2. Unanswered: Nested fields?

    I have a model that has nested fields. On the server-side these are associated models, but on the client-side this will be read-only, so I thought...

    Started by jgadbois, 28 Feb 2012 11:36 AM
    • Replies: 3
    • Views: 397
    28 Feb 2012 6:22 PM Go to last post
  3. Unanswered: Ext.audio question

    By default, if use setHtml method on Ext.Audio, it puts the HTML below the audio progress bar, how can I setup above the audio bar ? Also, How can I...

    Started by sudhirkd, 27 Feb 2012 1:00 PM
    ext.audio
    • Replies: 3
    • Views: 565
    28 Feb 2012 5:08 PM Go to last post
  4. Unanswered: Are there any plans to have DataView function just like a Carousel?

    I see that with the advent of rc1 horzintal wrapping was introduced to data views. Coupled with a scroll snap this seems to nearly mimic the...

    Started by oddz, 28 Feb 2012 2:32 PM
    • Replies: 1
    • Views: 353
    28 Feb 2012 3:51 PM Go to last post
  5. Question Unanswered: Handling Errors in a JsonP Proxy

    I am using a store which is automatically populated from a JsonP service. From time to time, the service will not work, and I would like to handle...

    Started by MattUCG, 28 Feb 2012 12:03 PM
    proxy
    • Replies: 1
    • Views: 270
    28 Feb 2012 3:40 PM Go to last post
  6. Answered: Strange behavior or bug

    I have simple code with hasCls problem: Ext.application({ launch: function() { Ext.Viewport.add({ xtype: 'panel', fullscreen:...

    Started by Donbydon, 28 Feb 2012 10:38 AM
    • Replies: 1
    • Views: 265
    28 Feb 2012 3:39 PM Go to last post
  7. Unanswered: safari or chrome in fullscreen

    hello, is there a way to use this API http://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html#dfnReturnLink-0 from within sencha touch?...

    Started by bassajen, 28 Feb 2012 8:50 AM
    • Replies: 1
    • Views: 684
    28 Feb 2012 3:37 PM Go to last post
  8. Unanswered: CORS request with form.submit

    I write this as a note to ppl trying to establish a CORS connection with credentials (cookies) using the provided form.Panel.submit function. I...

    Started by vvatikiotis, 28 Feb 2012 8:15 AM
    • Replies: 1
    • Views: 542
    28 Feb 2012 3:34 PM Go to last post
  9. Unanswered: Displaying map tiles

    I'd like to display map tiles. However, it is not a "normal" map but simply a set of flat square tiles like a chess board. I'm looking for the...

    Started by sma, 28 Feb 2012 5:19 AM
    • Replies: 1
    • Views: 394
    28 Feb 2012 3:03 PM Go to last post
  10. Question Unanswered: ListPaging with manually managed store

    Hi, i have a store and i am adding data to it manually, i added a ListPaging plugin in the List but it doesnt shows up. My Code: var...

    Started by hammadmirza, 27 Feb 2012 11:37 PM
    listpaging
    • Replies: 1
    • Views: 509
    28 Feb 2012 3:01 PM Go to last post
  11. Unanswered: Callback on store.sync()?

    I'm trying to sync my store and possibly run some code on the REST return JSON. If certain variables are returned, I want to add them as additional...

    Started by FrankK, 27 Feb 2012 7:18 PM
    • Replies: 1
    • Views: 297
    28 Feb 2012 2:57 PM Go to last post
  12. Unanswered: List SCSS: how to override styles without editing Sencha defaults

    SCSS newb here. How would one overwrite something like this (in _list.scss) in our proprietary SCSS? .x-list-item { // overflow:...

    Started by mbritton, 27 Feb 2012 4:22 PM
    • Replies: 1
    • Views: 698
    28 Feb 2012 2:56 PM Go to last post
  13. Lightbulb Unanswered: Ext.app.Profile use case...for user level?

    Hi all, I know that Ext.app.Profile is used to differentiate between loading particular files for whatever device is detected...but could there be...

    Started by orinacko, 27 Feb 2012 1:52 PM
    • Replies: 1
    • Views: 396
    28 Feb 2012 2:50 PM Go to last post
  14. Unanswered: Is there an way to turn Tip element off cleanly for exact showBy placement?

    I've used the following css to successfully hide the tip element when displaying a sheet: .x-anchor { width: 0px; height: 0px; display:...

    Started by ratmat2000, 27 Feb 2012 11:45 AM
    • Replies: 1
    • Views: 412
    28 Feb 2012 2:33 PM Go to last post
  15. Answered: Listen To Button In DataItem

    TL;DR How do I listen to a button component Hello Everyone, I finally got a button to show up in in my DataItem. I was wondering what the best...

    Started by UbuntuPenguin, 27 Feb 2012 10:35 AM
    controller, dataitem, tap
    • Replies: 1
    • Views: 858
    28 Feb 2012 2:25 PM Go to last post
  16. Unanswered: Sencha Touch 2 CORS Cookies

    I've found several older threads that CORS is not available in Sencha Touch 2, however in the release notes for 2.0 B1 it mentions the ability to add...

    Started by supersaiyen, 17 Feb 2012 7:12 AM
    • Replies: 6
    • Views: 1,554
    28 Feb 2012 2:23 PM Go to last post
  17. Question Unanswered: Ref the main Application inside a controller

    I am seeing the latest version 'rc' break this documentation http://www.sencha.com/learn/architecting-your-app-in-ext-js-4-part-3 It is stated...

    Started by landed, 27 Feb 2012 8:04 AM
    • Replies: 1
    • Views: 522
    28 Feb 2012 2:10 PM Go to last post
  18. Unanswered: How to create global variable store

    Hi there, I would like to create a store and use it as a global variable. The store looks like this: Ext.define('Antigua.store.Config', {...

    Started by clippernet, 27 Feb 2012 2:34 AM
    • Replies: 1
    • Views: 546
    28 Feb 2012 2:02 PM Go to last post
  19. Unanswered: How to access child element and assign CSS to it in JS file

    I want to embed css strings in js file. How can I refer to the class which is "x-input-el x-form-field x-input-text"? Not usre about the structure,...

    Started by Ethan Long, 26 Feb 2012 9:28 PM
    • Replies: 1
    • Views: 636
    28 Feb 2012 1:49 PM Go to last post
  20. Unanswered: Can't Grasp 2.0 View Switching

    Hello, I've been using Sencha Touch for a while and even have a Sencha Touch 1.0 app published in both the iTunes Store and Android Market....

    Started by markwyner, 23 Feb 2012 3:56 PM
    animation, switch, view
    • Replies: 6
    • Views: 822
    28 Feb 2012 1:18 PM Go to last post