I try to use multisketch with giCentre library, it works fine. I want to draw some things to the second sketch and the code it's not written in the draw function of embedded sketch, but it's in the class. It draws it to the main sketch and i don't know how to draw it into the embedded one. Any ideas?
Hi guys,
I've got problem with popupWindow in giCentre libray. Sometimes i cannot run even the example and sometimes it runs properly. It gives this error IllegalArgumentException: Width(116) and height(0) cannot be <= 0 . I've got no idea what's going on. The size is set right at the top of setup function. Can anyone help me ?