Sencha Touch 2.x: Q&A

+ Post New Thread

  1. Answered: Setting the backgroung image of form panel

    Hi this is my navigation view which has two child views form panel and tab panel Ext.define('MobileApp.view.MainView',{...

    Started by mknarayan, 20 Mar 2012 11:44 AM
    • Replies: 2
    • Views: 545
    20 Mar 2012 8:22 PM Go to last post
  2. Exclamation Answered: Container - inner Div doesn't have height atribute

    Hello, My view extends Container, I am inserting NestedList in this container. I would like my NestedList to take 100% height. The problem is -...

    Started by patelsan, 19 Mar 2012 9:31 PM
    • Replies: 3
    • Views: 852
    20 Mar 2012 6:54 PM Go to last post
  3. Answered: NavigationView not rendering correctly

    I have a simple layout, with just 4 buttons, wrapped in a NavigationView. For some reason, they aren't being rendered. Code is below: ...

    Started by matvey, 18 Mar 2012 6:31 PM
    navigationview vbox
    • Replies: 2
    • Views: 265
    20 Mar 2012 6:10 PM Go to last post
  4. Answered: how to use ajax proxy with custom port?

    proxy: { type : 'ajax', url : 'url with port', reader: { type: 'json', rootProperty: '' } }

    Started by jsveron23, 20 Mar 2012 2:28 AM
    • Replies: 2
    • Views: 652
    20 Mar 2012 5:52 PM Go to last post
  5. Answered: Portrait / landscape mode

    Hello, I am developing an application for iPhone/iPad. I made two profile, one for phone and one for tablet. (that works pretty well :) For...

    Started by duke9985, 19 Mar 2012 9:59 PM
    • Replies: 2
    • Views: 834
    20 Mar 2012 4:42 PM Go to last post
  6. Unanswered: Tab panel icons disapearing

    I have Tab Panel like: Ext.define('App.view.Main', { extend: 'Ext.tab.Panel', requires: , config: { tabBarPosition: 'bottom',

    Started by marceloverdijk, 20 Mar 2012 2:44 PM
    • Replies: 1
    • Views: 326
    20 Mar 2012 2:54 PM Go to last post
  7. Answered: Kitchen Sink Down?

    Anyone else having trouble accessing the kitchen sink within the documentation? I'm getting a 404. The example images aren't loading as well..

    Started by jnotti, 20 Mar 2012 11:28 AM
    • Replies: 2
    • Views: 378
    20 Mar 2012 2:51 PM Go to last post
  8. Answered: Hide and Show tabBar buttons

    Hi All, I've got a TabPanel of 6 elements, and all 6 elements produce a button the the tabBar. I'd like it so when you load the app, only the page...

    Started by jguibault, 12 Mar 2012 10:26 AM
    • Replies: 2
    • Views: 632
    20 Mar 2012 2:43 PM Go to last post
  9. Unanswered: Store data in Panel tpl

    Hi, I have been trying to show data from store in panel. But I can't simply find a way :( In my controller I have: ...

    Started by b1551, 20 Mar 2012 1:44 PM
    • Replies: 1
    • Views: 408
    20 Mar 2012 2:05 PM Go to last post
  10. Unanswered: Local DB Sample/Help

    I am seeking advice on direction before I corrupt the process with old ideas. I have a need for an app to update a database, and have gone through...

    Started by JackPotts, 19 Mar 2012 5:34 PM
    • Replies: 2
    • Views: 1,077
    20 Mar 2012 1:33 PM Go to last post
  11. Answered: Customization of the CSS

    Hi, Until now, i am using the apple.css stylesheet included in ST2 but i have the intention to change it with custom colors. Some time ago i...

    Started by Thierryg, 20 Mar 2012 12:32 AM
    2 Pages
    1 2
    • Replies: 11
    • Views: 707
    20 Mar 2012 1:24 PM Go to last post
  12. Unanswered: JSONP callback error

    Hi all, I will make a jsonp data store, but when i load my application chrome says: Uncaught ReferenceError: getData is not defined ...

    Started by r.vanelk, 18 Mar 2012 12:03 PM
    • Replies: 6
    • Views: 1,100
    20 Mar 2012 1:00 PM Go to last post
  13. Unanswered: Navigation view or cards : best practice

    Hi all, I need some advice about the best practice for my app. I have 3 elements (nested list -> list -> panel) On nested list leaf tap, i...

    Started by Tchinkatchuk, 20 Mar 2012 10:54 AM
    • Replies: 2
    • Views: 601
    20 Mar 2012 12:35 PM Go to last post
  14. Question Answered: Custom container in Ext.Toolbar

    I want to display HTML content inside an Ext.Toolbar, ideally inside its own container so I can set width or flex layout. How could I do that? ...

    Started by kennym, 20 Mar 2012 11:08 AM
    • Replies: 2
    • Views: 434
    20 Mar 2012 11:25 AM Go to last post
  15. Unanswered: How to display detail record on carousel page when tap list item?

    Here is my controller.Main control: { 'WKdetFormList':{ itemtap: 'showDetail' ...

    Started by morphyster, 19 Mar 2012 9:04 AM
    • Replies: 3
    • Views: 658
    20 Mar 2012 11:18 AM Go to last post
  16. Answered: using tpl in a child component

    I want to show some templated text data on a panel and below that show a list .. so I started with a container and specified the tpl variable on it...

    Started by adeelmahmood, 20 Mar 2012 10:37 AM
    • Replies: 1
    • Views: 522
    20 Mar 2012 10:48 AM Go to last post
  17. Answered: Build sass with Sencha Command

    I've been trying out Sencha Command a bit and I love it! One question though: Do I still have to manually compile the .sass file? Doesn't seem...

    Started by EPV, 20 Mar 2012 7:31 AM
    • Replies: 2
    • Views: 692
    20 Mar 2012 10:35 AM Go to last post
  18. Question Unanswered: Update panel from controller

    Hi, I'm trying to update a Panel defined in my MainView<br><br><div><span style="color:#0000ff;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;xtype:...

    Started by Fonx, 20 Mar 2012 10:14 AM
    controller panel get
    • Replies: 3
    • Views: 299
    20 Mar 2012 10:25 AM Go to last post
  19. Exclamation Answered: Device Profiles

    Hello, I'm having trouble getting my device profiles to display properly. Here's my code... app.js: Ext.application({ name: 'Civid', ...

    Started by ksumarine, 20 Mar 2012 6:16 AM
    2 Pages
    1 2
    create, define, device profile, profiles, views
    • Replies: 11
    • Views: 961
    20 Mar 2012 8:40 AM Go to last post
  20. Answered: Ext.Msg 'initialize' or 'painted' help

    Hello all .. Is there a trick to getting the 'painted' function working on an Ext.Msg popup? Ext.Msg.show({ styleHtmlContent: false,...

    Started by regedit, 19 Mar 2012 2:32 PM
    • Replies: 2
    • Views: 982
    20 Mar 2012 8:35 AM Go to last post