Search Type: Posts; User: the_Chameleon
Search: Search took 0.01 seconds.
-
21 Dec 2012 2:04 PM
Jump to post Thread: resize elements in viewport by the_Chameleon
- Replies
- 1
- Views
- 150
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... -
21 Dec 2012 1:56 PM
- Replies
- 3
- Views
- 355
see this example
http://www.sencha.com/learn/meet-the-list-component/
Here's the source code on GitHub: github.com/senchalearn/Presidents. -
21 Dec 2012 1:52 PM
- Replies
- 3
- Views
- 355
hello,
Can you copy your app code (Ext.Application).
You have to specify all component in you application classe. -
1 Dec 2012 7:03 AM
- Replies
- 5
- Views
- 683
try vbox layout :
config:
layout:'vbox',
items: \
and set flex for the second item : -
30 Nov 2012 3:09 PM
- Replies
- 4
- Views
- 660
hello,
it's because your ref is not good.
define id in your view :
xtype: 'carousel',
id : 'carouselPanel' -
30 Nov 2012 2:39 PM
- Replies
- 5
- Views
- 683
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... -
28 Nov 2012 11:23 AM
Jump to post Thread: resize element in panel by the_Chameleon
- 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... -
26 Oct 2012 4:02 AM
- Replies
- 1
- Views
- 291
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
