@stephanschulz wrote:
I was hoping to have 2 ofxPanel GUIs.
ofxPanel gui_admin; ofxPanel gui_user;
One is for the admin and uses the standard GUI size.
And the other for the user which I was hoping can have larger sliders and buttons; i.e.Using
group_user.setDefaultHeight(50);
works but changes the size for both guis.
thanks for any tip.
Posts: 1
Participants: 1