We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
P2P doesn't support GUI procedures such as createCanvas("picture");
Similarly, setting views_list doesn't recreate appropriate windows - because we don't know the type of each view.
Current workaround is to send individual observables such as:
views_list = ["p2pmanager1", "scriptinput2", "picture", "observablelist3"]; view_picture_type = "Canvas2D"; view_scriptinput2_type = "ScriptInput"; view_observablelist3_type = "ObservableList"; view_scriptinput2_tabs = ["PeerExperiment.id(635) > start", "PeerExperiment.id(635) > ACTIVE"]; view_scriptinput2_current = 0;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
P2P doesn't support GUI procedures such as createCanvas("picture");
Similarly, setting views_list doesn't recreate appropriate windows - because we don't know the type of each view.
Current workaround is to send individual observables such as:
views_list = ["p2pmanager1", "scriptinput2", "picture", "observablelist3"];
view_picture_type = "Canvas2D";
view_scriptinput2_type = "ScriptInput";
view_observablelist3_type = "ObservableList";
view_scriptinput2_tabs = ["PeerExperiment.id(635) > start", "PeerExperiment.id(635) > ACTIVE"];
view_scriptinput2_current = 0;
The text was updated successfully, but these errors were encountered: