Sencha Touch 1.x: Discussion

Page 89 of 385 FirstFirst ... 39 79 87 88 89 90 91 99 139 189 ... LastLast

+ Post New Thread

  1. Dynamically adding button with handler

    I am trying to add dynamically button with handler in a loop. In the handler I am using valActiveItem which is what being incremented for each...

    Started by stirucherai, 27 Aug 2011 7:14 AM
    button, dynamic
    • Replies: 2
    • Views: 923
    28 Aug 2011 7:15 AM Go to last post
  2. buttons with custom attributes

    Hi, I have alot of buttons on a panel and i would like to know which button was pressed. I'm already catching that event with the handler(button)...

    Started by nofx, 25 Aug 2011 4:31 AM
    • Replies: 2
    • Views: 688
    27 Aug 2011 9:42 PM Go to last post
  3. Data List using External JSON Data Problem

    Hi, as the Title States, I am having a Problem with the following Code: var accessId = '4902030187736'; Ext.regModel('Contact', { ...

    Started by vinny8978, 4 Jun 2011 1:03 PM
    • Replies: 5
    • Views: 1,249
    27 Aug 2011 4:30 AM Go to last post
  4. how to flip the panel it self

    just want show the effect for the user click a button than the panel will be flip,so when fliped off the panel is same just show a effect. ...

    Started by gakaki, 26 Aug 2011 11:38 PM
    • Replies: 1
    • Views: 1,255
    27 Aug 2011 12:20 AM Go to last post
  5. How to draw a shape and make an event drag and drop

    I'm was looking but i cant find a way to draw a shape(circle,square) in sencha touch, just for drag that shape in a tablet. if some one knows how...

    Started by alexanderHs, 26 Aug 2011 2:31 PM
    drag & drop, shapes, tablets, touch
    • Replies: 0
    • Views: 624
    26 Aug 2011 2:31 PM Go to last post
  6. Reader and accept header

    Hi. I have an RestProxy with a reader and a writer with type JSON. I send in a POST request to my Java backend (Jersey) but I get XML instead of JSON...

    Started by aCa, 7 Jan 2011 6:31 AM
    • Replies: 4
    • Views: 3,585
    26 Aug 2011 12:21 PM Go to last post
  7. Selectfield style in iPhone

    iOS always layouts selectfield like A. How can I force it to show as B? I have gone nuts through the css file but didn't make it :( Any help...

    Started by jdb, 25 Aug 2011 9:54 PM
    • Replies: 2
    • Views: 818
    26 Aug 2011 11:14 AM Go to last post
  8. Question store sync always sends data as an array

    when i add a single record to the store and do a store.sync() it sends the JSON with the records array, although I have only added one record. It...

    Started by sandeep45, 26 Aug 2011 10:42 AM
    json writer, singleselect, store sync, writer array
    • Replies: 0
    • Views: 587
    26 Aug 2011 10:42 AM Go to last post
  9. How to get a SelectField value

    Hi guys, I have a problem with my application. I have a SelectField with several options. Those options are saved inside a Ext.data.JsonStore. So...

    Started by 1chiban, 25 Aug 2011 7:21 AM
    • Replies: 3
    • Views: 806
    26 Aug 2011 7:53 AM Go to last post
  10. Has anyone got a NestedList to update with new data?

    On the first card of my Nestedlist I have a searchfield on the toolbar and I want the replace the tree data with new tree data in my Nestedlist. I...

    Started by aondevuser1, 14 Jun 2011 2:12 PM
    nestedlist update
    • Replies: 8
    • Views: 1,159
    26 Aug 2011 7:23 AM Go to last post
  11. Select field in the floating form

    I create the Form panel which is shown like this: onTap:function() { this.filterPanel.setFloating(true); this.filterPanel.showBy(this,...

    Started by KJedi, 16 Oct 2010 8:36 AM
    • Replies: 2
    • Views: 1,149
    26 Aug 2011 6:05 AM Go to last post
  12. Components look awkward on a custom theme

    I was creating a custom theme for Sencha Touch as described on this blog post: http://www.sencha.com/blog/an-introduction-to-theming-sencha-touch ...

    Started by stijnvanbael, 27 May 2011 5:44 AM
    • Replies: 3
    • Views: 1,339
    26 Aug 2011 4:45 AM Go to last post
  13. problem with XTemplet

    I have one serious problem Code; -------------------------------------------------------------------------------- for(var...

    Started by manish khamar, 26 Aug 2011 3:49 AM
    • Replies: 0
    • Views: 415
    26 Aug 2011 3:49 AM Go to last post
  14. TextArea cursor position (SOLVED)

    Hi, i've searched for a solution, i found some codes for Ext JS, but none of them worked with sencha touch. I need to know the cursor position of a...

    Started by steve1964, 24 Aug 2011 5:18 AM
    • Replies: 1
    • Views: 835
    26 Aug 2011 1:51 AM Go to last post
  15. Parsing the response from an ajax request

    I am trying to create "daily quote" style functionality using an ajax request to a local json file. I am getting a successful response but I am...

    Started by craigwalshuk, 22 Aug 2011 6:13 AM
    ajax request, json
    • Replies: 1
    • Views: 481
    26 Aug 2011 1:07 AM Go to last post
  16. problem with button click

    hello everybody. I have some simple problem. I post my code as below. In my code when i click on button first time then it show me new...

    Started by manish khamar, 25 Aug 2011 10:56 PM
    • Replies: 0
    • Views: 542
    25 Aug 2011 10:56 PM Go to last post
  17. Opening a new window (not popup) from a button's event handler

    Hi guys, This is probably trivial thing for most of you, but I can't find a way to open a new browser window (with a specified url). Just to be...

    Started by sench23, 8 Feb 2011 12:51 AM
    button, new window, open
    • Replies: 3
    • Views: 3,690
    25 Aug 2011 11:11 AM Go to last post
  18. Question iPad: Scale all to 200%

    Hi, I just want to simulate what the "2x" button does on the iPad, by scaling everything 200%. According to this article it should be something...

    Started by jdb, 25 Aug 2011 9:33 AM
    ipad scale 2x
    • Replies: 0
    • Views: 551
    25 Aug 2011 9:33 AM Go to last post
  19. Exclamation Treestore exception handling

    Hello All, I am working on Sencha touch project where I used treestore which works fine. We are maintaining session on server so when session...

    Started by smj, 25 Aug 2011 7:08 AM
    store-exception, treestore
    • Replies: 0
    • Views: 456
    25 Aug 2011 7:08 AM Go to last post
  20. Good example of sencha app that uses polling

    Does anyone know of an example project that involves xml polling such that it can update a page without requiring the user to hit a refresh button...

    Started by dustout, 25 Aug 2011 6:42 AM
    • Replies: 0
    • Views: 543
    25 Aug 2011 6:42 AM Go to last post