Page 1 of 1

Position modal dialog

Posted: Fri Jan 16, 2015 11:59 pm
by uelandbob
When I open a substack with

Code: Select all

modal stack "ModalDialog" 
it appears in the middle of my 2400x1400 screen, which is half a mile from my main stack :evil: . Is it possible to position the modal dialog, closer to the main stack? If not is there a way to use sheets like in a normal Cocoa application (a semi transparent sheet the is attached to the main stack window).

Re: Position modal dialog

Posted: Sat Jan 17, 2015 12:24 am
by FourthWorld
The sheet command will give you sheet behavior on OS X, and will make the dialog window-modal on Windows.

Re: Position modal dialog

Posted: Sat Jan 17, 2015 12:31 am
by uelandbob
Thank you Richard, just what I was looking for :D
and with blending I can make it semi transparent too