Sencha Touch 1.x: Discussion

Page 141 of 385 FirstFirst ... 41 91 131 139 140 141 142 143 151 191 241 ... LastLast

+ Post New Thread

  1. checkbox in nested list leaf item

    How can i add a checkbox before my nested list leaf item. Basically i want to keep the records for number of visited pages whatever page is...

    Started by hemant1, 18 Jun 2011 4:37 AM
    • Replies: 0
    • Views: 888
    18 Jun 2011 4:37 AM Go to last post
  2. Adding items dynamically into a carousel throws an error

    Hi! I try to add dynamically some items to an extended carousel component like this: addImage: function(imageUrl) { this.add({html:...

    Started by Chirieac, 17 Jun 2011 4:51 AM
    • Replies: 1
    • Views: 1,011
    18 Jun 2011 3:14 AM Go to last post
  3. All events stop responding when I change title of toolbar from carouse carswitch even

    I have a Panel that has a Toolbar and a Carousel (with several cards created dynamically) I created an event that is fired in every cardswitch,...

    Started by marimaf, 14 Jun 2011 6:05 AM
    card switch, carrousel, listener, toolbar title
    • Replies: 6
    • Views: 1,296
    17 Jun 2011 11:05 PM Go to last post
  4. carousel reload?

    How can we reload a carousel on every card switch event?

    Started by hemant1, 17 Jun 2011 9:44 PM
    • Replies: 0
    • Views: 493
    17 Jun 2011 9:44 PM Go to last post
  5. Animate Ext.Element

    Is it possible ? It seems the source doesn't take animation into account.

    Started by pothibo, 27 Feb 2011 7:02 AM
    • Replies: 4
    • Views: 1,087
    17 Jun 2011 5:44 PM Go to last post
  6. bind animation on click with setHeight()

    Hello, i am new to sencha touch and tweaking in my first steps... what I want to do is to bind an function on an element that resizes a Box a...

    Started by mtz, 20 Dec 2010 8:29 AM
    • Replies: 2
    • Views: 979
    17 Jun 2011 5:42 PM Go to last post
  7. Splash Screen - Html

    Hi, Can you have a html page as the splash screen for a Sencha touch app instead of the standard '.png' file ? I was wondering to use the Sencha...

    Started by kCode, 17 Jun 2011 4:21 PM
    css3, html, splash
    • Replies: 0
    • Views: 534
    17 Jun 2011 4:21 PM Go to last post
  8. window.print() not working

    Hello, I am using sencha touch with phone gap latest version. I have a form panel which has an XTemplate that filled with data from server. i have...

    Started by grman, 13 Jun 2011 5:48 AM
    • Replies: 1
    • Views: 1,230
    17 Jun 2011 11:38 AM Go to last post
  9. getting data from store & model to show markers on a map (json)

    Hello Guys, this is my first time ever sencha work. I am integrating it with a joomla extension based on nooku fw (https://nooku.assembla.com/) ....

    Started by nickbalestra, 17 Jun 2011 7:41 AM
    • Replies: 0
    • Views: 613
    17 Jun 2011 7:41 AM Go to last post
  10. Lightbulb Carousel Vertical Scroll Problem

    Sencha Touch version tested: 1.1 Platform tested against: iOS 4 Android 2.2

    Started by perry_jia, 11 Jun 2011 7:01 PM
    • Replies: 2
    • Views: 1,829
    17 Jun 2011 7:40 AM Go to last post
  11. Store limits on 25 records

    Hi I have a store which loads a ajax request with about 3000 records. But only 25 get saved in the store ... When i enable paging plugin it...

    Started by martinbroos, 15 Jun 2011 2:28 AM
    • Replies: 2
    • Views: 675
    17 Jun 2011 5:49 AM Go to last post
  12. Problem with show hide panels

    Hi guys, I'm a bit baffled with this problem... :-/ I can't seem to get the handler to show hide certain panels once it goes through an if...

    Started by KPChow, 16 Jun 2011 7:20 AM
    • Replies: 1
    • Views: 369
    17 Jun 2011 5:47 AM Go to last post
  13. Adding button to nestedlist toolbar

    I am trying add a button to the toolbar of a nested list. But in the render event when I check list.toolbar, there is no insert method. How can this...

    Started by blessan, 24 Aug 2010 12:36 AM
    • Replies: 7
    • Views: 1,788
    17 Jun 2011 5:39 AM Go to last post
  14. Disappearing Mask

    One thing I am always struggling with is how to keep the background mask from disappearing. Here is the code to duplicate this issue. Ext.setup({ ...

    Started by benwhite, 17 Jun 2011 5:15 AM
    • Replies: 0
    • Views: 356
    17 Jun 2011 5:15 AM Go to last post
  15. Login sessionstorage redirect ...

    Ok that title is a bit vage but i didn't know how to descripe it .... I'm having an inlog screen wich checks on the serverside if a user is...

    Started by martinbroos, 17 Jun 2011 4:50 AM
    • Replies: 0
    • Views: 937
    17 Jun 2011 4:50 AM Go to last post
  16. Lightbulb Json Data Store

    Hey guys, I am currently trying to populate a list with a json file, ive copied the format and the code exactly from tutorials found, and demos on...

    Started by shurrock, 16 Jun 2011 12:14 PM
    • Replies: 4
    • Views: 1,976
    17 Jun 2011 4:11 AM Go to last post
  17. add css class?

    How can i add the css class in carousel at the run time

    Started by hemant1, 17 Jun 2011 3:57 AM
    • Replies: 0
    • Views: 401
    17 Jun 2011 3:57 AM Go to last post
  18. Display external content (HTML, pictures and maybe pdf) with scroll and pinch

    Hello! I have been struggling with this issue for days now. I am implementing an application for Android and iOS using Sencha Touch. I want to be...

    Started by cdspel, 17 Jun 2011 1:33 AM
    external files, external link, external page display, external website
    • Replies: 0
    • Views: 940
    17 Jun 2011 1:33 AM Go to last post
  19. Switch card with Href Link

    Hi All! I have got a question... My Sencha-touch Carousel works fine, but I would like to switch cards by dragging AND with two buttons (Prev &...

    Started by boulledogue, 16 Jun 2011 2:36 PM
    • Replies: 4
    • Views: 1,504
    17 Jun 2011 1:29 AM Go to last post
  20. belongsTo association

    I cannot seem to get this to work properly with my models, for the following does this look correct? app.models.User =...

    Started by rez, 17 Jun 2011 12:25 AM
    • Replies: 0
    • Views: 620
    17 Jun 2011 12:25 AM Go to last post