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 & HelpIntegration › refreshing image in applet
Page Index Toggle Pages: 1
refreshing image in applet (Read 693 times)
refreshing image in applet
Jun 18th, 2006, 7:42pm
 
hi,

I`m sending filenames to applet with upd via udp-library,
it works fine, except applet won`t refresh unless receive mouse
click/keypress - any workaround for that?
i expect it might be limitation of a applet,
do you know is there any way of simulating a keypress from
command line/perl script etc than applet will like?

thanks for any help

best,
wojciech
Re: refreshing image in applet
Reply #1 - Jun 19th, 2006, 8:13am
 
can allways run keyPressed(); or mousePressed();
Page Index Toggle Pages: 1