Is it still possible to reposition tabs in cp5?
form this reference it says to use ControlWindow.setPositionOfTabs(int, int) but ControlWindow is deprecated.
http://www.sojamo.de/libraries/controlP5/reference/controlP5/Tab.html
ControllerGroup.setPosition(int, int) doesn't work, at least just playing with the example, like this:
cp5.getTab("extra").activateEvent(true).setId(2).setPosition(30, 40);
↧
controlp5 tab positioning (deprecated?)
↧