Sencha Touch 2.x: Q&A

+ Post New Thread

  1. Unanswered: Combination of tabPanel and nestedList = Double Toolbar

    I have my main view which is a tabPanel with 3 items. When i click on "Service" a nestedList is loaded, but i have two toolbars now. How do i remove...

    Started by aceman3000, 6 Jul 2012 6:57 AM
    • Replies: 3
    • Views: 534
    6 Jul 2012 11:13 AM Go to last post
  2. Unanswered: Dataviews inside carousel

    Hello I'm new to sencha touch, as said in the title I need to know how adds dataviews inside a carousel... I already watched the getting started...

    Started by ev3rsor, 5 Jul 2012 3:32 AM
    • Replies: 1
    • Views: 314
    6 Jul 2012 11:06 AM Go to last post
  3. Unanswered: Carousel with next/prev buttons

    I want to have a screen which is built like so in a vbox layout: I have so far tried this:

    Started by bohboh, 5 Jul 2012 2:36 AM
    • Replies: 1
    • Views: 319
    6 Jul 2012 11:01 AM Go to last post
  4. Unanswered: Retrive all leafs of NestedList

    Hi, does anyone know if there is a way to retrieve all the leaf elements of a NestedList retrieved by store form a json file? When the store...

    Started by andrea88v, 4 Jul 2012 11:49 PM
    leaf elements, nestelist, treestore
    • Replies: 1
    • Views: 458
    6 Jul 2012 10:58 AM Go to last post
  5. Unanswered: Ext.Ajax.defaultHeaders not applied

    Hi, I'm trying to use Sencha Touch 2.0.1.1 with Django backend. To be able to cope with CSRF protection I need to get value from the cookie and...

    Started by jtiai, 4 Jul 2012 10:56 PM
    ajax
    • Replies: 1
    • Views: 488
    6 Jul 2012 10:57 AM Go to last post
  6. Unanswered: Refreshing list when item is tapped.

    Hello, I am trying to refresh my list when an item on the list is tapped. The list is receiving its data from a store with a proxy. A corpid is...

    Started by amarshah0209, 6 Jul 2012 10:08 AM
    • Replies: 1
    • Views: 214
    6 Jul 2012 10:33 AM Go to last post
  7. Unanswered: Align center dataview Item

    What I have to add to this code if I want to render all the text aligned at center? var touchTeam = Ext.create('Ext.DataView', { fullscreen:...

    Started by ev3rsor, 6 Jul 2012 5:25 AM
    2 Pages
    1 2
    • Replies: 10
    • Views: 1,366
    6 Jul 2012 9:49 AM Go to last post
  8. Answered: Popup overlay menu (showby) with a list item?

    I have found how to show a popup overlay by a button or other object defined in the view, but now I would like to show a context menu by a list item....

    Started by WagsMax, 6 Jul 2012 8:37 AM
    • Replies: 1
    • Views: 345
    6 Jul 2012 8:44 AM Go to last post
  9. Answered: Ext.List - CSS issue.

    Hello everyone. I'm with an issue that seems simple, but after a lot of tries without success I'm posting here. I have one Ext.List, with a...

    Started by lgertel, 6 Jul 2012 6:07 AM
    css, css issue, ext.list, sass
    • Replies: 4
    • Views: 522
    6 Jul 2012 8:09 AM Go to last post
  10. Unanswered: center content vertically in each row in the list dataview component

    Does anyone know how to vertically center or align content (eg. an image) inside rows in the list dataview component? I thought this would be easy...

    Started by Matt_d, 10 Jun 2012 9:17 PM
    • Replies: 4
    • Views: 672
    6 Jul 2012 7:20 AM Go to last post
  11. Answered: ENTER KeyUp event in searchfield

    How can I get when the enter key on keybord is pressed inside a searchfield? This is part of the code: xtype: 'searchfield', ...

    Started by ev3rsor, 6 Jul 2012 5:05 AM
    • Replies: 1
    • Views: 747
    6 Jul 2012 5:59 AM Go to last post
  12. Unanswered: how to show multiple images in a carousal after clicking the list item

    Hi, The requirement is first show the list items in that every item having multiple images. I am showing one image with description for all...

    Started by AswaniKumar, 4 Jul 2012 8:35 AM
    carousal, itemtpl, listview, push method, tpl
    • Replies: 2
    • Views: 691
    6 Jul 2012 5:30 AM Go to last post
  13. Unanswered: [WARN][Ext.Component#constructor] Registering a component with a id

    Getting above error Ext.define('NDP.view.topPanel', { extend: 'Ext.Panel', alias: 'widget.topPanel', xtype:'topPanel', ...

    Started by stirucherai, 3 Jul 2012 9:31 PM
    • Replies: 6
    • Views: 704
    6 Jul 2012 5:05 AM Go to last post
  14. Unanswered: Class instance not working

    I'm scratching my head on this one, I've created a class that I plan on instantiating twice. I'm using it to log the coordinates of certain...

    Started by kbow, 4 Jul 2012 2:36 PM
    • Replies: 6
    • Views: 734
    6 Jul 2012 4:47 AM Go to last post
  15. Unanswered: Add Variable number of page to carousel

    Hi I'm new to sencha touch, I need to add a variable number of page to a carousel how i can do it? I have this ...

    Started by ev3rsor, 6 Jul 2012 12:16 AM
    • Replies: 2
    • Views: 304
    6 Jul 2012 4:43 AM Go to last post
  16. Answered: Adding config to Viewport

    I am using Sencha Touch 2 with a microloader so I don't make any Ext.setup() calls. I want to make the Ext.Viewport layout be fit instead of card but...

    Started by jfriedl, 4 Jul 2012 11:04 AM
    viewport config layout
    • Replies: 1
    • Views: 380
    6 Jul 2012 4:40 AM Go to last post
  17. Unanswered: Why does this classes no declared error reference no classes?

    Here's the error i see when trying to run or build my app: Error thown from your application with message: Error: The following classes are not...

    Started by istanczyk, 4 Jul 2012 9:13 AM
    • Replies: 2
    • Views: 497
    6 Jul 2012 4:39 AM Go to last post
  18. Unanswered: Dataview not scrolling in TabPanel

    Hi guys, I have a dataview the totally refuses to scroll despite the configuration given. My dataview is a child of my tabpanel (3 tabs in...

    Started by riyaad, 5 Jul 2012 6:19 AM
    • Replies: 8
    • Views: 652
    6 Jul 2012 4:37 AM Go to last post
  19. Unanswered: Safari hide adress bar on iPhone

    Hi guys :-) I didn't find a working code snippet for hiding the adress bar on the iPhone. Tried 2 hours but no luck ^^ Any suggestions...

    Started by klaus777, 4 Jul 2012 3:44 AM
    • Replies: 2
    • Views: 583
    6 Jul 2012 4:28 AM Go to last post
  20. Unanswered: CRUD solution!

    Hi everybody, I'm researching how to update, insert, delete data in server (I just can read the data from server by JsonP). On the server, I have...

    Started by neobach, 4 Jul 2012 3:30 AM
    crud, rest, service
    • Replies: 1
    • Views: 493
    6 Jul 2012 4:27 AM Go to last post