-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NullPointer Exception #14
Comments
Hey, can you give a little more information? I think a sketch showing the problem would be helpful. Thanks. |
Hi, I resolved the issue by refactoring the code into a new project. I was wondering if an update would be made that included the Remove method? Also, I ran into a problem where the callback event MousePressed is being called. This may be caused by the depth of nesting as I’m building compound UIs. Is there a limit on the number of objects? Thanks, Scott
|
I'm having the same issue now.
Could you share how you solve the problem with more details? |
Hi,
I get the error below periodically. Over time Processing runs out of memory (garbage collection?). I am using a modified version of Button example. Great library by the way.
java.lang.NullPointerException
at de.bezier.guido.Interactive$1.run(Unknown Source)
Scott
The text was updated successfully, but these errors were encountered: