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

ofxGui disabling ofParameterGroup events #3799

Closed
chaosct opened this issue May 3, 2015 · 1 comment
Closed

ofxGui disabling ofParameterGroup events #3799

chaosct opened this issue May 3, 2015 · 1 comment

Comments

@chaosct
Copy link
Contributor

chaosct commented May 3, 2015

The way ofGui widgets are implemented, is by having a local ofParameter and then making a reference to the ofParameter passed as an argument (example).

This means that ofAbstractParemeter::parent is not copied, preventing modifications of the value using the GUI to be notified to a ofParameterGroup holding the original ofParameter. Then ofParameterGroup::parameterChangedE is never fired.

I don't think this is the expected behavior.

I can propose a fix, but I'm afraid that there are some underlying details of ofParameter design I may not grasp.

@arturoc
Copy link
Member

arturoc commented Jun 18, 2015

closed via 5b2971a

@arturoc arturoc closed this as completed Jun 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants