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 › Display many windows
Page Index Toggle Pages: 1
Display many windows (Read 270 times)
Display many windows
Mar 18th, 2009, 4:27pm
 
Hello.

How to display two or more separated windows ?
it is possible ?

for example:

void setup() {  // this is main window
 size(200,200);
}

I would like to create another one with size for ex. 400,400
next to main window;

Thanks for help Wink

Peace.
Re: Display many windows
Reply #1 - Mar 18th, 2009, 5:27pm
 
http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Syntax;action=display;num=1211220206

Haven't done anything with it yet, but there are some possible solutions in the above thread.
Re: Display many windows
Reply #2 - Mar 18th, 2009, 5:40pm
 
Thank You very much, now I know it is possible Smiley

I'm trying to write a program which opens the second window with size of an loaded image.

Someone has any ideas ?
HELP;]
Page Index Toggle Pages: 1