Sencha Touch 1.x: Q&A

Page 63 of 95 FirstFirst ... 13 53 61 62 63 64 65 73 ... LastLast

+ Post New Thread

  1. Unanswered: Passing data to an event listener in an XTemplate

    Hi all, just thought I'd post a technique I use to pass data to an event listener on an XTemplate. xTemplate tpl : new Ext.XTemplate( ...

    Started by francescosyd, 15 Nov 2011 6:52 PM
    • Replies: 2
    • Views: 603
    18 Nov 2011 1:06 AM Go to last post
  2. Unanswered: get value from store

    hey, i have a list, and in itemTap, i get values of the store item in my detailCard. In this detailCard, i have a view with some button. i would...

    Started by myput, 17 Nov 2011 5:05 AM
    • Replies: 7
    • Views: 733
    18 Nov 2011 12:13 AM Go to last post
  3. Post Unanswered: how to custom a button in the sencha touch list

    hi,i am doing a list like tree. picture: clicked the blue button and refresh side bar like that :

    Started by xixichensh, 8 Nov 2011 1:19 AM
    • Replies: 3
    • Views: 967
    17 Nov 2011 11:50 PM Go to last post
  4. Unanswered: Question regarding Carousel demo

    Hi, I just found the Carousel demo at Github, it's really brilliant. Currently i would like to know, when every time swap on card and i would like...

    Started by scloh, 31 Oct 2011 11:45 PM
    • Replies: 2
    • Views: 864
    17 Nov 2011 11:47 PM Go to last post
  5. Question Unanswered: disable/catch swipe event for a panel

    Another question for you all- I've got a div being loaded in through contentEl with a slideshow in it that uses swipe motions to change images. The...

    Started by Rhogar, 6 Nov 2011 8:33 PM
    carousel drag, disable, drag, panel, swipe
    • Replies: 2
    • Views: 918
    17 Nov 2011 11:43 PM Go to last post
  6. Answered: Deselect leaf node of Nested List

    Hello, I have created a Nested list. I have noticed while working we cannot deselect the leaf node once it is selected. Is there any way to...

    Started by jiindal1988, 17 Nov 2011 9:36 PM
    deselect leaf nested list, leaf in nested list, nested list
    • Replies: 1
    • Views: 877
    17 Nov 2011 9:49 PM Go to last post
  7. Exclamation Answered: How to traverse to previos card using card.prev()

    Hi Guys, I hav back button set in my card....i need to traverse using prev() back_button.addListener({ el:{ tap:function() {...

    Started by ajainvivek, 17 Nov 2011 5:50 AM
    prev() card
    • Replies: 2
    • Views: 323
    17 Nov 2011 9:32 PM Go to last post
  8. Exclamation Answered: Accessing default event swipe handler

    Hi guys, I've got a carousel panel with html content loaded in, and I've set it up so on render, it has the el.on event of double tap...

    Started by Rhogar, 16 Nov 2011 11:09 PM
    default, default swipe event issue, events, issue, swipe
    • Replies: 2
    • Views: 796
    17 Nov 2011 8:54 PM Go to last post
  9. Unanswered: How to add record to Complex Store

    How can we add record to a complex store. Store.add(//DepartmentName); Store.getAt(0).set('Employee",//Employee record); This one works....

    Started by Designworxz, 16 Nov 2011 6:37 PM
    add, complex store, record, store
    • Replies: 2
    • Views: 991
    17 Nov 2011 6:46 PM Go to last post
  10. Unanswered: Android dev with Ext Designer

    Hi guys, I'm on a steep learning curve devleoping an android phone app (with a view to other platforms) on PC using sensha touch and phonegap. ...

    Started by kalor, 2 Nov 2011 6:49 PM
    android, ex designer, forms
    • Replies: 2
    • Views: 604
    17 Nov 2011 3:10 PM Go to last post
  11. Answered: Submitting a patch?

    Is Sencha pretty amenable to receiving patches? (And even incorporating good ones?) Say via an email? Is that the best way? Thanks, Will

    Started by willcainsvg, 17 Nov 2011 1:10 PM
    • Replies: 1
    • Views: 328
    17 Nov 2011 1:16 PM Go to last post
  12. Question Unanswered: secure jsonp request

    Hi How can I make a secure (or more secure than plain http) json(p) request over http? I want to make sure that someone who is sniffing the LAN...

    Started by pupx, 16 Nov 2011 2:16 AM
    • Replies: 1
    • Views: 872
    17 Nov 2011 12:20 PM Go to last post
  13. Unanswered: call function inside panel with add?

    Hello, I have a panel and i want to call an another panel with a function inside who create a map. I need this configuration because i want to...

    Started by myput, 16 Nov 2011 1:59 AM
    • Replies: 1
    • Views: 367
    17 Nov 2011 12:19 PM Go to last post
  14. Answered: Tree Store getLeafValues

    I have a tree store hooked up to a nested list. The nested list represents a shopping cart list. There are categories and line items. Sometimes line...

    Started by sissonb, 15 Nov 2011 4:41 PM
    nestedlist, nestedlist leaf, treestore
    • Replies: 1
    • Views: 330
    17 Nov 2011 12:05 PM Go to last post
  15. Answered: Animating a list to automatically scroll

    Hello everyone. I would like to have a list scroll automatically similar to the credits of a movie. I have a way of doing this, but I am wondering...

    Started by lacrosseross, 15 Nov 2011 3:20 PM
    • Replies: 1
    • Views: 519
    17 Nov 2011 12:04 PM Go to last post
  16. Question Unanswered: how to display particular values from a store

    hi all, i am getting the store values from this json JSON {"data":} Data Model and Store and Loading into store that json values ...

    Started by raju0574, 15 Nov 2011 6:25 AM
    sencha touch 1.1.0
    • Replies: 1
    • Views: 430
    17 Nov 2011 11:59 AM Go to last post
  17. Answered: How to tell when a video is done playing?

    Is there an event that gets thrown upon completion of a video or any other way to tell if a video is done playing? Any help is much appreciated.

    Started by lacrosseross, 14 Nov 2011 5:50 PM
    • Replies: 2
    • Views: 607
    17 Nov 2011 11:58 AM Go to last post
  18. Question Unanswered: Problem with virtual keyboard 'return' button

    Can anyone tell me is it possible to change the 'return' button to 'Go' on the virtual keyboard? Please tell me the details. I'm using...

    Started by jessica-qiu, 15 Nov 2011 2:20 AM
    • Replies: 1
    • Views: 740
    17 Nov 2011 11:57 AM Go to last post
  19. Unanswered: Problem with datepickerfield

    Hello, i'm a newbie in sencha touch. I have a small app. There is a FormPanel with a datepickerfield: xtype: 'datepickerfield', ...

    Started by undefiniert2, 15 Nov 2011 12:31 AM
    • Replies: 1
    • Views: 495
    17 Nov 2011 11:56 AM Go to last post
  20. Question Unanswered: Accessing / changing native copy paste popups

    Hi guys, just wondering if there's a way to get access to the native copy/paste popups that appear on devices when you tap and hold. What I'd like to...

    Started by Rhogar, 14 Nov 2011 11:23 PM
    access native controls, copy, copy paste, native, paste
    • Replies: 1
    • Views: 642
    17 Nov 2011 11:44 AM Go to last post