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.
Page Index Toggle Pages: 1
Inequalities (Read 1025 times)
Inequalities
Dec 29th, 2006, 10:35am
 
I've noticed in a couple definitions in the reference section that "<" is missing from the accompanying example code.  Found this out when errors popped up trying to run the copied code in a sketch.  I'd like to mention that otherwise this documentation is unbelievably appealing and helpful.
Re: Inequalities
Reply #1 - Dec 29th, 2006, 8:52pm
 
can you point me to the specific pages? i think it might just be the "<" not being encoded to html-entities.

F
Re: Inequalities
Reply #2 - Jan 2nd, 2007, 3:51am
 
These were the three that I noticed, but there may be more:

http://processing.org/reference/createImage_.html
http://processing.org/reference/updatePixels_.html
http://processing.org/reference/loadPixels_.html

The for loops are missing the "<".
Re: Inequalities
Reply #3 - Jan 2nd, 2007, 4:25am
 
the problem seems to be in the XMLs the html-files are created from. have to see how to fix that.

thanks for reporting!
F
Re: Inequalities
Reply #4 - Jan 9th, 2007, 6:51pm
 
Yes, an XML file problem. It's fixed in the files. Will be up for next web release. Thank you for tracking this down.
Page Index Toggle Pages: 1