vsquared

Results 15 comments of vsquared

You probably already know it, but Thonny also runs PyObjc like a champ. I just discovered that last night and already have a runnable objc shell in Thonny: # start...

The following runs on my Mac (Sonoma 14.4.1, Intel). The code was run in a Thonny editor with PyObjc plugin. ```python import jpype import jpype.imports jpype.startJVM() import java import javax...

I have two Android tablets connected to my system: old Galaxy S2, new Galaxy A8. The following code runs ok on the S2, but fails on the A8 with the...

@ajavamind Thank you very much for your contribution; it appears that you solved the problem. I downloaded your zip file and placed it in the 'modes' folder of my Documents/Processing...

Do you have any suggestions about how to solve this problem: https://github.com/processing/processing-android/issues/736 ? On Mon, Apr 17, 2023 at 12:55 PM Andy Modla ***@***.***> wrote: > I ran into a...

Thanks for the information and reply. On Thu, Apr 20, 2023 at 2:53 PM Andy Modla ***@***.***> wrote: > Processing android mode does not support javafx, issue #736 > #736...

https://github.com/processing/processing4/blob/3185ebae15f1ee894a9a2a056cc253b4677012e3/java/src/processing/mode/java/JavaBuild.java line 1086. Would adding javafx.controls fix it? If you're going to include swing components you might as well add javafx controls.

What's wrong with adding all the modules: "--add-modules", "javafx.base,javafx.graphics,javafx.swing,javafx.controls,javafx.fxml,javafx.media,javafx.web", If that's a problem then consider adding a setting in Preferences to allow the user to choose the modules that they...

Natalie Freed created a rather simple utility to port turtle graphics to Processing and this may be rather easily 'pythonized'. The java (.pde) version of this .js example is what...

Py5 has a _cursor_ function where you can customize the cursor with whatever image you want.