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 & HelpSyntax Questions › Full-screen mode
Page Index Toggle Pages: 1
Full-screen mode (Read 527 times)
Full-screen mode
Jun 22nd, 2006, 5:46pm
 
What's the latest on a full-screen mode, particularly for Windows?

I see kind of oblique references to it in the documentation (e.g. use screen.width to find out the screen size if you want to go into full-screen mode, without actually saying how to go into full-screen mode), and some older posts in the forums with some hacks that may or may not work on Windows, but not sure what's the best practice for this? Is it possible?

It's for a project that will be on some plasma screens in a store, and needs to be able to start automatically in a full-screen mode when the computers boot up in the morning.. so can't just do "Sketch->Present" from the IDE. Also, running in a web browser probably isn't possible because it uses live video input.

Thanks for any tips..
Re: Full-screen mode
Reply #1 - Jun 27th, 2006, 2:25am
 
use size(screen.width, screen.height, ...) and then export to application. in the faq there are notes about running exported applications in present mode, which will take things to full screen.
Re: Full-screen mode
Reply #2 - Jun 28th, 2006, 7:37am
 
This is also worth checking out. Fullscreen api
http://processing.org/discourse/yabb_beta/YaBB.cgi?board=os_libraries_tools;action=display;num=1150213949

It works for most people.. just not me, but worth to try out Smiley

-seltar
Page Index Toggle Pages: 1