-
27 Aug 2012 8:28 AM #1
Unanswered: how to handle differrent screen size
Unanswered: how to handle differrent screen size
Hi,
I am new to sencha touch. I have created a FormPanel and have used nested vbox and hbox with following code for vbox in Sencha Touch 1.1 .
Code:layout: { type: 'vbox', align: 'center', pack: 'top', autoScroll: true, }
and for hbox
Code:layout: { type: 'hbox', align: 'start', pack: 'top' }
It is appearing in center when I view in iPhone and galaxy nexus but when I view in HTC big screen phones and tablet it is appearing in left top corner.
How to handle differrent screen sizes. Shouldn't it be appearing in center on every screen.
Please give me a small example. I checked profiles but not sure how to handle screen size.
-
29 Aug 2012 5:11 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,617
- Vote Rating
- 435
- Answers
- 3102
It depends on the size of the container then using vbox layout is fine using the align and pack configs, it will account for different screen sizes.
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.


Reply With Quote