[CLOSED] Auto change popop window height and width

  1. #1

    [CLOSED] Auto change popop window height and width

    In Popup page Height and Width should be change based on Screen Resolution.

    In this requirement available any coolite v1.0 control?
    Last edited by Daniil; Jun 13, 2011 at 3:55 PM. Reason: [CLOSED]
  2. #2
    Hi,

    Quote Originally Posted by speedstepmem3 View Post
    In Popup page Height and Width should be change based on Screen Resolution.
    You can use BeforeShow listener of Window to achieve that.
    <BeforeShow Handler="var size = Ext.getBody().getSize(); this.setSize({ width: size.width * 0.9, height: size.height * 0.9});" />
    Quote Originally Posted by speedstepmem3 View Post
    In this requirement available any coolite v1.0 control?
    Please clarify what you mean.

Similar Threads

  1. [CLOSED] Auto width/height not working for my layout
    By jmcantrell in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Apr 26, 2012, 10:10 PM
  2. [CLOSED] CheckboxGroup Auto-Width/Height adjust
    By ljcorreia in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Jan 21, 2010, 10:05 AM
  3. Window Panel auto width
    By tas in forum 1.x Help
    Replies: 2
    Last Post: Nov 19, 2008, 5:31 AM
  4. Replies: 2
    Last Post: Oct 09, 2008, 1:14 PM

Posting Permissions