Sencha Touch 1.x: Discussion

Page 105 of 385 FirstFirst ... 5 55 95 103 104 105 106 107 115 155 205 ... LastLast

+ Post New Thread

  1. JSONP call send a second time

    Hi there, I am sending a JSONP request to the server. But if the server does reply an Error 400 I cannot send the same request again? Any idea...

    Started by Kurt001, 2 Aug 2011 3:39 PM
    jsonp, sencha touch
    • Replies: 0
    • Views: 454
    2 Aug 2011 3:39 PM Go to last post
  2. override datepicker

    How I can override datepicker, i want to get spanish month.. thks Eduardo

    Started by edolillo, 2 Aug 2011 9:28 AM
    • Replies: 3
    • Views: 914
    2 Aug 2011 2:48 PM Go to last post
  3. Chart: disable the groupBy ‘Time’ type axes

    Hi, Is there a way to disable the groupBy ‘Time’ type axes. My store has more than one symbol for a maturity date (x axis) and y axis is yield...

    Started by ritesh.alagh, 2 Aug 2011 8:06 AM
    chart, groupby
    • Replies: 2
    • Views: 655
    2 Aug 2011 2:45 PM Go to last post
  4. Cube Animation

    Hi All, I am a noobie in Ext Touch and I am trying to figure how the cube animation could work in TabPanel. I have started with the examples...

    Started by spyros, 2 Aug 2011 5:53 AM
    • Replies: 1
    • Views: 623
    2 Aug 2011 10:12 AM Go to last post
  5. Question Scrolling is jerky

    On Android 2.2 with Sencha Touch 1.1, I have a list with vertical scroll. When I compare my scroll performace with that of other apps on the phone, I...

    Started by spicavigo, 14 Jul 2011 4:47 AM
    list performance, scroll
    • Replies: 2
    • Views: 874
    2 Aug 2011 8:05 AM Go to last post
  6. How to create application using Sencha Touch in Windows 7

    Hi All, I am new to Sencha Touch. Please can you advice the basic steps I need to follow to develope an application in Windows 7. Thanks in...

    Started by malay, 1 Aug 2011 8:47 PM
    • Replies: 3
    • Views: 1,273
    2 Aug 2011 7:59 AM Go to last post
  7. Activate Event Firing Multiple Times

    I have an MVC application that constructs a Viewport then calls a loader function called landing to determine if the user is logged in or not. Lander...

    Started by chemicaloli, 11 Jul 2011 3:27 AM
    events, mvc
    • Replies: 2
    • Views: 954
    2 Aug 2011 6:44 AM Go to last post
  8. Nested Lists in Sencha Touch

    Hi there, I am trying to get nested lists working, but it seems in the last version they changed something. My old code wont work with the new...

    Started by Kurt001, 2 Aug 2011 6:39 AM
    • Replies: 0
    • Views: 496
    2 Aug 2011 6:39 AM Go to last post
  9. Uncaught error! What does it mean?

    Hi i am having issues with xtypes. In some parts of my code, they are working perfect, but since a couple days i am having big issues trying to...

    Started by Salim Drame, 2 Aug 2011 3:27 AM
    xtype uncaught
    • Replies: 5
    • Views: 1,057
    2 Aug 2011 6:17 AM Go to last post
  10. Loading text does not go away after my list is loaded, whats wrong?

    For some reason I can't get the loading message to go away after my list is loaded. Everything in the list works perfectly fine and all the data is...

    Started by koolaid1551, 29 Jul 2011 7:46 AM
    • Replies: 6
    • Views: 1,089
    2 Aug 2011 6:08 AM Go to last post
  11. SetActiveItem Issues

    Whenever I attempt to use setActiveItem on a cardLayout that isn't already displayed to the screen I get the error: Uncaught TypeError: Object...

    Started by veered, 1 Aug 2011 8:29 PM
    • Replies: 1
    • Views: 698
    2 Aug 2011 5:43 AM Go to last post
  12. removeAll causing uncaught TypeError

    I'm having some trouble deleting all the items within a panel that is not currently visible. I have a tabpanel with three different lists...

    Started by bobbaluba, 1 Aug 2011 4:32 AM
    • Replies: 5
    • Views: 787
    2 Aug 2011 5:19 AM Go to last post
  13. Post Missing rounded corners when hiding textfield in fieldset

    I have a fieldset that contains a checkboxfield and a textfield in that order. When the user checks the checkboxfield I want to hide the textfield. ...

    Started by spaolini, 7 Jul 2011 7:30 AM
    • Replies: 1
    • Views: 990
    2 Aug 2011 4:51 AM Go to last post
  14. Panel hbox scroll indicator

    does anyone know if there is a way to have the scroll indicators always appear on the component. new Ext.Panel({ layout : 'hbox', ...

    Started by phil.fuse, 2 Aug 2011 4:49 AM
    • Replies: 0
    • Views: 687
    2 Aug 2011 4:49 AM Go to last post
  15. How to add a font face properly using compass and touch

    So I downloaded a font face kit from font squirrel and uploaded them to my server. I added a few lines to my scss @import "compass/css3";...

    Started by koolaid1551, 2 Aug 2011 3:19 AM
    • Replies: 0
    • Views: 1,163
    2 Aug 2011 3:19 AM Go to last post
  16. Question Scroll to the top of a List

    Hi, I'm trying to scroll back to the top of a List : i've found a few thread speaking of a "list.scroller", but my list doesn't have any scroller...

    Started by ArthurD, 1 Aug 2011 9:18 AM
    list, scroll, scroller, scrollto
    • Replies: 1
    • Views: 445
    2 Aug 2011 1:42 AM Go to last post
  17. Getting a Store to auto-sync?

    Is there any easy way to get a Store to automatically sync when its data changes (i.e. records updated, added, or removed)? (I tried assigning...

    Started by schvenk, 10 Jan 2011 7:34 PM
    2 Pages
    1 2
    • Replies: 10
    • Views: 2,384
    1 Aug 2011 10:42 PM Go to last post
  18. embed tag creates in place of audio tag

    Hi, i have build an application in sencha touch and use the audio for that i use the sencha touch library like this var audioBase = { ...

    Started by hemant1, 1 Aug 2011 4:58 AM
    • Replies: 2
    • Views: 853
    1 Aug 2011 8:55 PM Go to last post
  19. Red face How to prevent itemtap event while trigger "onItemDisclosure" event in List?

    Hi guys, Any body know how to prevent itemtap event while trigger "onItemDisclosure" event in List? Or any workaround trick? THX a lot!

    Started by handy.wang, 1 Aug 2011 8:10 PM
    onitemdisclosure itemtap
    • Replies: 0
    • Views: 717
    1 Aug 2011 8:10 PM Go to last post
  20. Loading detailed view based on selected view

    Hey Guys, I am trying to load a detail view by selecting an item in the list. So far, I have populated the list, and when the user taps...

    Started by Chinmay2401, 1 Aug 2011 7:27 PM
    • Replies: 0
    • Views: 480
    1 Aug 2011 7:27 PM Go to last post