Hello, looking for a way to create a number box like the Pure Data one,
Any ideas please? Is a simple box with a cursor. Enter a number or change it by mouse drag.
Hello, looking for a way to create a number box like the Pure Data one,
Any ideas please? Is a simple box with a cursor. Enter a number or change it by mouse drag.
I think the controlP5 library has such a control. You can install the library from the Contributions Manager in Processing. Simply select Sketch > Import Library > Add Library from the menus
Thank you very much, how fast!!
I found a textfield made by GoToLoop, but I could not implement it in my code.
Iām just trying to make a Pure Data like number box. I will get it, thank you