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 › Few typos in Learning->Topics->Buttons
Page Index Toggle Pages: 1
Few typos in Learning->Topics->Buttons (Read 651 times)
Few typos in Learning->Topics->Buttons
Oct 9th, 2007, 5:09pm
 
In the sections that are commented, it says "define and create rectangle button", where in fact it's creating circles.

----------------------------------------
 // Define and create rectangle button
 buttoncolor = color(204);
 highlight = color(153);
 circle2 = new CircleButton(130, 110, 24, buttoncolor, highlight);

 // Define and create rectangle button
 buttoncolor = color(153);
 highlight = color(102);
 circle3 = new CircleButton(130, 140, 24, buttoncolor, highlight);
Re: Few typos in Learning->Topics->Buttons
Reply #1 - Nov 24th, 2007, 11:09pm
 
Thank you for finding this error. It will be fixed for the next release.
Page Index Toggle Pages: 1