-
Notifications
You must be signed in to change notification settings - Fork 387
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setting IGV window width & height via port or batch file interface #161
Comments
There's no way to manipulate actual width and height of the window, IGV.Bounds=267,22,1150,800
|
I see. That should be good enough. Thanks! |
By this way a window size larger than the screen size is not allowed. Is there any way that I can preset a window size which is not constraint by the screen size, without debugging the source code? Many thanks. |
I don't understand what you are asking, how could you present a window
larger than the screen?
…On Wed, Nov 22, 2017 at 2:13 AM, Jing Su ***@***.***> wrote:
By this way a window size larger than the screen size is not allowed. Is
there any way that I can preset a window size which is not constraint by
the screen size, without debugging the source code? Many thanks.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#161 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AA49HPREtypy9SJsLYQgi4WsrGh8a2sHks5s4_PKgaJpZM4FcXRz>
.
|
Why always is "IGV.Bounds=0,0,1150,800" |
Dose you screen support that resolution? That is not meant to be a user-settable value, it simply records the size of the IGV window when it is shut down. Setting this is not a supported function. |
Is there a way to control IGV window width & height through these interfaces?
Currently, I'm not finding a way to do this, and end up with screenshots that aren't wide enough (or tall enough, although I see that maxPanelHeight can be used to deal with height).
The text was updated successfully, but these errors were encountered: