I am using a dropdownlist, my problem is, when i open it, it does not overlap other Controls. It seems like the other Controls are drawn after the Dropdownlist.
the bottom part of the Picture shows my Problem, the Controls are drawn over the dropdownlist.
I found this:
http://forum.processing.org/topic/controlp5-depth but its no solution for me, because i am adding many controls dynamically at runtime.
i have a problem, i am currently building my GUI with the ControlP5 Library. I use some textfields to collect user input, now to my problem.
I am not able to change the lable of the Textfield because the function .setLabel() is deprecated (ok it works, but i dont like warnings in my code), so i tried to hide it, but the function .setLabelVisible(arg0) wont work.
So what to do? I'm out of ideas. :(