Sencha Touch 2.x: Q&A

Page 486 of 560 FirstFirst ... 386 436 476 484 485 486 487 488 496 536 ... LastLast

+ Post New Thread

  1. Answered: how can I iterate the items in Ext.List?

    code, not work var morePage = Ext.getCmp('MorePage'); for(var i = 0; i < morePage.getInnerItems().length; i++) { ...

    Started by aaronchen2k, 23 Feb 2012 12:15 AM
    • Replies: 5
    • Views: 760
    27 Feb 2012 11:59 PM Go to last post
  2. Unanswered: List contents not showing on first view.

    I have a menu that is matched up with a carousel of 5 different views. In one of the views, I have a list that needs to be populated and shown when...

    Started by msweltzdk, 27 Feb 2012 5:22 AM
    • Replies: 1
    • Views: 245
    27 Feb 2012 10:22 PM Go to last post
  3. Question Unanswered: How to record audio in a sencha app?

    Hi frnz, i'm new to sencha touch. using ST2. Is there a way i can record audio (voice) in my sencha app? I want to use microphone of the phone...

    Started by mrunal, 27 Feb 2012 9:40 PM
    • Replies: 1
    • Views: 977
    27 Feb 2012 9:50 PM Go to last post
  4. Question Unanswered: How to create adjutable panes in sencha touch 2

    hi frnz, i'm trying to create a simple ui as follows: When i click or pull the boundaries i want the panels to take full screen and back to...

    Started by mrunal, 26 Feb 2012 11:20 PM
    • Replies: 2
    • Views: 420
    27 Feb 2012 9:31 PM Go to last post
  5. Unanswered: Dragdrop example did not work!

    Hello all, It seems that the dragdrop example in the current Sencha Touch 2.0 package did not work at all. Have someone tried to work around to...

    Started by vietanh7, 22 Nov 2011 9:19 PM
    • Replies: 9
    • Views: 1,630
    27 Feb 2012 5:20 PM Go to last post
  6. Unanswered: UI Disabled after Ext.Msg.alert

    I have a couple of instances in my app where I provide a simple confirmation that database updates happened correctly. So in the callback from an...

    Started by DonRul, 23 Feb 2012 11:36 AM
    ext.msg.alert, user interface
    • Replies: 7
    • Views: 596
    27 Feb 2012 4:02 PM Go to last post
  7. Unanswered: Roadmap to native API (i.e. camera)

    I am unable to install phonegap due to the installer being borked (seems issue occurs for others as well for the last few weeks and is not being...

    Started by cyberwombat, 25 Nov 2011 4:23 PM
    • Replies: 3
    • Views: 1,787
    27 Feb 2012 3:25 PM Go to last post
  8. Unanswered: Trouble extending Carousel to display local html files via Ajax

    I have an application (iOS wrapping ST 2 RC in UIWebView or PhoneGap elsewhere) that needs quite a number of pages of local HTML. I want to extend...

    Started by tokay, 26 Feb 2012 3:41 PM
    • Replies: 1
    • Views: 766
    27 Feb 2012 2:41 PM Go to last post
  9. Unanswered: CSS Compiles, Changes, But Default Theme Always in Place

    I'm changing my SCSS, compiling and sending the altered CSS file up to my server, but the default theme is always present. My config: dir...

    Started by mbritton, 27 Feb 2012 12:05 PM
    • Replies: 1
    • Views: 413
    27 Feb 2012 1:09 PM Go to last post
  10. Answered: Listener on itemTpl Element in DataView

    Hi, I build up a DataView with some html, e.g. images, in it. The DataView is used in a carousel. Now I want to realize that if a user taps on an...

    Started by slngr, 23 Dec 2011 11:21 AM
    • Replies: 7
    • Views: 1,511
    27 Feb 2012 12:41 PM Go to last post
  11. Unanswered: Adding child nodes dynamicly to a nested List

    Hey guys! I wonder how to add a child node dynamically from a store on itemtap. I got a filled store ready for rolling out. I just wonder now how...

    Started by Eugen_Max, 27 Feb 2012 9:24 AM
    • Replies: 1
    • Views: 389
    27 Feb 2012 12:01 PM Go to last post
  12. Unanswered: Correct way to move an item in a Carousel?

    What is the best/correct way to move a Carousel card from say, index position 2 to 6? I tried carousel.insert(6, carousel.getComponent(2) ); And...

    Started by georgeadamson, 27 Feb 2012 9:34 AM
    • Replies: 2
    • Views: 318
    27 Feb 2012 11:35 AM Go to last post
  13. Unanswered: Scrollable doesn't work on Ext.form.Panel

    This is my code: Ext.define('MyApp.view.Skidmark', { extend: 'Ext.form.Panel', xtype: 'skidmark', config: { scrollable:...

    Started by marc.gayle, 26 Feb 2012 12:35 PM
    • Replies: 8
    • Views: 541
    27 Feb 2012 11:32 AM Go to last post
  14. Question Unanswered: controlQuery on itemId

    Hi, I don't wonna use ID on my buttons ect. because I reuse the panel they are in and that gives me problems if the the same ID is present more the...

    Started by hotdp, 27 Feb 2012 10:09 AM
    • Replies: 4
    • Views: 685
    27 Feb 2012 11:24 AM Go to last post
  15. Question Unanswered: Event Delegation / List Templates

    Hi Guys, Searching for event delegation netted me with this blog post of Sencha's: http://www.sencha.com/blog/event-delegation-in-sencha-touch ...

    Started by Saeven, 27 Feb 2012 10:30 AM
    delegate, event, list
    • Replies: 1
    • Views: 616
    27 Feb 2012 11:00 AM Go to last post
  16. Unanswered: Sencha Touch 2.x doc page down?

    I cannot access http://docs.sencha.com/touch/2-0/#!/guide/whats_new since last Friday, anyone working on that? Using Chrome and IE. Sencha Touch...

    Started by Ethan Long, 26 Feb 2012 6:27 PM
    • Replies: 1
    • Views: 490
    27 Feb 2012 10:59 AM Go to last post
  17. Unanswered: xtype replaces alias?

    instead of alias? What are we supposed to use instead of alias? I read in the release notes that it has been deprecated in favor of xtype, but...

    Started by tdekoekkoek, 24 Feb 2012 7:42 AM
    alias, widget, xtype
    • Replies: 3
    • Views: 629
    27 Feb 2012 9:20 AM Go to last post
  18. Unanswered: Horizontal list of radio buttons

    Inside a fieldset row, I'd like to show multiple radio buttons, not just one. Is there a way to achieve this? I'd also like to change the default...

    Started by sma, 22 Feb 2012 2:20 AM
    • Replies: 5
    • Views: 2,820
    27 Feb 2012 7:57 AM Go to last post
  19. Question Answered: Animation on item selection and deselection of items of data view.

    I want to perform some animation (like color and background-color transition) when user select the item of dataview or listview. Can anyone please...

    Started by owais.zahid, 27 Feb 2012 4:31 AM
    anim, dataview, list
    • Replies: 1
    • Views: 522
    27 Feb 2012 7:38 AM Go to last post
  20. Unanswered: How to add marker at the point of touch when touching the map?

    I have no idea how to do it. Please help me to figure out. Thanks

    Started by phamtieugiao, 26 Feb 2012 10:35 PM
    • Replies: 1
    • Views: 325
    27 Feb 2012 7:34 AM Go to last post