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.
IndexSuggestions & BugsSoftware Bugs › Change Display Window Size
Page Index Toggle Pages: 1
Change Display Window Size? (Read 1019 times)
Change Display Window Size?
Dec 13th, 2005, 5:07am
 
Any way to change the size of the display window during execution?  I would like to do a preview of an image and if satisfactory rerender it in a much larger display (larger than the screen size) for a digital print.  Size and saveFrame with a display size larger than the screen work if size is called only once in setup.  A second call to size (not in setup (yeh I know)) almost works.  The buffer apparently gets allocated and saveFrame saves the new size but drawing appears to be disabled.  An alternative would be to have scroll bars on the display if it is larger than the screen.
Thanks
Re: Change Display Window Size?
Reply #1 - Dec 13th, 2005, 5:02pm
 
Ben was working on changing the display window during execution yesterday and it is a priority.
Re: Change Display Window Size?
Reply #2 - Dec 13th, 2005, 5:37pm
 
hm, this part of it should mostly work. unless you try to change the renderer when you change the size. i assume that's not what's happening tho because that should give you an error.

i've filed a bug for it:
http://dev.processing.org/bugs/show_bug.cgi?id=243
i'll close this thread so that followup can happen there. and you can add yourself to the cc list on the bug if you want to be notified when it gets straightened out.
Page Index Toggle Pages: 1