How to show window maximized ?

  1. #1

    How to show window maximized ?

    Hi I am trying to show a window as maximized. Can you please let me know how this can be achieved.
  2. #2

    RE: How to show window maximized ?

    Looks like the Coolite team forgot to add the Maximized Property to the Window control correponding to ExtJs' Window's maximized config option.

    Not to worry, inside the window's Render or Shown Listener, call:

    this.maximize()
  3. #3

    RE: How to show window maximized ?

    Thanks a lot.
  4. #4

    RE: How to show window maximized ?

    the first was maximized, But the window was minimized when the second open the window.
  5. #5

    RE: How to show window maximized ?

    <ext:ToolbarButton ID="TT" runat="server" Text="" Icon="ArrowIn">
    
    
    <Listeners>
    
    
    <Click Handler="#{Window1}.restore();#{Window1}.hide();" />
    
    
    </Listeners>
    
    
    </ext:ToolbarButton>
    Last edited by Daniil; Mar 30, 2012 at 12:56 AM. Reason: Please use [CODE] tags

Similar Threads

  1. [CLOSED] Problem: Closing Maximized Window will loose parent window scrollbar
    By tlfdesarrollo in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Apr 19, 2012, 8:51 PM
  2. [CLOSED] Show Desktop window maximized - strange behavior
    By FAS in forum 1.x Legacy Premium Help
    Replies: 10
    Last Post: Apr 03, 2012, 5:58 PM
  3. [CLOSED] Maximized window doesn't remain maximized
    By vadym.f in forum 1.x Legacy Premium Help
    Replies: 9
    Last Post: Feb 07, 2012, 3:32 PM
  4. Replies: 2
    Last Post: Oct 14, 2010, 10:05 AM
  5. Bug when showing a window maximized
    By Jurke in forum Bugs
    Replies: 0
    Last Post: Oct 29, 2008, 12:56 PM

Posting Permissions