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 › export applet exports old code
Page Index Toggle Pages: 1
export applet exports old code (Read 1303 times)
export applet exports old code
Sep 18th, 2006, 5:23am
 
Maybe this wouldn't be seen as a bug, but for me it is.

I have "use external editor" checked (xemacs), and this works fine when I'm running my code within processing- modifications are used when I hit the play button. However, when I export to applet, any changes since the last "play" operation are not detected & exported.

Another (presumably known) issue: for most of my code the "stop" button in processing doesn't work- I have to hit the close button on the display window to close it and stop the code running.
Re: export applet exports old code
Reply #1 - Sep 18th, 2006, 2:14pm
 
yeah, the stop issue is a known bug, but was on my todo list and not in the bugs db. so i've added it:
http://dev.processing.org/bugs/show_bug.cgi?id=396

and i've added code for the export options to make them reload the same way that run does, so that should work in 0116 when it's released. in the meantime, just hit 'run' before exporting.
Page Index Toggle Pages: 1