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.
IndexDiscussionGeneral Discussion,  Status › Processing 0133
Page Index Toggle Pages: 1
Processing 0133 (Read 943 times)
Processing 0133
Oct 26th, 2007, 8:18pm
 
release for a handful of bug fixes, now online.

just as i was posting this release, i've found that opengl applets may be broken and will cause security exceptions when run. seems that sun has moved to another model for launching applets, which i'll move to sometime next week when i have time. opengl-based applications should work fine.

if you need to export an applet that uses opengl, you can copy libraries -> opengl from release 0130, however you'll lose anything that's been added since 0130 (like the smoothing).


ABOUT REV 0133 - 26 October 2007

An important bug fix that was breaking "Export to Application" with
OpenGL sketches, plus some smaller fixes.

[ bug fixes ]

+ Fix problem with "Export to Application" with OpenGL sketches.
 http://processing.org/discourse/yabb_beta/YaBB.cgi?board=OpenGL;action=display;num=1193142573

+ Fix problem that occurred when user canceled the "Create the
 folder, move the sketch, and continue?" message.
 http://dev.processing.org/bugs/show_bug.cgi?id=658

+ Make the ESC key cancel rename when renaming a sketch or a tab.

+ Make Cmd-W (or Ctrl-W) close a running applet window.

+ Fix background() with beginRaw() and P3D.

+ Fix hint(ENABLE_DEPTH_SORT) when used with begin/endRaw()

[ changes ]

+ Add focus requests to PApplet in the hope of improving
 focused state of applets when they open.
 http://dev.processing.org/bugs/show_bug.cgi?id=645

+ Updated reference for new menu/toolbar setup.

+ Add notes about ClassVersionErrors to the reference.

+ Notes about mousePressed() and noLoop() to the reference.
Page Index Toggle Pages: 1