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 › fullscreen sketch option--program exit
Page Index Toggle Pages: 1
fullscreen sketch option--program exit (Read 364 times)
fullscreen sketch option--program exit
Feb 27th, 2010, 3:26am
 
I have a sketch that when compiled I choose the fullscreen option and it works fine--but there is a tiny little "stop" button in the bottom left hand corner that exits the program--how can I change this to a much larger button and use a jpg--I imagine this would involve not using the fullscreen compliller option and actually putting some fullscreen code actually in the processing code--and also the exit button
Re: fullscreen sketch option--program exit
Reply #1 - Feb 27th, 2010, 3:39am
 
Just draw the image in your code, and when user clicks in this area, call exit().
Page Index Toggle Pages: 1