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.
IndexSuggestions & BugsWebsite,  Documentation,  Book Bugs › Mouse Error on zhe Zoom example
Page Index Toggle Pages: 1
Mouse Error on zhe Zoom example (Read 1585 times)
Mouse Error on zhe Zoom example
Apr 22nd, 2005, 1:10pm
 
These error appears on the http://processing.org/learning/examples/zoom.html example:
Code:

java.lang.NoSuchMethodError

at processing.core.PApplet.handleMouseEvent(PApplet.java:1187)

at processing.core.PApplet.dequeueMouseEvents(PApplet.java:1165)

at processing.core.PApplet.display(PApplet.java:1078)

at processing.core.PGraphics.requestDisplay(PGraphics.java:357)

at processing.core.PApplet.run(PApplet.java:914)

at java.lang.Thread.run(Unknown Source)


when ever the mouse hits the applet

edit:

it happens on every applet. I use Firefox with Java(TM) Plug-in: Version 1.3.1_02
Using JRE version 1.3.1_02 Java HotSpot(TM) Client VM
Re: Mouse Error on zhe Zoom example
Reply #1 - Apr 22nd, 2005, 4:53pm
 
to clarify... you receive this error when the mouse hits every applet? or the applets with mouse handling?
Re: Mouse Error on zhe Zoom example
Reply #2 - Apr 25th, 2005, 9:32am
 
Yes, in every applet, regardless if there is an mouse handling
Re: Mouse Error on zhe Zoom example
Reply #3 - Apr 25th, 2005, 3:14pm
 
same error as here, it's been fixed already for 86:
http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1114147314;start=4

workaround is to install java 1.4, it's a problem where PApplet was using a method not available in java 1.3
Page Index Toggle Pages: 1