Sencha Touch 1.x: Discussion

Page 43 of 385 FirstFirst ... 33 41 42 43 44 45 53 93 143 ... LastLast

+ Post New Thread

  1. Safari vs Embedded browser - known problems

    Hey, I've noticed and read about the difference between running an app in Safari and running it after saving it to the homescreen (even with...

    Started by GertBoers, 12 Dec 2011 3:30 AM
    • Replies: 0
    • Views: 227
    12 Dec 2011 3:30 AM Go to last post
  2. Question Audio button

    I'm stuck! Can someone help me out with an example how I can play an .mp3 file when a button is pushed? I can get sound if I add { xtype:...

    Started by fostom, 28 Nov 2011 3:37 AM
    audio, button, mp3
    • Replies: 5
    • Views: 1,352
    12 Dec 2011 2:14 AM Go to last post
  3. Map with click points

    Hi Everyone. I'm starting an app with one part where I'm not sure how to do it. I've done some research, but wanted to see if anyone had done...

    Started by ssherriff, 3 Nov 2011 9:15 PM
    • Replies: 7
    • Views: 1,262
    12 Dec 2011 1:28 AM Go to last post
  4. XTemplate conditionals & array index

    I have the following HTML structure inside of an XTemplate: <div class="container"> <div class="float-left"><img></div> <!-- Odd --> ...

    Started by Hertz, 10 Feb 2011 3:38 PM
    • Replies: 3
    • Views: 1,795
    12 Dec 2011 12:59 AM Go to last post
  5. How to setAcitveGroup in Ext.List?

    setActiveGroup( Object group ) : void Set the current active group Parameters: group : Object The group to set active Which object as param?

    Started by Dig4Fire, 3 Apr 2011 11:34 AM
    • Replies: 2
    • Views: 684
    10 Dec 2011 10:11 PM Go to last post
  6. Grouped List behavior on Carousel indicator dots

    Hello, In the kitchen sink, there's a "Grouped List" example, where you drag your finger across the IndexBar to change the list position. I'm...

    Started by dobie_, 9 Dec 2011 2:09 PM
    carousel
    • Replies: 1
    • Views: 517
    10 Dec 2011 7:05 AM Go to last post
  7. Date display without the time

    I have a field with the type datepickerfield xtype: 'datepickerfield', name: 'expdate', ...

    Started by saasadm, 9 Dec 2011 1:19 PM
    date format
    • Replies: 1
    • Views: 480
    10 Dec 2011 6:59 AM Go to last post
  8. XTemplate

    Hello, I am doing a small app that reads a picture with a caption. I want to do it using XTemplate. I got the images with there caption below it. I...

    Started by khalabieh, 9 Dec 2011 5:32 AM
    css, xtemplate
    • Replies: 5
    • Views: 919
    10 Dec 2011 6:48 AM Go to last post
  9. Picker Toolbar ui

    Hi, i need to change the color or ui of the Picker Toolbar, i need a different color for this toolbar that dffers from the other toolbars. i see...

    Started by steve1964, 6 Dec 2011 1:53 PM
    • Replies: 3
    • Views: 988
    10 Dec 2011 3:38 AM Go to last post
  10. Sencha touch Container collapsible

    Hi, I want to use collapsible in my panel for all the containers...But there is no such option to do collapsible for container / fieldset... How can...

    Started by Sameer Khan, 7 Dec 2011 2:21 AM
    • Replies: 2
    • Views: 1,127
    9 Dec 2011 6:30 PM Go to last post
  11. Buttons (and other widgets) in Ext.List or Ext.DataView

    Is it possible to add components to the rendered items in an Ext.List or an Ext.DataView. I know it is possible to add elements and add standard...

    Started by abierbaum, 15 Dec 2010 2:00 PM
    • Replies: 5
    • Views: 8,958
    9 Dec 2011 2:16 PM Go to last post
  12. Help with findExact method for a Store, not returning correct index

    Hi All, I'm fairly new to Sencha and so might be missing some pieces (sorry in advance) but can't seem to figure out this problem: I testing...

    Started by alanp, 7 Dec 2011 1:56 PM
    • Replies: 1
    • Views: 764
    9 Dec 2011 11:07 AM Go to last post
  13. Problem with go back Item.

    Hello; I have a problem with a function, who do a go back of the panel. I explain, i have a tabPanel, in a tab, i have a nestedlist contain a...

    Started by myput, 7 Dec 2011 9:19 AM
    • Replies: 1
    • Views: 496
    9 Dec 2011 11:04 AM Go to last post
  14. Post Extend sencha multiselect to select by group

    Hi, I'm trying to extend the MultiSelect plugins put together by Mitchell Simoens at http://simoens.org/Sencha-Projects/demos/ I'd like a...

    Started by DodgyDave, 6 Dec 2011 11:41 PM
    • Replies: 1
    • Views: 643
    9 Dec 2011 10:59 AM Go to last post
  15. Setting Ext.Panel width

    Hi, Is it possible to set panel width so that it can be scrolled to left and right???? new Ext.Panel({ fullscreen: true, layout: 'fit',...

    Started by jiindal1988, 6 Dec 2011 10:29 PM
    panel style, panel width
    • Replies: 1
    • Views: 657
    9 Dec 2011 10:57 AM Go to last post
  16. Enable/Disable button on toolbar

    Hello, I have a textarea on my panel and a button on the toolbar. Initially I want to keep that button disabled (as there is no text in the...

    Started by jiindal1988, 6 Dec 2011 9:56 PM
    disable/enable button, toolbar button
    • Replies: 1
    • Views: 849
    9 Dec 2011 10:56 AM Go to last post
  17. Red face Best practice question : set and get

    Very simple question Using set and get instead of the this.data.MyFieldsVar in a Model. I know that from the external of a Class we should always...

    Started by JFFortierQc, 6 Dec 2011 10:00 PM
    • Replies: 1
    • Views: 495
    9 Dec 2011 9:49 AM Go to last post
  18. The sate of Sencha Command / MVC Auto generation for touch apps

    I came across this video http://vimeo.com/17705448 from SenchaCon 2010 and they demonstrated the Sencha Command script for auto generating folders...

    Started by eephillip, 9 Oct 2011 2:17 PM
    • Replies: 3
    • Views: 783
    9 Dec 2011 9:23 AM Go to last post
  19. Sync Store with localStorage

    Hello, is it possible to sync an entire store with localStorage? Or do I have to loop the records and add them individually? Here is my store that...

    Started by bstras21, 9 Dec 2011 7:25 AM
    localstorage sync store
    • Replies: 3
    • Views: 597
    9 Dec 2011 9:01 AM Go to last post
  20. Can you place clickable images on a dockedItem?

    I want to dock a toolbar up on top of my mobile app and would love to include a custom image that is clickable. Any pointers I can look at for...

    Started by olin, 18 Aug 2010 11:35 PM
    • Replies: 6
    • Views: 1,898
    9 Dec 2011 8:44 AM Go to last post