Dynamic desktop window

  1. #1

    Dynamic desktop window

    Hi,

    I have to create desktop windows.
    Currently I use this kind of code :
      app.getDesktop().createWindow({
        title: 'My title',
        resizable: true,
        minimizable: true,
        maximizable: true,
        width: 300,
        height: 200,
        closeAction: 'destroy',
        layout: "fit"
      }).show();
    I want to display this window with autoShow = true
    But if I set autoShow: true in the config, the window does not displayed correctly in the task bar of the desktop.

    What have I forgotten?

    Thanks,
    Yannis.
    Last edited by geoffrey.mcgill; Dec 04, 2013 at 2:07 AM.
  2. #2
    Hi,

    Is there anybody can help me to find a way to create a desktop window on client side with autoshow = true?
    I'd like to avoid the animation of the show method.
    It's really quickly with the autoshow, but when I create the window, it does not appear on the task bar at the bottom of the desktop.

    Thanks.

Similar Threads

  1. Replies: 0
    Last Post: Oct 24, 2012, 12:20 PM
  2. Replies: 7
    Last Post: Feb 09, 2012, 11:17 AM
  3. Close dynamic window
    By Dominik in forum 1.x Help
    Replies: 0
    Last Post: May 04, 2010, 8:47 AM
  4. Dynamic window title
    By phillipl in forum 1.x Help
    Replies: 3
    Last Post: Dec 16, 2009, 6:03 AM
  5. Replies: 4
    Last Post: Oct 05, 2009, 3:15 PM

Tags for this Thread

Posting Permissions