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

      0  

    Default Unanswered: screen background not coming transparent

    Unanswered: screen background not coming transparent


    Hi,
    I am new to sencha touch so kindly bear with me.
    I am using Sencha touch 1.1
    I have made a form panel and set background image to it using
    Code:
    bodyStyle: "background-image:url(images/wallpaper.png) !important",
    now I have various elements inside thisFormPanel and I have arranged them using nested layout. That is I have a vbox layout and 3 hbox layout inside this vbox layout.
    The problem I am facing is for the screen area taken by these vbox and hbox layout I am not getting the background image that I set earlier in the FormPanel. This part of the screen is appearing with default color.

    Please advice how to handle this situation.

  2. #2
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    34,121
    Vote Rating
    453
    Answers
    3160
    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 mitchellsimoens has much to be proud of

      0  

    Default


    Some items have a background set on this that would not show the background. Inspect the DOM to find what elements and their corresponding components have a background set on it.
    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.