FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Programming Questions & Help
   Syntax
(Moderators: fry, REAS)
   refresh/reload applet
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: refresh/reload applet  (Read 305 times)
Frederic
Guest
Email
refresh/reload applet
« on: Jan 28th, 2004, 10:41pm »

Hi,
 
i need to set back all values and delete all objects and i don't want to mess with doing all that 'manually'.  
Is there a possibility to refresh the whole applet? or an easy workaround?
 
Thanks!
 
mKoser

WWW Email
Re: refresh/reload applet
« Reply #1 on: Jan 29th, 2004, 2:53am »

i guess one (REALLY LAZY) way of doing it, would be to simple make a URL-link to the page which contains the applet .... and thereby just reloading the entire HTML page .... hmmm, a silly way of doing it, but easily achieved!
 
look here in the reference:
http://processing.org/reference/link_.html
 
+ mikkel
« Last Edit: Jan 29th, 2004, 2:53am by mKoser »  

mikkel crone koser | www.beyondthree.com | http://processing.beyondthree.com
Frederic
Guest
Email
Re: refresh/reload applet
« Reply #2 on: Jan 31st, 2004, 1:07pm »

Not exactly what i was looking for, but thanks!
 
arielm

WWW
Re: refresh/reload applet
« Reply #3 on: Jan 31st, 2004, 6:17pm »

i guess there's no easy workaround: "resetting the game manually" is something that has to be taken in count at the software architecture level.
 
and in general, refreshing web pages that contain java applets is eating a lot of fresh RAM...
 

Ariel Malka | www.chronotext.org
mKoser

WWW Email
Re: refresh/reload applet
« Reply #4 on: Jan 31st, 2004, 7:35pm »

Quote:
and in general, refreshing web pages that contain java applets is eating a lot of fresh RAM...  

woops
 

mikkel crone koser | www.beyondthree.com | http://processing.beyondthree.com
Pages: 1 

« Previous topic | Next topic »