Roy Macdonald

Results 188 comments of Roy Macdonald

great! I'll take a look and let you know. cheers

Hi, thanks for the update. Now it renders correctly. Yet a different/new issue arose. The app crashes when you try to load a theme or font that doesn't exist. Checking...

sounds like a great idea. Have you tried out [BFG](https://rtyley.github.io/bfg-repo-cleaner/) ? Might work for the task and claims to be a lot faster than the regular git commands.

Hi, I've found that the easiest way to support ARC and for this addon to work with OF0.12 is to add the `-fno-objc-arc` flag to ofxAudioUnitCocoaUtilties.mm. Check this screenshot on...

@artificiel certainly it would be great, but it falls out of the scope of this. Although a post compile would not fix this issue as it is a compilation issue.

@artificiel I get what you mean. :) I just meant that discussing any fix to the PG was out of the scope of this issue and addon. But for sure...

Hi @crecord Thanks for letting me know. Glad to know this addon is useful to you. That line was added to fix another issue related to dragging. I am using...

Hi @crecord, I checked and I can no longer reproduce the problems commit that https://github.com/roymacdonald/ofxCameraSaveLoad /commit/cc83cac3273757ba04de654587b0ebf4013f2845 was supposed to fix. Anyways, I think it is much worse not being able...

Hi @hardjob Take a look at this http://dlib.net/compile.html and this http://dlib.net/dlib/image_loader/load_image_abstract.h.html#load_image You need to make sure that the preprocessor directive `DLIB_GIF_SUPPORT` is not defined. Btw, there's no official support for...

@sebasobotka thanks for answering! :)