We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpSyntax Questions › Window Placement
Page Index Toggle Pages: 1
Window Placement? (Read 1103 times)
Window Placement?
Apr 28th, 2005, 10:39am
 
Is there a way to specify graphics window placement? Sometimes when switching between very large canvas and screen sized canvas the graphics window can pop outside the Windows screen and be out of reach.

I guess it's useful as a quick-and-dirty around the graphics window freezing bug as well.
Smiley

Mkn.
Re: Window Placement?
Reply #1 - Apr 28th, 2005, 7:42pm
 
unfortunately no.. although the app should never place a window off screen when you start it, unless the size() asked for is larger than the screen size. so that might just be a bug?
Re: Window Placement?
Reply #2 - Apr 28th, 2005, 8:50pm
 
Yep. For example when starting 0085 and running size() larger than screen dimensions in the first sketch the graphics window gets located halfway outside top left corner. I'm running the WinXP version.

This wouldn't be a problem unless Win doesn't let you move windows unless the top drag bar is accessible with mouse... :/
Page Index Toggle Pages: 1