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 › AutoFormat Fails
Page Index Toggle Pages: 1
AutoFormat Fails (Read 2464 times)
AutoFormat Fails
Mar 16th, 2008, 6:31am
 
Hello,

I found this example in a topic:

Code:

void setup() {
size(100,100);
frame.addMouseWheelListener(
new MouseWheelListener()
{
void mouseWheelMoved (MouseWheelEvent e)
{
println( e.toString() );
}

}
);
}
void draw() {
}



When I try to AutoFormat this, it fails and spits an error called "1024" and on top of everything is: "java.lang.ArrayIndexOutOfBoundsException: 1024"

I'm on OSX, should I fill a bug report about this? Can anyone confirm running on similar or other systems?
Re: AutoFormat Fails
Reply #1 - Mar 16th, 2008, 9:08am
 
no problem on my macmini, under tiger and 0135 beta.
Re: AutoFormat Fails
Reply #2 - Mar 16th, 2008, 4:28pm
 
autoformat just kinda stinks right now.. it'll be replaced in the next few months.
Page Index Toggle Pages: 1