ofTheo / ofxControlPanel

A flexible control panel based gui addon for openFrameworks
93 stars 46 forks source link

fixes for 007, adding autocontrolpanel #19

Closed kylemcdonald closed 5 years ago

kylemcdonald commented 13 years ago

this is basically the version i've been using for the last year. someone was asking me why ofxControlPanel doesn't work with my projects, so i decided i needed to post my fork.

ofTheo commented 13 years ago

curious about the fps printing in the bottom left corner. seems a bit more like a personal preference rather than a good default no? I think if you were to have it it would be more appropriate in the menu of the panel.

anyway I would be tempted to leave that out, how it currently is.

we should do an ofxControlPanel jam session and work out all the remaining bugs / grievances :)

kylemcdonald commented 13 years ago

fps could be integrated into the control panel, but i've been very happy with it at the bottom right. it works nicely with another version i have of ofxAutoControlPanel where that space is always used for messages that are set with ofxAutoControlPanel::setMessage(string).

i'd be glad to hack on ofxControlPanel with you some more -- but i also think if we just hack ofGui a little more and push it into the core, we can get the majority of the functionality we normally need with that.

bilderbuchi commented 13 years ago

I'd also be glad to help where/if I can, time permitting.

Which Gui to push is probably a strategy question. Do we want to have one GUI addon for everyone/everything or keep ofGUI primitive, and develop ofxControlPanel as the advanced one? Is it feasible/possible to implement an "advanced mode" mechanism in ofGui or "simple mode" in ofxControlPanel, to kill two birds with one stone, and reduce the maintenance effort of having two different Gui solutions?

dimitre commented 13 years ago

Count on me on testing, I've made some tweaks to make it work on 007 and I'm using almost every feature of ofxControlPanel Interface

kylemcdonald commented 13 years ago

just pulled some more additions from dan. i'll just start pointing people to my repo for now.

galliumexperience commented 11 years ago

Hey guys, I'm running ofxControlPanel on oF 0071 on windows, I get the bLoaderOk error, any fix on this? thank you!!!

......\libs\openFrameworks\graphics\ofTrueTypeFont.h||In member function 'virtual void guiTextBase::setFont(ofTrueTypeFont*)':| ......\libs\openFrameworks\graphics\ofTrueTypeFont.h|74|error: 'bool ofTrueTypeFont::bLoadedOk' is protected| C:\openFrameworks\of_v0071_win_cb_release\addons\ofxControlPanel\src\guiTextBase.cpp|16|error: within this context| ||=== Build finished: 2 errors, 0 warnings ===|