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 & HelpIntegration › P5 Fullscreen + Eclipse
Page Index Toggle Pages: 1
P5 Fullscreen + Eclipse (Read 848 times)
P5 Fullscreen + Eclipse
Feb 3rd, 2006, 5:31pm
 
I'm trying to write an app in Eclipse that sends data to two PApplets simultaneously, one of which is running in full-screen on a secondary display adaptor (my Powerbook G4's VGA out port).  I realize I could use object serialization across a socket to communicate, but I'd rather just press "run" in one console and have everything go from there.  One of the PApplets will be a "preview" window (not full screen) and the other will be full-screen and be projected as part of an interactive piece.

What's the initialization stuff I need to do to assign a new PApplet() to start in full screen on a specific secondary display?
Page Index Toggle Pages: 1