ofxUI
ofxUI copied to clipboard
[DEPRECATED] UI Addon for openFrameworks
I am working with the addon ofxUi in version 9.8 of OF. I have a problem with the canvas and the styles of them. When I place the canvas in...
`ofxUINumberDialer`'s inherited `font` field never seems to be set to a valid `ofxUIFont` until it is added to a parent `ofxUICanvas`. This causes `ofxNumberDialer` to segfault when doing anything that...
setSingleSelected not updating selectedIndices
Hi! I'm facing with a situation where I have to manually set properties of each widget added to the main canvas gui: ``` w= gui->addSlider("BACKGROUND",0.0,255.0,100.0); w->setDrawOutline(true); w->setColorOutline(ofColor(255)); w = gui->addToggle("FULLSCREEN",...
Hi! I'm using from a little bit this add ons and I love it so far. I have seen that there is a theming system but it lacks documentation or...
Hey Reza, thx for the fix. Now it looks like ofxUIOFWrapper makes use of ofDrawCircle etc. So we lost compatibility to 0.8.4 =)
Sometimes I record presets in xml files, and some radios are directory listing. If I change adding more items to the folder I have to load and save again every...
since openframeworks is now getting bigger, and actually slightly easier what with ofParameter, i think ofxUI needs to incorporate it. its a great and easier way to interact and make...
ofxUIImage doesn't fire mouse events! A ofxUICanvas with some ofxUIImage and a listener ofAddListener(gui->newGUIEvent,this,&ofApp::guiEvent); When clicking inside a ofxUIImage drawn on screen no EVENT is fired. Can this behaviour be...
Hi, Is it possible to change the position of the slider name so that it appears above the slider itself? I saw the code in "ofxUISlider.cpp" but I can't see...