Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

saveFrame() not working? #21

Open
jperals opened this issue Mar 10, 2014 · 1 comment
Open

saveFrame() not working? #21

jperals opened this issue Mar 10, 2014 · 1 comment
Assignees

Comments

@jperals
Copy link

jperals commented Mar 10, 2014

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.

@fjenett fjenett self-assigned this Mar 11, 2014
@fjenett
Copy link
Owner

fjenett commented Mar 11, 2014

Have to research what is going on ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants