Sencha Touch 1.x: Discussion

Page 93 of 385 FirstFirst ... 43 83 91 92 93 94 95 103 143 193 ... LastLast

+ Post New Thread

  1. Ajax Request: Parsing the Response Object

    I'm calling a web service using the following Ext.Ajax.request: Ext.Ajax.request({ params: {CustomerNumber:customerNumber,...

    Started by MaximusW, 18 Aug 2011 6:42 AM
    • Replies: 3
    • Views: 1,454
    19 Aug 2011 3:54 AM Go to last post
  2. successProperty in AJAX form submission

    I'm trying to get an AJAX form submission to take JSON response data and consider it a success using a different key besides success: true (default)....

    Started by iamcam, 9 Dec 2010 3:13 PM
    ajax, formpanel, json, successproperty
    • Replies: 1
    • Views: 1,028
    19 Aug 2011 2:17 AM Go to last post
  3. Best practice/ feedback on first project

    Hi, i am about to finish my very first sencha touch project. I'll post a showcase link as soon as it is online. Altogether the development was...

    Started by pulponair, 18 Aug 2011 1:53 AM
    • Replies: 1
    • Views: 471
    19 Aug 2011 1:44 AM Go to last post
  4. About slideshow

    hi everybody , I want to make slideshow and all this images come from json . I search for more times, but still i do not get proper solution ....

    Started by manish khamar, 18 Aug 2011 9:05 PM
    • Replies: 0
    • Views: 291
    18 Aug 2011 9:05 PM Go to last post
  5. LoadPage From Store

    Hello, I try to use the function loadPage from Store but it's same not work wel beaucouse when i execute it the sencha touch load all data from...

    Started by sindibad, 2 May 2011 12:30 PM
    load page
    • Replies: 2
    • Views: 1,715
    18 Aug 2011 7:18 PM Go to last post
  6. writer always prepends with records []

    Is there any way of getting your writer in an ajax proxy to stop sending json messages wrapped in {records:} ? all I want is { myfield:'blah' }...

    Started by darrellj, 18 Aug 2011 6:26 AM
    • Replies: 0
    • Views: 242
    18 Aug 2011 6:26 AM Go to last post
  7. display only first tag in list

    Hello I parse below json in list. --------------------trial.json.---------------------------------------------- } ] when i parse data...

    Started by manish khamar, 18 Aug 2011 12:20 AM
    • Replies: 9
    • Views: 726
    18 Aug 2011 6:07 AM Go to last post
  8. Tab bar icons - dimness

    When using a Tab Panel: Is is possible to make the disabled tab icons less dim? I have played with UI: light & dark and opacity settings...

    Started by napsys, 17 Aug 2011 6:12 AM
    tab panel icon
    • Replies: 1
    • Views: 477
    18 Aug 2011 5:16 AM Go to last post
  9. json provides list where each item can open an overlay on itemtap

    Hi I'm a newbie to Sencha Touch and desperately need some help on this. Could some please provide a sample of how or where in this code I'm going...

    Started by riyaad, 15 Aug 2011 6:37 AM
    • Replies: 1
    • Views: 569
    18 Aug 2011 1:51 AM Go to last post
  10. Using JSON to create a tap list which opens an overlay

    Hi guys I've checked my JSON output against http://jsonlint.com/ and everything seems fine there. After seeing a few examples and checking the...

    Started by riyaad, 12 Aug 2011 5:40 AM
    json, lists
    • Replies: 5
    • Views: 1,366
    18 Aug 2011 1:44 AM Go to last post
  11. Nested-list offline tap returns emply

    Nested List returns empty while no internet connection available even if we go back and come again after getting connected

    Started by parthiban, 17 Aug 2011 10:53 PM
    • Replies: 0
    • Views: 271
    17 Aug 2011 10:53 PM Go to last post
  12. how to update scroller

    Hi, i have dynamically growing/shrinking textareas in a formpanel. The problem is that the scroller of the surrounding formpanel does not get...

    Started by Chris26, 3 Mar 2011 3:10 AM
    • Replies: 6
    • Views: 969
    17 Aug 2011 3:43 PM Go to last post
  13. doComponentLayout removing data attribute from button

    I was having an issue where I was using an XTemplate to populate button content. I would run button.update(myData) and through that button.data...

    Started by jgostylo, 17 Aug 2011 2:31 PM
    • Replies: 0
    • Views: 325
    17 Aug 2011 2:31 PM Go to last post
  14. Checkboxes & form.load()

    I'm working on a fairly complicated program and I've run into a brick wall. I auto generate checkboxes based on the student you choose. ...

    Started by Crestien, 17 Aug 2011 1:06 PM
    checkbox, load, loadrecord, work
    • Replies: 1
    • Views: 634
    17 Aug 2011 2:06 PM Go to last post
  15. Do you want to dock a carousel?

    This is a total hack but while debugging I found that the div on my docked carousel was getting set to 0 height. Dock a carousel on the top or...

    Started by jgostylo, 17 Aug 2011 2:04 PM
    • Replies: 0
    • Views: 463
    17 Aug 2011 2:04 PM Go to last post
  16. limit date in Ext.form.DatePicker to dates before today?

    I have a date picker on a form and I'd like to not allow the user to pick any dates before today. I can set yearTo, but this doesn't give me enough...

    Started by adana325, 10 Mar 2011 12:41 PM
    • Replies: 3
    • Views: 1,480
    17 Aug 2011 10:21 AM Go to last post
  17. Question Selecting a List item programmatically

    Hello, I am trying to get the first item of an Ext.List to be selected automatically whenever the list is loaded. The following does not seem to...

    Started by naderc, 15 Aug 2011 12:32 PM
    ext.list
    • Replies: 1
    • Views: 818
    17 Aug 2011 9:45 AM Go to last post
  18. IE not accepting masks?

    I have forms that are being masked in handler when the submit button is triggered, in FF the form gets a mask with loading message until the function...

    Started by kgrigor, 17 Aug 2011 8:35 AM
    • Replies: 1
    • Views: 440
    17 Aug 2011 9:38 AM Go to last post
  19. Vbox Nested Inside Hbox Doesn't Stretch to Fill Vertically

    I have an hbox layout with two items. Each of those nested items has a vbox layout. If I put the code for the vbox layouts as stand-alone containers...

    Started by markwyner, 7 May 2011 8:55 PM
    flex, hbox, panel, stretch, vbox
    • Replies: 2
    • Views: 2,850
    17 Aug 2011 9:37 AM Go to last post
  20. When is the next release planned

    When can we expect the next release of Sencha Touch?

    Started by jgostylo, 17 Aug 2011 8:47 AM
    • Replies: 0
    • Views: 332
    17 Aug 2011 8:47 AM Go to last post