1. #1
    Sencha User
    Join Date
    Jul 2012
    Posts
    35
    Vote Rating
    0
    manoveg is on a distinguished road

      0  

    Default 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.

  2. #2
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    33,617
    Vote Rating
    435
    Answers
    3102
    mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of

      0  

    Default


    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.