Sencha Touch 2.x: Q&A

Page 494 of 557 FirstFirst ... 394 444 484 492 493 494 495 496 504 544 ... LastLast

+ Post New Thread

  1. Answered: Trouble with CSS - reduce font size in a toolbar

    I want to reduce the font-size of the Title text in one specific toolbar using CSS. I have given the toolbar a Cls config of fc-namebar. How do I...

    Started by WagsMax, 17 Feb 2012 4:04 PM
    • Replies: 1
    • Views: 518
    17 Feb 2012 5:20 PM Go to last post
  2. Answered: setUseCurrentLocation on map causes an error

    Guys, I've been creating my first application using Sencha Touch 2 Beta 3 and Sencha Designer 2. I have a map, that the user can selectively...

    Started by jschwartz73, 17 Feb 2012 11:14 AM
    map center
    • Replies: 5
    • Views: 693
    17 Feb 2012 4:53 PM Go to last post
  3. Unanswered: Problem with DataView and <tpl for="">

    I'm trying to say 'if type=eoc, then show me the title and teaser in the items object'. The `if` works fine, but `<tpl for="items">` doesn't. What...

    Started by rwbaker, 17 Feb 2012 6:17 AM
    davaview, xtemplate
    • Replies: 3
    • Views: 538
    17 Feb 2012 4:36 PM Go to last post
  4. Unanswered: Is there a theme engine for Sencha Touch?

    Along the same lines as the jQuery-UI theme roller, I'm wondering if there is a similar theme engine for Sencha Touch? It would be really nice to...

    Started by rockinthesixstring, 17 Feb 2012 3:48 PM
    • Replies: 1
    • Views: 507
    17 Feb 2012 4:00 PM Go to last post
  5. Answered: Specifying config values when using xtype

    What's the correct way to specify a child component's config values, when using xtypes? Should they be put into a separate "config" object, or...

    Started by jweber, 31 Jan 2012 7:24 PM
    config, xtype
    • Replies: 7
    • Views: 1,365
    17 Feb 2012 3:51 PM Go to last post
  6. Answered: Dialog Manager? (mentioned @ SenchaCon)

    I was wondering about the status of the "Dialog Manager" that was mentioned at SenchaCon this year. It was mentioned that the Dialog Manager...

    Started by Marc-QNX, 17 Feb 2012 12:35 PM
    • Replies: 1
    • Views: 379
    17 Feb 2012 12:43 PM Go to last post
  7. Answered: Date.format works on desktop, not iPad

    I am using the extra special nifty formatting method in Ext.Date, and it seems to be working great on the desktop (Chrome 17, Safari 5) but not on...

    Started by jlyman, 16 Feb 2012 2:25 PM
    • Replies: 2
    • Views: 653
    17 Feb 2012 10:54 AM Go to last post
  8. Unanswered: Change the direction of transition

    Hi, I have a navigation's view and when i am using the push() and pop() methods, the sliding is from right to left. How can i change it to left...

    Started by Thierryg, 17 Feb 2012 10:18 AM
    • Replies: 1
    • Views: 551
    17 Feb 2012 10:47 AM Go to last post
  9. Answered: Removing tick mark from listbox

    Hi, How can I remove the tick mark from the selected item in a list box. Even if the listbox is a single select list box the tick still remains on...

    Started by paul_todd, 17 Feb 2012 10:09 AM
    • Replies: 1
    • Views: 501
    17 Feb 2012 10:44 AM Go to last post
  10. Answered: Two buttons on the same line

    Hi, I have a form and on the same line i wanna display both a "OK" and a "CANCEL" button. Usually, when i am creating button with sencha touch...

    Started by Thierryg, 17 Feb 2012 7:39 AM
    • Replies: 2
    • Views: 703
    17 Feb 2012 10:06 AM Go to last post
  11. Unanswered: Loading nested models triggers REST server calls

    I have a model with a hasMany association that autoloads via a REST proxy. My child model also has a REST proxy because sometimes I want to use it...

    Started by jgadbois, 17 Feb 2012 8:30 AM
    • Replies: 4
    • Views: 952
    17 Feb 2012 8:45 AM Go to last post
  12. Answered: Ext.Viewport vs custom main container

    Hi, Sencha Touch team. In many examples I see that you guys create custom view, normally called Main, which you use as the main application container...

    Started by elishnevsky, 17 Feb 2012 7:01 AM
    • Replies: 4
    • Views: 1,093
    17 Feb 2012 8:28 AM Go to last post
  13. Unanswered: List Item Data Not Carrying Through

    Hello Everyone, I have a list with a store. I have noticed that I get 'null' when my list renders. I investigated using the console, and it...

    Started by UbuntuPenguin, 16 Feb 2012 4:57 PM
    • Replies: 2
    • Views: 381
    17 Feb 2012 8:12 AM Go to last post
  14. Question Unanswered: Ajax call for local data not working properly.

    { xtype: 'list', iconCls: 'orders', id: 'aList', store:Ext.create('Ext.data.Store', { success: function(response,...

    Started by landed, 17 Feb 2012 5:43 AM
    ajax
    • Replies: 2
    • Views: 465
    17 Feb 2012 7:34 AM Go to last post
  15. Answered: Store loads & duplicates records, but API only called once

    I keep running across things happening twice, when I only intend for them to happen once. Each time I learn something new, but this one I can't track...

    Started by hallikpapa, 6 Feb 2012 9:27 PM
    • Replies: 8
    • Views: 1,139
    17 Feb 2012 7:12 AM Go to last post
  16. Answered: Explain event flow in MVC / No documentation for getEventDispatcher

    Q1: I believe I have some gaps in my understanding on how event flow in an MVC ST2 app. I'll give an example: I have a view which extends...

    Started by vvatikiotis, 17 Feb 2012 6:22 AM
    • Replies: 1
    • Views: 604
    17 Feb 2012 7:06 AM Go to last post
  17. Answered: Navigationbar layout ST2 B3

    Hi, - How is it possible to set a xtype: searchfield centered in the navigationview/navigationbar ? My class looks like this: ...

    Started by samlinux, 17 Feb 2012 2:49 AM
    • Replies: 3
    • Views: 1,019
    17 Feb 2012 6:55 AM Go to last post
  18. Unanswered: [B3] Should formpanel.setRecord(PhantomModel) clear the form?

    Hi, I have a form, using it for editing a record works fine. But when I want to create a new record I create a new phantom model and assign it to...

    Started by svenna, 17 Feb 2012 1:54 AM
    • Replies: 2
    • Views: 559
    17 Feb 2012 6:51 AM Go to last post
  19. Answered: Button does not seem to work properly

    var myNavBar = Ext.create('Ext.TitleBar', { docked: 'top', title: 'Navigation', items: }); Ext.application({ launch:...

    Started by gb_2312, 16 Feb 2012 10:12 PM
    • Replies: 1
    • Views: 252
    17 Feb 2012 6:32 AM Go to last post
  20. Unanswered: center a label

    Hi, I have a textfield, and i wanna know how to align a label in the middle, not on the right/left, ... I have checked the source code...

    Started by Thierryg, 17 Feb 2012 2:00 AM
    • Replies: 3
    • Views: 410
    17 Feb 2012 6:27 AM Go to last post