autoDraw and autoUpdate, not working as expected/confusing
Hi Reza,
I just wanted to point out that the setAutoDraw() and setAutoUpdate() functions of ofxUICanvas don't seem to do anything and should probably removed to avoid confusion (It had me stumped for quite a while).
I found your comment to use disableAppDrawCallback() instead (https://github.com/rezaali/ofxUI/pull/177), so that's what I'm doing now.
Jeff
Thanks Jeff. Will add that to the list of updates, hopefully to be done this summer.
Send over a pull request if you are so inclined and would want to see it happen sooner!
On Sun, Jun 15, 2014 at 5:05 PM, Jeff Nusz [email protected] wrote:
Hi Reza, I just wanted to point out that the setAutoDraw() and setAutoUpdate() functions of ofxUICanvas don't seem to do anything and should probably removed to avoid confusion (It had me stumped for quite a while). I found your comment to use disableAppDrawCallback() instead (https://github.com/rezaali/ofxUI/pull/177), so that's what I'm doing now.
Jeff
Reply to this email directly or view it on GitHub: https://github.com/rezaali/ofxUI/issues/206
Hey Reza, I've sent through a pull request. Thanks for the great addon.. I use it on nearly every project I do.