Philip Whitfield

Results 67 comments of Philip Whitfield

Hi. Cool you are trying this on a mac. Yes, it requires C++11. Typeindex is one of the new types. This one: http://en.cppreference.com/w/cpp/types/type_index Is this the only error so far?

Maybe this answer helps? http://stackoverflow.com/questions/9345271/xcode-4-3-and-c11-include-paths

Ok, but don't worry. OF will soon officially support c++11 on Mac as well. I think even with the next planned release AFAIK...

already implemented for mac

Hmm I don't have visual studio installed, so I can't test it. But do you have some more information about where the stackoverflow occurs? If you run it with the...

ok, good to hear it's a little better now. Just one question. Are you using the createFenster method to position the windows (https://github.com/underdoeg/ofxFenster/blob/master/src/ofxFensterManager.h#L33) or setWindowPosition (https://github.com/underdoeg/ofxFenster/blob/master/src/ofxFenster.h#L149) ? The first directly...

Hmm strange that negative x is not working. I will look into it. But I've fixed the Y coordinates in setWindowPosition. It shouldn't be from the bottom now.

Thanks for your report. Can you give me a little more information? E.g. what platform you're on?

while we're at it, we should also implement an optional min, max of fenster size when resizing

partially implemented for linux