Sencha Touch 2.x: Discussion

Page 88 of 112 FirstFirst ... 38 78 86 87 88 89 90 98 ... LastLast

+ Post New Thread

  1. parseNamespace error occurs when preparing application for deployment

    Hi, I am using the SDK tools for preparing a deployment version of my application and have run into an issue where part of my application breaks...

    Started by parky128, 13 Feb 2012 3:36 AM
    • Replies: 7
    • Views: 971
    14 Feb 2012 11:17 AM Go to last post
  2. MVC Training Tutorial/Material

    Hi@all, I am starting now with Touch 2 in conjunction with Designer 2 but previously worked mainly with Touch 1 & ExtJS 2/3 and am a little bit...

    Started by squarefan, 14 Feb 2012 8:44 AM
    • Replies: 1
    • Views: 413
    14 Feb 2012 8:57 AM Go to last post
  3. How to cancel selection of a list item?

    I have tried using the following code listeners:{ select:function(){ return false; } } but it doesn't work, even though...

    Started by ilija139, 14 Feb 2012 4:41 AM
    • Replies: 3
    • Views: 523
    14 Feb 2012 7:02 AM Go to last post
  4. Question Problem in Panel Addition

    Hi All, I am facing problem in adding panel into another problem when I am using xtype of one panel. If I add panel in the same file without...

    Started by abhi.ece, 14 Feb 2012 12:27 AM
    listeners, panel, xtype
    • Replies: 1
    • Views: 392
    14 Feb 2012 6:53 AM Go to last post
  5. Having `constructor: function(config) ` in custom Container doesn't work in iOS 5

    I have a class that is extended from Ext.Container. If I have the constructor: function(config){} then the app doesn't work only in iOS 5 Safari. I...

    Started by ilija139, 13 Feb 2012 1:55 PM
    • Replies: 4
    • Views: 874
    14 Feb 2012 12:22 AM Go to last post
  6. set the button text color

    i want to modify the button text color with cls property, but it fails. why? .testcolor { color: red; }

    Started by linuxyf, 13 Feb 2012 12:15 AM
    • Replies: 2
    • Views: 701
    13 Feb 2012 11:37 PM Go to last post
  7. Animation problem (st2 beta 2)

    i want to popup a modal window, the code is as following. when i show it, the animation works well. and tap the mask, it hide, the mask disappear,...

    Started by linuxyf, 9 Feb 2012 1:21 AM
    • Replies: 3
    • Views: 724
    13 Feb 2012 6:26 PM Go to last post
  8. Ajax proxy troubleshooting help needed.

    I've got a strange problem where an ajax proxy request succeeds and the data from the server shows up in the operation, but not the store and the...

    Started by bweiler, 13 Feb 2012 12:27 PM
    • Replies: 2
    • Views: 536
    13 Feb 2012 2:00 PM Go to last post
  9. Submit Login Form using Sencha Touch 2 Beta

    Hello Friends, Could you please help me to create a Login Form using Sencha Touch 2 Beta I have created UI following some tutorials...

    Started by warkesm, 7 Feb 2012 7:41 AM
    login form in mvc, sencha 2 beta 1
    • Replies: 4
    • Views: 8,554
    13 Feb 2012 1:34 PM Go to last post
  10. Question ST2B2: Navigationview example - why is example.css file so large (137KB)

    Hello, I am working through the navigationview example and noticed the example.css file is 137KB in size. Is this an oversight? seems extremely...

    Started by JRS, 13 Feb 2012 1:31 PM
    navigationview, st2b2
    • Replies: 1
    • Views: 386
    13 Feb 2012 1:33 PM Go to last post
  11. How to create a selectfield with image and text

    how can i do this but in ST2B2 http://www.sencha.com/forum/showthread.php?136028-Select-with-images

    Started by Perdiga, 13 Feb 2012 10:16 AM
    • Replies: 1
    • Views: 617
    13 Feb 2012 11:19 AM Go to last post
  12. Search filter broke after move to beta

    I had this function listening to key up on my search field. It worked just fine in PR3. Then I moved to b1 / b2 and it still works in one direction -...

    Started by mike lebowski, 8 Feb 2012 10:28 PM
    • Replies: 5
    • Views: 654
    13 Feb 2012 10:54 AM Go to last post
  13. sencha-touch-2-b1 navigationview example

    Does the sencha-touch-2-b1 navigationview example function for anyone? I'm attempting to run this in chrome and simply see what looks like the...

    Started by dotBomb, 8 Feb 2012 3:22 PM
    • Replies: 2
    • Views: 1,028
    12 Feb 2012 7:41 PM Go to last post
  14. App speed

    Hi! I've created a simple app (Sencha Touch + PhoneGap) but it seems very slow: when I tap on a button, there is a delay before show response. Why...

    Started by sarah_77, 10 Feb 2012 10:59 AM
    • Replies: 5
    • Views: 973
    12 Feb 2012 12:06 PM Go to last post
  15. [Example] Data-driven Carousel

    I put together a little example showing how to create an image Carousel based on data fetched from an RSS feed over on my blog just now. Hopefully it...

    Started by edspencer, 11 Feb 2012 1:42 AM
    • Replies: 2
    • Views: 611
    12 Feb 2012 11:47 AM Go to last post
  16. What happen? I couldn't align on title.

    like that. title didnt place to center bcoz buttons... sorry for my bad english.

    Started by jsveron23, 21 Nov 2011 10:38 PM
    2 Pages
    1 2
    • Replies: 10
    • Views: 1,674
    12 Feb 2012 10:32 AM Go to last post
  17. One Controller Multiple instances of NavigationView

    My application is using a TabPanel which each tab has a list & detail (navigation view) of different sets of data. I have one controller to control...

    Started by arandlett, 2 Feb 2012 10:30 PM
    controller, navigation view
    • Replies: 8
    • Views: 1,677
    11 Feb 2012 12:41 PM Go to last post
  18. How to extract data from store

    Json store with mode defined and loaded successfully. How to extract data from store? if I try to myStore.findRecord('id', 'idvalue'); i get:...

    Started by kostysh, 21 Dec 2011 6:07 PM
    2 Pages
    1 2
    • Replies: 11
    • Views: 2,915
    11 Feb 2012 5:46 AM Go to last post
  19. Unable to fire events from map view until map view is added to the main view.

    I structured my code so that my geolocation methods are in the map view. Since I need geolocation information at startup, I call the geolocation...

    Started by bweiler, 10 Feb 2012 8:09 AM
    • Replies: 2
    • Views: 423
    10 Feb 2012 9:39 AM Go to last post
  20. store memory usage

    Hello everybody,in my application I make heavy use of stores (localstorage mainly) and I am noticing that memory usage grows as I remove/add lots of...

    Started by maxgr, 10 Feb 2012 8:55 AM
    leak, memory, optimization, store, usage
    • Replies: 3
    • Views: 666
    10 Feb 2012 9:10 AM Go to last post