ControlP5 buttons not firing with jython?
in
Contributed Library Questions
•
3 years ago
Hi,
I'm using jython and controlp5 to make a gui. The button clicks never reach the specified function for the button.
Button:
controlP5.addButton("buttonA",0,100,100,80,19);
Method:
def buttonA(self) is never fired.
Any sugguestions / reasons why it's not working?
Thanks,
Max
1