Sencha Touch 2.x: Q&A

Page 458 of 557 FirstFirst ... 358 408 448 456 457 458 459 460 468 508 ... LastLast

+ Post New Thread

  1. Question Unanswered: Animate new list / DataView item(s)

    Hi there, Firstly i'd like to thank the Sencha team and this very active forum and it's members, it has helped tremendously whilst developing my...

    Started by Subpar, 15 Mar 2012 7:48 AM
    animate, css class, dataview, item, list
    • Replies: 4
    • Views: 776
    15 Mar 2012 11:37 AM Go to last post
  2. Answered: Sencha Touch 2 and iOS compatibility

    Hi, I'm due to take Sencha Touch 2 training next week, and want a device to run/test my stuff on. The only iOS device I have is an old iPod...

    Started by paulharv, 15 Mar 2012 8:59 AM
    • Replies: 2
    • Views: 597
    15 Mar 2012 11:32 AM Go to last post
  3. Answered: Upgrading to 2.0 from PR3 - custom methods for panels/components

    I'm upgrading an app from PR3 to the released version (I know there was PR4 and beta before it, but this project has been under hold for some time) -...

    Started by alanmies, 15 Mar 2012 5:19 AM
    • Replies: 2
    • Views: 324
    15 Mar 2012 11:10 AM Go to last post
  4. Answered: How to add an inner property in Ext objects

    I have a form with fieldGps3 = Ext.create('Ext.field.Text', { name : 'gps', label : 'Adresse', ...

    Started by ci11111, 15 Mar 2012 8:20 AM
    • Replies: 5
    • Views: 714
    15 Mar 2012 10:26 AM Go to last post
  5. Answered: Best way to populate Proxy URL with lat/long?

    I'm trying to send my current lat/long to an API which returns a JSON object. What is the right way to structure this in the application? I was...

    Started by rwbaker, 15 Mar 2012 7:40 AM
    geolocation, proxy, store
    • Replies: 2
    • Views: 861
    15 Mar 2012 10:22 AM Go to last post
  6. Unanswered: example for map in sencha touch 2.0

    Hi All, can i get a document for how to add map in my view and how can i show my current location on google map ? Thanks in advance!! ...

    Started by rakesh.harsh, 15 Mar 2012 3:13 AM
    • Replies: 1
    • Views: 419
    15 Mar 2012 9:49 AM Go to last post
  7. Cool Unanswered: Custom pull refresh

    I am in need of a custom refresh and would like to get some ideas to get started. I yahoooo d it and got some idea here ...

    Started by landed, 15 Mar 2012 9:33 AM
    • Replies: 1
    • Views: 596
    15 Mar 2012 9:44 AM Go to last post
  8. Answered: do 'back' event in list from text

    I have a list that when clicked takes you to another panel. In this panel I want either text or another button that will act as the default back...

    Started by rondog, 14 Mar 2012 12:19 PM
    • Replies: 9
    • Views: 961
    15 Mar 2012 9:32 AM Go to last post
  9. Answered: Can't populate an Ext.Panel template

    Hi, I'm trying to use a store to populate a Panel. The panel has a simple template: xtype:'panel', id: 'Info',...

    Started by Roman2012, 15 Mar 2012 7:33 AM
    2 Pages
    1 2
    • Replies: 12
    • Views: 1,491
    15 Mar 2012 9:11 AM Go to last post
  10. Unanswered: Sencha Touch Training

    I was wondering if anyone has attended any of the workshops provided by Sencha.. For the $2800 charged, do you think is a good value? Or do you...

    Started by germallon, 15 Mar 2012 9:06 AM
    training
    • Replies: 0
    • Views: 301
    15 Mar 2012 9:06 AM Go to last post
  11. Unanswered: Bug on Carousel Creation

    Hello, When I put the Carousel in my FormPanel, the Carousel is displayed but i can't switch between the slides... I don't understand because...

    Started by a7xntho, 15 Mar 2012 8:22 AM
    carousel, create, sencha, slide, switch
    • Replies: 3
    • Views: 520
    15 Mar 2012 9:03 AM Go to last post
  12. Unanswered: Map + button = show Marker

    Hi, My architecture: sofa.view.carte : contains all mapconfig sofa.view.plan : contains 4 buttons and the map called by xtype: 'carte' My...

    Started by Olivierco, 15 Mar 2012 2:43 AM
    • Replies: 2
    • Views: 666
    15 Mar 2012 8:39 AM Go to last post
  13. Unanswered: Get an error using the new sencha build process (2.0.0 commercial)

    Below is the trace of what I am executing and what I am getting as error (in red) lib/command/sencha app build production tmp/ Deploying your...

    Started by olivier@passbox.com, 14 Mar 2012 1:10 PM
    build error
    • Replies: 2
    • Views: 769
    15 Mar 2012 8:20 AM Go to last post
  14. Unanswered: My Fields array gets unordered in a Model on Chrome

    In my app i override a lot of the functionality of Model. config: { fields: } i need to grab the fields to send them to my REST API. i do...

    Started by bvkimball, 15 Mar 2012 6:56 AM
    • Replies: 2
    • Views: 391
    15 Mar 2012 8:02 AM Go to last post
  15. Answered: How is best to design the screen?

    Hi, I've come to a part where I've got a pretty complicated model that I need to show, but can't decide what widgets I should use for that. ...

    Started by Roman2012, 15 Mar 2012 5:09 AM
    • Replies: 4
    • Views: 353
    15 Mar 2012 7:53 AM Go to last post
  16. Question Unanswered: Removing from Ext.tab.Panel not working?

    Hi! Quicky: TabPanel - adding a tab dynamically (working) - trying to delete it - failing :( mainPanel = Ext.create("Ext.tab.Panel", {... ......

    Started by abtrapp, 15 Mar 2012 5:46 AM
    • Replies: 1
    • Views: 351
    15 Mar 2012 7:39 AM Go to last post
  17. Answered: How to set a title of a dataview

    Hallo, my question sounds easy, but I still need help. I have a navigation view and I push a dataview on it. If I set a title in the config of my...

    Started by jag2000, 14 Mar 2012 11:58 PM
    • Replies: 2
    • Views: 352
    15 Mar 2012 7:35 AM Go to last post
  18. Answered: Understanding controller refs & components

    Hi. I've been having difficulty understanding how I can reference my view components from the controller, without using xtype. I have a list,...

    Started by badsyntax, 15 Mar 2012 3:13 AM
    • Replies: 2
    • Views: 385
    15 Mar 2012 7:25 AM Go to last post
  19. Unanswered: Sencha Touch 2 and Designer 2 - how do these two work together?

    Hello, I am a new user of Sencha and I am looking into developing a mobile app. I was wondering if Sencha Touch 2 and Designer 2 work together and...

    Started by JosephineChimbo, 15 Mar 2012 5:04 AM
    • Replies: 1
    • Views: 336
    15 Mar 2012 7:25 AM Go to last post
  20. Answered: setHTML(), a slow death

    Hi! I am building an app that includes a video player so i need a timecode display. I thought about using a simple panel and calling setHtml()....

    Started by onemanclapping, 15 Mar 2012 3:33 AM
    • Replies: 2
    • Views: 531
    15 Mar 2012 7:24 AM Go to last post