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.
IndexDiscussionExhibition › projecting a sketch
Page Index Toggle Pages: 1
projecting a sketch (Read 454 times)
projecting a sketch
Jan 21st, 2009, 9:15am
 
I am an art student looking at projecting a sketch I have made for a critique class.  

I was wondering how people would recommend presenting with an lcd projector.

I suppose i want something like the present mode (shift+cmd+r) but without the stop in the bottom.  is there a way of running a sketch full screen?

thanks
TB
Re: projecting a sketch
Reply #1 - Jan 21st, 2009, 1:12pm
 
1)
the stop button can be hidden by either setting it's color in the preferences.txt (see preferences window in processing, path is at the bottom). in the text file there should be a line saying "run.present.stop.color=#cccccc", change that to the same value as stated in line "run.present.bgcolor=#666666". make sure to quit processing before editing the preferences.txt, otherwise it's gonna be overwritten when processing quits.

2)
export as application and add a main function as explained here:
http://dev.processing.org/reference/core/javadoc/processing/core/PApplet.html#main(java.lang.String[])
then pass "--hide-stop" to papplet as stated here:
http://www.processing.org/reference/environment/export.html#present

best and good luck with the presentation
F
Page Index Toggle Pages: 1