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 & HelpPrograms › Screen resizing and scale
Page Index Toggle Pages: 1
Screen resizing and scale (Read 775 times)
Screen resizing and scale
May 7th, 2010, 7:38am
 
Hi I want the output window to be re-sizable using
frame.setResizable and everything inside of it to be scaled depending on the size of the window

I also want to use the full size of my computer screen to be able to draw on the smaller output window.

Any help would be appreciated

Thanks
Re: Screen resizing and scale
Reply #1 - May 7th, 2010, 8:07am
 
Well, you have found setResizable, so you have most of the solution, no?
Scaling: it is good practice to make your sketch proportional to 'width' and 'height' variables anyway...
Full screen: lot of forum threads on that topic, search also 'presentation mode'.
Re: Screen resizing and scale
Reply #2 - May 7th, 2010, 8:24am
 
Thanks I want to be able to minimize the output window and it still be active.

I'm trying to track mouse movement. I want to be able to draw on my screen and it record on the output window.
Page Index Toggle Pages: 1