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 › launching other sketches
Page Index Toggle Pages: 1
launching other sketches (Read 638 times)
launching other sketches
Oct 19th, 2009, 3:53am
 
Hi there,
I would like to know if it is possible for a sketch once run to open and lauch other sketches ?
I have several sketched communication via OSC, and I was just wondering if I could avoid to open every sketch by hand at init time .
Thanks for your answers.
Alex
Re: launching other sketches
Reply #1 - Oct 19th, 2009, 4:10am
 
A solution is to make some batch/shell file to run all sketches...
Another is to use exec() or open() to run exported sketches.
Page Index Toggle Pages: 1