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 & BugsSoftware Bugs › .. must use a qualified name ..
Page Index Toggle Pages: 1
.. must use a qualified name .. ? (Read 1386 times)
.. must use a qualified name .. ?
May 11th, 2005, 7:13pm
 
/Users/fjenett/Library/Processing/build/Temporary_6383_5921.java:298:24:298:30: Semantic Error: The static type "Temporary_6383_5921$PWidgetHandler" must use a qualified name to access the non-static member type "Temporary_6383_5921$PWidget" of the enclosing type "Temporary_6383_5921".

complains about a passed variable in an interface .. ?? worked before BETA ... any ideas?

Code:

interface PWidgetHandler
{
void handle(PWidget _widget);
}


F
Re: .. must use a qualified name .. ?
Reply #1 - May 11th, 2005, 7:50pm
 
bummer.. have searched around the net a bit and it looks like a jikes bug. i tried compiling the same code w/ javac and it was fine. maybe time to wire in javac as an alternate compiler.
Re: .. must use a qualified name .. ?
Reply #2 - May 11th, 2005, 7:51pm
 
that said, you might try putting the separate objects in separate .java tabs, though you'd have to pass around the PApplet parent object in order to have it talk to the main applet.
Re: .. must use a qualified name .. ?
Reply #3 - May 11th, 2005, 10:23pm
 
k. got it working, thanks!

quick hershey-font-library:
http://bezier.de/hfont/

example:
http://bezier.de/hfont/applet/

F
Re: .. must use a qualified name .. ?
Reply #4 - May 13th, 2005, 3:44am
 
closing thread because this is now added to the new bugs database, and all followup should happen there.
http://processing.org/bugs/show_bug.cgi?id=8
the link will work once we've moved to the new site.
Page Index Toggle Pages: 1