-
-
Notifications
You must be signed in to change notification settings - Fork 52
Update for getCodeIndex() issue with GUI Builder for Processing (#545) #596
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
Comments
Created by: benfry Hm, wonder if it's safe to remove again, or if anyone else is using it in a library? Any ideas? |
Created by: quarks GUI Builder creates a second tab for the GUI creation code and this tab is read and updated as the user switches between the sketch window and the GUI design window. To access the different tabs I needed to delve into the Sketch class source code to find the methods I needed and picked GUI Builder now uses the method I doubt that any other library or tool uses |
Created by: benfry Got it, thanks for letting me know (and updating the Tool!) |
Created by: github-actions[bot] This issue has been automatically locked. To avoid confusion with reports that have already been resolved, closed issues are automatically locked 30 days after the last comment. Please open a new issue for related bugs. |
Created by: quarks
Issue 545 has been closed and locked so I have created this one.
I have released a new version of GUI Builder that no longer uses the method
getCodeIndex(SketchCode who)
so has resolved the original issue.
Sorry for any inconvenience 😄
The text was updated successfully, but these errors were encountered: