Search Type: Posts; User: the_Chameleon

Search: Search took 0.01 seconds.

  1. Hello everybody,
    I need your help.
    how can i do if i want to change height of element in my view?
    I use "chrome extension Window Resizer 1.7.0".
    When i resize my page (to 320 x 480), the width of...
  2. see this example
    http://www.sencha.com/learn/meet-the-list-component/
    Here's the source code on GitHub: github.com/senchalearn/Presidents.
  3. hello,

    Can you copy your app code (Ext.Application).

    You have to specify all component in you application classe.
  4. try vbox layout :



    config:
    layout:'vbox',
    items: \

    and set flex for the second item :
  5. hello,

    it's because your ref is not good.

    define id in your view :



    xtype: 'carousel',
    id : 'carouselPanel'
  6. When i had developped my first application, this bug happened every time!
    It's coming from the positioning of the components.
    Try changing the layout of your panel.


    I advise you to try on...
  7. Replies
    1
    Views
    433
    Hello everybody,
    I need your help.
    how can i do if i want to change height of element in my view?
    I use "chrome extension Window Resizer 1.7.0".
    When i resize my page (to 320 x 480), the width of...
  8. Hello,


    I created my application with sencha touch 2.
    I have my store with a proxy and reader for a flow RSS.


    I need to serialize this data because my list is empty when i don't have...
Results 1 to 8 of 8