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 › Specifying applet size by percentage in Firefox
Page Index Toggle Pages: 1
Specifying applet size by percentage in Firefox (Read 669 times)
Specifying applet size by percentage in Firefox
Nov 1st, 2009, 1:10pm
 
I have a processing sketch that I've exported to an applet. I'd like it to fill up the browser screen, so I've specified the applet size with lines like

width="95%" height="90%"

This seems to work fine in Google Chrome and Safari, but won't work in Firefox. When I change these values to absolute pixel numbers, the applet loads correctly. Any ideas as to what is going on?
Re: Specifying applet size by percentage in Firefox
Reply #1 - Apr 25th, 2010, 9:36pm
 
I have the same issue, trying to go 100%, 100%. Was this working with earlier versions?
Page Index Toggle Pages: 1