coffeescript-mode-processing icon indicating copy to clipboard operation
coffeescript-mode-processing copied to clipboard

saveFrame() not working?

Open jperals opened this issue 10 years ago • 1 comments

When calling saveFrame(), I get an error message from Processing.js saying "Processing.js does not support open()."

Apparently, saveFrame() calls save(), which attempts to open a new browser tab (or window) with the JavaScript function window.open(). My guess is that Processing.js thinks that the programmer meant to use Processing's open() function, which is not implemented and thus fires an error message.

When using Processing.js, either with Processing or with Javascript syntax, this doesn't seem to happen.

jperals avatar Mar 10 '14 22:03 jperals

Have to research what is going on ...

fjenett avatar Mar 11 '14 19:03 fjenett