Table box and Group with scroll in controlP5

edited August 2014 in Library Questions

Hi, recently I used the Sojamo library for make a GUI with multiple controls for different tasks. I need two things I could not do with the library:

1) Table box with scroll.- like the listbox item but with more columns. for example:

| DAY | MONTH | YEAR | | -----|-----------|-----------| | 31 | 5 | 2012 | | 12 | 2 | 2011 | .........

2) Group with scroll.- I need add various cursors to the GUI when is running, every cursor has 5 control buttons, if the user select "add cursor" the five controls of this cursor are placed like a radio button on the right of the GUI and when a second cursor is added its controls are placed above the buttons of the first cursor and so on. So, if the user add many cursors to the GUI obviously the area for them will end. As my GUI has many buttons I used accordions and groups to condense them, How can a I add a scroll to a group?.

Thanks!! :)

Tagged:
Sign In or Register to comment.