Open kritzikratzi opened 14 years ago
the library breaks applets because it tries to use commands which can only be invoked in application mode. proposed solution: the library should detect if the sketch is running as an applet and then disable itself.
better solution: the library should detect if the sketch is running as an applet an then do it's best!
this should be implemented in the next major update.
the library breaks applets because it tries to use commands which can only be invoked in application mode. proposed solution: the library should detect if the sketch is running as an applet and then disable itself.