Skip to main content
Known Participant
September 11, 2018
Answered

Second opened document window opens larger than monitor

  • September 11, 2018
  • 5 replies
  • 2736 views

... and you have to click the green button to bring the bottom bar into view every.single.time.

It's just a nuisance, anyway to remedy it?

Thanks

    This topic has been closed for replies.
    Correct answer BobLevine

    Just the Application Bar.


    Turn on the Application frame

    5 replies

    Jeremy AB
    Known Participant
    June 24, 2022
    rob day
    Community Expert
    Community Expert
    June 24, 2022

    The document window size can be scripted. This sets the active window to 75% of the available screen width and 90% of the available screen height.

     

     

    //the percentage of the horizontal and vertical screen space the document window occupies.
    //set as needed
    var hScale = .75
    var vScale = .9
    
    var x = 50;
    var y = 0;
    var sw = $.screens[0].right;
    var sh = $.screens[0].bottom;
    var w = Math.round ((sw*hScale)-x);
    var h = Math.round ((sh*vScale)-y);
    //bounds [bottom, left, top, right]
    app.activeWindow.bounds = [sh-(y+h), x, sh-y, x+w]

     

     

     

    mmdesignAuthor
    Known Participant
    September 13, 2018

    It's on iMac, not a laptop. Thanks for any help.

    Dropbox - IMG_9571.MOV

    mmdesignAuthor
    Known Participant
    September 17, 2018

    *crickets*

    BobLevine
    Community Expert
    Community Expert
    September 17, 2018

    Do you have both the application frame and application bar enabled?

    Under your interface preferences, what are the choices in the Panels area?

    hammer0909
    Community Expert
    Community Expert
    September 13, 2018

    Are you working on a laptop with an external monitor? Are you using multiple monitors? If working on a laptop, try disconnecting the external monitor and try it that way to see if the problem still occurs.

    Srishti Bali
    Community Manager
    Community Manager
    September 11, 2018

    Hi there,

    We are sorry to hear about this. I would request you to please share a small video of the issue so that I can try to reproduce issue at my end and share it with concerned team.

    Regards,

    Srishti

    mmdesignAuthor
    Known Participant
    September 11, 2018

    Hi Srishti

    I shot a short video with my iphone but don't know how to attach it.

    mmdesignAuthor
    Known Participant
    September 13, 2018

    Disappeared eh?