[CLOSED] V2.0 DeskTop Window Maximize

  1. #1

    [CLOSED] V2.0 DeskTop Window Maximize

    Hi,
    In the example: https://examples2.ext.net/#/Desktop/...tion/Overview/
    then maximize the Grid Window from the icon on the desktop, the window hides the taskbar, in the version 1.2 same example work OK.

    I have resolve the problem in the javascript with maxHeight:

    var cfg = {
                            id: windowId,
                            runat: 'server',
                            title: titolo,
                            iconCls: '#User',
                            x: 20,
                            y: 20,
                            width: width,
                            height: height,
                            maxHeight: (app.viewport.height - 100),
                            closeAction: 'Destroy',
                            minimizable: true,
                            maximizable: true,
                            border: true,
                            loader:
                            {
                                url: pagina,
                                renderer: 'frame'
                            }
    
                        };
    This is a bug or is this normal to correct the height of the window ?

    Tnks

    Aurelio
    Last edited by Daniil; Jan 27, 2012 at 10:32 AM. Reason: Please use [CODE] tags, [CLOSED]
  2. #2
    Hi,

    I would consider it is as a bug
    We will fix it in next preview release
    Thanks for the report
  3. #3
    Hi, Vladimir

    Ok no problem

    Tnks
    Aurelio
  4. #4
    The fix has been added to SVN, will be available with the DP2.

    Thanks again for the report.

Similar Threads

  1. [CLOSED] V2.1 Desktop Window Maximize
    By Aurelio in forum 2.x Legacy Premium Help
    Replies: 7
    Last Post: Jul 30, 2012, 8:41 AM
  2. Maximize Desktop window
    By mono in forum 1.x Help
    Replies: 0
    Last Post: Jul 14, 2009, 10:26 AM
  3. [CLOSED] Statusbar bug on maximize window
    By juanpablo.belli@huddle.com.ar in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Apr 08, 2009, 5:04 AM
  4. [FIXED] [V0.8.0] window maximize
    By [WP]joju in forum Bugs
    Replies: 17
    Last Post: Mar 11, 2009, 6:17 AM
  5. Replies: 3
    Last Post: Feb 03, 2009, 5:57 PM

Posting Permissions