ControlIP5: questions regarding textfield, dropdownlist and buttons
First I have to say that I am completely new to Processing as well as to this kind of programming at all. It is only about a week that I have started researching this as I have to create a graphical interface for reading out and inputting data into an Arduino project that I am about to realize. For the interface I have found the ControlIP5 library to be a really great and helpful resource.
For the time being I’m still mostly working on the “graphical” part of the interface (actual functionality and related questions ;-) will come in a short while). I will need one single window with lots of textfields, some dropdownlists, some textlabels and some buttons. So far I have the following questions (which might seem quite easy for advanced users ;-)
1. In all the textfields I need to display and to enter numeric values up to about 9-10 digits. For display AND FOR INPUT, I would like to do this RIGHT-JUSTIFIED with DOTS as separation between groups of 3 digits (like in 1.000.000, after having entered the 1 and the first 3 zeros, the dot should appear automatically, and so on). Also, for input only digits should be allowed and only digits between 2 extreme values. Will I have to somehow (how?) implement all this manually or can it be configured automatically with ControlIP5?
2. Is there a possibility to “drop” a dropdownlist upwards instead of downwards? ;-) I’m asking because some of the dropdownlists will be positioned at the bottom of the window where the contents can not be seen entirely anymore when they open. It would be great if in that case they could open upwards.
3. Is it possible to make a text on a button span over a few lines?
Thanks a lot for your help. Other questions might follow later ;-)