IOS APP screenSize in iphone6 plus not correct
I've had similar issues to this in the past, but i haven't used the newer devices yet.Previously what told Xcode etc that you're working on a larger screen is to have the correct sized and named...
View ArticleAre there any plan for supporting CLion?
Addons have pretty much src in their root (most of them at least). I'm saying this because not all addons published will have the cmake counterpart (looked at the way you're currently including an...
View ArticleAre there any plan for supporting CLion?
Can you add some support for 0.8.4? Can't get it to compile, but CLion has recognised the project correctly, and added the dependency too.
View ArticleAre there any plan for supporting CLion?
src part is not the problem, the libs part is. For example ofxOpenCv has a library inside. You have to add ofxOpenCv/libs/opencv/include and ofxOpenCv/libs/opencv/include/opencv to...
View ArticleAre there any plan for supporting CLion?
Got it, the current approach is perfect then. If the addon doesn't have a cmake file, then it'll break the build.
View ArticleAre there any plan for supporting CLion?
I will try version detection but I must say I don't know a single thing about CMake :)
View ArticleAre there any plan for supporting CLion?
I can add an error message "ofxSome3rdParty addon does not have an addon_config.cmake file!" so it will be more obvious.
View ArticleAre there any plan for supporting CLion?
Me neither If it's too much a hassle, I'll just upgrade to 0.9. We can deal with backward compatibility later on when 0.9.1 is released.
View ArticleAre there any plan for supporting CLion?
Great! I'll just make addon_config.cmake files for all standard addons and clean up some of the mess.
View ArticleAre there any plan for supporting CLion?
I've forked the projectGenerator project here: https://github.com/judepereira/projectGenerator I'll start patching it now. @SFBurning, let me know what your github username is, will add you as a...
View ArticleCouldn't find libOFAndroidApp.so
Hi,I followed Android guide and I'm trying to build an example for Android (I tried AndroidEmptyExample and AndroidImageExample) with no success I think the significant error is: 01-03 17:33:45.050...
View ArticleLock exposure settings on Macbook Pro webcam. Any tips?
Hi all,I'm trying to lock the exposure settings on the inbuilt webcam on the Macbook pro (running El Capitan) and can't figure out how to do it.I've seen solutions based on using...
View ArticleLock exposure settings on Macbook Pro webcam. Any tips?
Hi there! When I do or move an installation, I always calibrate the settings to a site-specific, with that exact application. On the first time, I also looked around for other solutions, but since...
View ArticleLock exposure settings on Macbook Pro webcam. Any tips?
Hi hubris!Thanks for the tip. Will try it out!
View ArticleTextField on iOS without using UIKit?
I never tested it on mobile platforms, I will take a look at it as I assume it just doesn't have the listeners setup for the keyboard input
View ArticleAre there any plan for supporting CLion?
all addon_config.cmake files are done (except Emscripten), and I am able to get the oF version number. I guess that's it for me today.
View ArticleTextField on iOS without using UIKit?
ahhhh ok, I haven't really used listeners much, thanks for looking into it!
View ArticleTextField on iOS without using UIKit?
As a current work around I would try following this example https://github.com/openframeworks/openFrameworks/blob/master/examples/ios/KeyboardExample/src/ofApp.mm and then just use the setText feature...
View ArticleRight way to save settings of vector of ofParameter in a ofxguiGroup /...
Hi everyone ! I'm using a vector of OfParameter as I only know in the setup function how many sliders, ... I will have in my Gui.It's working pretty straight forward but when I try to save the...
View Article