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 › making processing "present" on open
Page Index Toggle Pages: 1
making processing "present" on open (Read 567 times)
making processing "present" on open
Sep 29th, 2007, 10:02pm
 
Hi Everyone,

I'm trying to get a processing piece to load on startup. I've tried export & exporting application  and eveything goes pear shaped with java problems. The script runs really well in present mode (winxp).

I've put the .pde in the startup folder, but was wondering is there any way to alter porcessings prefrences file to make processing "present" (ctrl+shift+R) on program startup. I need the machine to run the .pde in present mode on startup because i won't always be there to click the present button.

Thanks in advance

Bosscock
Re: making processing "present" on open
Reply #1 - Sep 30th, 2007, 4:56pm
 
the only method is to export as an application, using the --present option (as described in the reference), and then set the .exe to run on startup.
Page Index Toggle Pages: 1