Sencha Touch 2.x: Discussion

Page 83 of 112 FirstFirst ... 33 73 81 82 83 84 85 93 ... LastLast

+ Post New Thread

  1. Jasmine spy on getter gets deleted by ST2 class system

    Took me a while to track this one down and I am confused why it is needed. I have a new style class where I have a configured property. Thus it...

    Started by abierbaum, 28 Feb 2012 2:39 PM
    jasmine, st2
    • Replies: 2
    • Views: 708
    29 Feb 2012 1:01 PM Go to last post
  2. Scroll dataview with other components

    Hi, I have a container. In it I have another container with 2 buttons. And underneath - dataview with a lot of data. I want to set scrollable:true...

    Started by KJedi, 29 Feb 2012 11:38 AM
    • Replies: 5
    • Views: 741
    29 Feb 2012 12:30 PM Go to last post
  3. Question native build and orientation

    Hi all; using ST2 native packaging. is it possible to compile a native app that will launch portrait on phones but landscape on tablet (without...

    Started by gkatz, 29 Feb 2012 7:44 AM
    orientation lock
    • Replies: 3
    • Views: 848
    29 Feb 2012 9:48 AM Go to last post
  4. Question Store set extraParam

    is there any way to set store extraParam out of the store class? or this is not a right way at all. I know I can do it by create a new store...

    Started by rainmore, 29 Feb 2012 2:07 AM
    store, store config
    • Replies: 1
    • Views: 801
    29 Feb 2012 8:31 AM Go to last post
  5. Ext.data.Model - getData()

    Hi Guys, I've been working with models and found myself in all sorts of trouble with the getData() method. I've been using it as follows : var...

    Started by rob_squires, 29 Feb 2012 1:42 AM
    documentation, model
    • Replies: 1
    • Views: 768
    29 Feb 2012 8:30 AM Go to last post
  6. Proxy memory + xml reader data not working

    This is not working, but if i put the response in a local xml file, and change the proxy to ajax typo , and the url is the path to this file is works...

    Started by javi10823, 29 Feb 2012 8:05 AM
    • Replies: 1
    • Views: 375
    29 Feb 2012 8:11 AM Go to last post
  7. List of Android devices tested with ST2

    Hi, I have had a good dig around the forums looking for threads on Android devices that have been tested with ST2 apps, which ones run the...

    Started by parky128, 1 Feb 2012 5:29 AM
    • Replies: 5
    • Views: 966
    29 Feb 2012 5:42 AM Go to last post
  8. How do I load a detailed version of an object in a store?

    I'm using a json-rest service to populate a store of objects. (using ST2) The objects are events, they have a name, a date, participants, etc...My...

    Started by VDP, 29 Feb 2012 12:35 AM
    proxy, store
    • Replies: 1
    • Views: 446
    29 Feb 2012 2:58 AM Go to last post
  9. Docked items are not created in viewport?

    I have a code: Ext.define('CJ.view.Viewport', { extend: 'Ext.Container', alias: 'widget.7sviewport', requires: , config: { fullscreen:...

    Started by KJedi, 27 Jan 2012 5:38 PM
    • Replies: 5
    • Views: 790
    28 Feb 2012 10:41 PM Go to last post
  10. RC - Added support for "?breakpoint" for sencha-touch-debug.js when released

    Is this similar to the 'debugger;' feature in chrome to pull up the debugger?

    Started by wprater, 28 Feb 2012 5:39 PM
    • Replies: 1
    • Views: 504
    28 Feb 2012 5:59 PM Go to last post
  11. RC - Moved models, views and stores configs from Application down to Controller

    Can this be explained in more detail, or is there documentation on this change?

    Started by wprater, 28 Feb 2012 5:36 PM
    • Replies: 1
    • Views: 386
    28 Feb 2012 5:59 PM Go to last post
  12. Custom icons in tab nav bar

    Hello all I can i have a custom icons in my navbar. im trying this code in scss but not work : // Use Custom Icon Image sass/images/icon by...

    Started by santony85, 28 Feb 2012 2:31 PM
    • Replies: 1
    • Views: 759
    28 Feb 2012 3:52 PM Go to last post
  13. Question back button icon on NavigationView component?

    hi is there a way to have an icon on the NavigationView back button instead of text? could not find the way to do that... thanks

    Started by gkatz, 28 Feb 2012 6:21 AM
    • Replies: 5
    • Views: 1,199
    28 Feb 2012 3:05 PM Go to last post
  14. Trouble getting routes to work.

    Hey Guys, really new to Sencha (any flavor) and have started working on a project utilizing it. I'm attempting to get routes to work, and have...

    Started by dtest, 27 Feb 2012 9:07 AM
    • Replies: 2
    • Views: 268
    28 Feb 2012 2:24 PM Go to last post
  15. Big speed improvment : add the position:fixed in css

    Hello everybody, I would to improve sencha touch wich is a very great framework with a big improvement. I want to implement the position:fixed...

    Started by guillaumebadin, 28 Feb 2012 12:41 PM
    css, fixed, improvment, speed
    • Replies: 2
    • Views: 744
    28 Feb 2012 1:41 PM Go to last post
  16. Question Need for official guide of developing custom components

    Can I expect that will be written the official guide of developing custom components? It will be very usefull because inner Sencha Touch arhitecture...

    Started by kostysh, 28 Feb 2012 2:34 AM
    • Replies: 2
    • Views: 598
    28 Feb 2012 12:55 PM Go to last post
  17. Question profiles question

    Hi; looking at the kitchen sink I see a reuse of a nested list component both for the phone and tablet profiles. in the tablet view the list is...

    Started by gkatz, 28 Feb 2012 6:48 AM
    profiles
    • Replies: 1
    • Views: 308
    28 Feb 2012 12:37 PM Go to last post
  18. Post Is it possible to create custom controls in Sencha Touch?

    Here is my requirement; I have a form where I get some account number from the user, for which I use a combination of text boxes, something like...

    Started by dipinkumar, 28 Feb 2012 5:08 AM
    controls, form elements, form field, sencha touch 2.0
    • Replies: 1
    • Views: 738
    28 Feb 2012 12:22 PM Go to last post
  19. Question Where are the component events???

    Guys, Can you tell me where are the component events? Like for a Ext.List, there is a "select" event but I cannot see that in the...

    Started by swarnendude, 18 Oct 2011 4:07 AM
    2 Pages
    1 2
    event
    • Replies: 18
    • Views: 3,321
    28 Feb 2012 12:17 PM Go to last post
  20. add panel with different transition/animation (cardlayout)

    Hello I have this main container which has a card layout. When I add a new panel to it like this.getMainView.push( this.getLoginView) ) ; ...

    Started by jeanluca, 28 Feb 2012 12:25 AM
    • Replies: 1
    • Views: 474
    28 Feb 2012 12:09 PM Go to last post