Sencha Touch 2.x: Q&A

Page 505 of 558 FirstFirst ... 5 405 455 495 503 504 505 506 507 515 555 ... LastLast

+ Post New Thread

  1. Unanswered: how to structure a new app

    Heyppl, I'm still fairly new to Sencha Touch. I start with 2.0 PR4 a couple weeks ago. I've been struggling on what the best way to structure an...

    Started by adammascherin, 8 Feb 2012 2:23 PM
    • Replies: 3
    • Views: 463
    8 Feb 2012 10:48 PM Go to last post
  2. Answered: [B1] Store with Group is Sorted by Group String

    Hi, When adding a group function the list is being sorted by the group string. in ST1 and ST2 pre Beta this sort did not occur, can I turn...

    Started by adamatvips, 8 Feb 2012 4:42 PM
    • Replies: 1
    • Views: 670
    8 Feb 2012 4:52 PM Go to last post
  3. Answered: Programmatically "routing"

    So I'm starting to play around with the routing stuff, and I've got basic routes working so that bookmarked URLs can be routed directly into a...

    Started by chinabuffet, 8 Feb 2012 2:52 PM
    • Replies: 1
    • Views: 452
    8 Feb 2012 4:50 PM Go to last post
  4. Unanswered: Creating simple list without any store/data

    Can someone please provide me a code snippet to show a simple list (has data 'home,about,help,contact) and onclick handler for each item? I want to...

    Started by coure2011, 8 Feb 2012 10:32 AM
    • Replies: 2
    • Views: 552
    8 Feb 2012 3:09 PM Go to last post
  5. Unanswered: Showing a component that currently doesn't have any container

    TL;DR Getting the error/warning "Showing a component that currently doesn't have any container, please use Ext.Viewport.add() to add this component...

    Started by UbuntuPenguin, 8 Feb 2012 12:40 PM
    control, hidden, ref
    • Replies: 3
    • Views: 684
    8 Feb 2012 2:18 PM Go to last post
  6. Answered: Touch Charts

    Hi there, Having some problems here when trying to use Touch Charts with ST2. I actually can't seem to find a way to create a chart component. I...

    Started by DrunkenBeard, 15 Oct 2011 2:32 AM
    • Replies: 3
    • Views: 861
    8 Feb 2012 2:14 PM Go to last post
  7. Unanswered: Uncaught TypeError: Object #<Object> has no method 'getWidth'

    In my code I'm trying to get the ViewPort width. This worked in PR2 but doesn't work in Beta 1 var viewportWidth = Ext.viewport.getWidth(); Is...

    Started by rockinthesixstring, 8 Feb 2012 12:28 PM
    • Replies: 1
    • Views: 374
    8 Feb 2012 12:34 PM Go to last post
  8. Unanswered: How to call Application's internal data ?

    Hi, I have one application with a carousel and i know how to initialize the carousel's object inside the application and it works fine : var...

    Started by Thierryg, 8 Feb 2012 9:28 AM
    • Replies: 1
    • Views: 375
    8 Feb 2012 12:18 PM Go to last post
  9. Unanswered: How do I save the results of multiple proxy requests to a single store?

    I need to make several different proxy requests to get data, but the results need to be saved in a single store. However, every new proxy request...

    Started by bweiler, 8 Feb 2012 11:45 AM
    • Replies: 1
    • Views: 428
    8 Feb 2012 12:15 PM Go to last post
  10. Unanswered: [ST2B1] Using Profiles and custom Builds

    I'm just wondering if there a method in place for using different Profiles and Custom Builds in ST2B1? Without having actually tried it - it...

    Started by regedit, 8 Feb 2012 9:00 AM
    • Replies: 1
    • Views: 242
    8 Feb 2012 12:15 PM Go to last post
  11. Unanswered: How do I find the 'default' layout type for a particular widget/object?

    For instance, I was trying to apply a layout type 'vbox' on a 'TabPanel', just to be told that TabPanel has a 'card' layout type by default. But when...

    Started by marc.gayle, 8 Feb 2012 8:53 AM
    • Replies: 1
    • Views: 276
    8 Feb 2012 12:14 PM Go to last post
  12. Answered: all white when using scss theming

    I'm confused with theming. Fist of all, I've read David Kaneda's 'An introduction to Theming Sencha Touch'. Following these instructions I've setup...

    Started by vvatikiotis, 8 Feb 2012 8:51 AM
    • Replies: 1
    • Views: 463
    8 Feb 2012 12:12 PM Go to last post
  13. Unanswered: how to post messages between pages in sencha touch #2

    Hi, i wanna know if sencha touch #2 offers some class for sending messages between web pages. For instance send messages using the...

    Started by Thierryg, 8 Feb 2012 8:42 AM
    • Replies: 1
    • Views: 388
    8 Feb 2012 12:09 PM Go to last post
  14. Unanswered: [Feature Request] Config Error checking

    One of the biggest problems I have with Sencha (javascript) is that the properties are case sensitive. It would be useful if the when the config...

    Started by paul_todd, 8 Feb 2012 6:52 AM
    beta1, feature requests, sench touch 2.0
    • Replies: 1
    • Views: 272
    8 Feb 2012 12:00 PM Go to last post
  15. Unanswered: [Beta 1] ajax/rest default headers

    Hi All, When talking to an API, I need to send X-Session-Id header with every request. As the session id changes I can't use the header property...

    Started by wotaen, 8 Feb 2012 2:56 AM
    • Replies: 1
    • Views: 756
    8 Feb 2012 11:54 AM Go to last post
  16. Unanswered: events behave strange in Sencha Touch 2

    I`m trying to convert my app from 1.1 to 2.0 and my first reaction is disappointment: a lot of useful events were gone and: 1. Current events...

    Started by vnurin, 7 Feb 2012 5:44 PM
    • Replies: 5
    • Views: 1,113
    8 Feb 2012 11:40 AM Go to last post
  17. Unanswered: Ext.Date.fomat giving strange resuls

    Greeting all. I am currently stumped. Here is my code: var dte = new Date(); var theDate = Ext.Date.format(dte, 'D j/d/Y g:i a'); I...

    Started by essex, 7 Feb 2012 8:13 PM
    • Replies: 1
    • Views: 558
    8 Feb 2012 11:17 AM Go to last post
  18. Unanswered: ext.util.GeoLocation only works once

    I am using the example in docs to get location: http://docs.sencha.com/touch/2-0/#!/api/Ext.util.GeoLocation The code works great - once. Once...

    Started by cyberwombat, 8 Feb 2012 9:01 AM
    • Replies: 1
    • Views: 278
    8 Feb 2012 9:13 AM Go to last post
  19. Unanswered: Device and IOS version Compatibility?

    We were doing some device testing and on our iPod touch IOS version 4.2.1, Safari crashes loading our app. It works on all IOS 5.x device just fine....

    Started by bvkimball, 3 Feb 2012 8:26 AM
    • Replies: 5
    • Views: 1,109
    8 Feb 2012 8:47 AM Go to last post
  20. Answered: Accordion layout in sencha touch ST B1

    where is Accordion layout?? in ST Beta 1??

    Started by demon222, 3 Feb 2012 12:19 AM
    2 Pages
    1 2
    • Replies: 11
    • Views: 1,700
    8 Feb 2012 8:46 AM Go to last post