frauzufall / ofxGuiExtended

ofParameter based GUI addon for openFrameworks; derived from the core OF ofxGui addon and ofxDOM.
MIT License
112 stars 29 forks source link

Menu slider groups not rendering correctly #62

Open roymacdonald opened 6 years ago

roymacdonald commented 6 years ago

Hi, I must say that your addon is quite impressive. There are a ton of features that I really like. Although, It is not able to render correctly when using menus. The slidergroups will not show up. This is what I get

screen shot 2017-11-01 at 23 03 46 screen shot 2017-11-01 at 23 04 03 screen shot 2017-11-01 at 23 04 15

I'm using the OF current github master. OSX 10.9.5. xcode 6.xx. I suspect this is neither a platform nor IDE issue.

I was trying to dig a bit but I don't have time right now to debug this. Maybe you have a clue on what happening.

cheers!

frauzufall commented 6 years ago

Hey, thanks for writing! I also had some issues in the last time with non-visible groups. The layout calculation is not perfect. I updated the repository, it should work now, let me know! Use a theme to set the width of the sliders (they are a bit short by default).. Also the formatting in the README got ugly at some point, the attributes are better readable now.

roymacdonald commented 6 years ago

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

roymacdonald commented 6 years ago

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 for file existence before loading might be a good thing. best