-
Notifications
You must be signed in to change notification settings - Fork 112
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
ability to force event callback? #92
Comments
update: quick fix - ofxDatGuiSlider.h:
and ofxDatGuiTextInput.h:
but maybe there's an easier way |
Same technique, but with no need of modifying the source code:
|
i'm also looking for such a solution
|
Hi, everyone. I just added a
In the case of Matrices & ScrollViews the dispatched event object will contain the last This is experimental and currently only available on the dev branch so please test and report any issues you experience. Once this is stable I will merge it into master and update the docs. Thanks. |
I think we can close this issue since dispatchEvent() seem to do the trick (and it works fine) |
Hi -
thank you again for the fantastic addon.
I have a question: is there a way to force a component to run its assigned callback?
For instance, in setup():
i.e.:
Thanks!
[Note: I'm using both lambda and normal callbacks so would be great to have a solution that works for both.]
Thanks!
The text was updated successfully, but these errors were encountered: