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 applet
Page Index Toggle Pages: 1
Full screen applet? (Read 759 times)
Full screen applet?
Feb 23rd, 2007, 1:04am
 
Is it possible to run an in-browser full screen Processing applet?

My full screen I mean the full browser window.

Thanks!
Re: Full screen applet?
Reply #1 - Feb 23rd, 2007, 2:10pm
 
you could probably use a combo of CSS and HTML to make sure that the browser window was not scrollable, and set the embedded applet parameters to grab the height and width of the displayable browser area as the applet's starting size.

edit: css would probably be used to push the applet all the way into the upper left hand corner rather than displaying within the margins.
Re: Full screen applet?
Reply #2 - Feb 24th, 2007, 12:32am
 
You may want to have a look to this:
http://www.processinghacks.com/hacks/dynamicsize
and
http://processing.org/reference/param_.html
Page Index Toggle Pages: 1