logic-analyzer icon indicating copy to clipboard operation
logic-analyzer copied to clipboard

processing for android build errors

Open dleung18 opened this issue 3 years ago • 2 comments

I tried to build the processing app in Processing 3. I got the following errors:-

. ERROR in C:\Users\dleun\AppData\Local\Temp\android8370208749590542939sketch\app\src\main\java\processing\test\logic_analyser_arduino_pde\Logic_analyser_arduino_pde.java (at line 352) cursor(HAND); ^^^^ HAND cannot be resolved to a variable

  1. ERROR in C:\Users\dleun\AppData\Local\Temp\android8370208749590542939sketch\app\src\main\java\processing\test\logic_analyser_arduino_pde\Logic_analyser_arduino_pde.java (at line 354) cursor(HAND); ^^^^ HAND cannot be resolved to a variable

  1. ERROR in C:\Users\dleun\AppData\Local\Temp\android8370208749590542939sketch\app\src\main\java\processing\test\logic_analyser_arduino_pde\Logic_analyser_arduino_pde.java (at line 356) cursor(HAND); ^^^^ HAND cannot be resolved to a variable

  1. ERROR in C:\Users\dleun\AppData\Local\Temp\android8370208749590542939sketch\app\src\main\java\processing\test\logic_analyser_arduino_pde\Logic_analyser_arduino_pde.java (at line 358) cursor(HAND); ^^^^ HAND cannot be resolved to a variable

  1. ERROR in C:\Users\dleun\AppData\Local\Temp\android8370208749590542939sketch\app\src\main\java\processing\test\logic_analyser_arduino_pde\Logic_analyser_arduino_pde.java (at line 360) cursor(HAND); ^^^^ Please help to fix it. Thank you, guys.

dleung18 avatar Jun 08 '22 22:06 dleung18

The desktop processing cursor() function does not work in Processing for Android. see this thread in the forum : https://processing.org/reference/noCursor_.html So, this logic analyzer sketch is only for desktop pc. Author, would you please develop another version for Processing for Android? Thank you. BTW, is it possible to change the mouseCursor() to Touch()?, since Android is not using a mouse. It is using the touch screen.

dleung18 avatar Jun 13 '22 16:06 dleung18

Sorry, but it isn't in my todo list. Feel free to use this code to develop one

Il lun 13 giu 2022, 18:48 dleung18 @.***> ha scritto:

The desktop processing cursor() function does not work in Processing for Android. see this thread in the forum : https://processing.org/reference/noCursor_.html So, this logic analyzer sketch is only for desktop pc. Author, would you please develop another version for Processing for Android? Thank you. BTW, is it possible to change the mouseCursor() to Touch()?, since Android is not using a mouse. It is using the touch screen.

— Reply to this email directly, view it on GitHub https://github.com/aster94/logic-analyzer/issues/17#issuecomment-1154152829, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFBUBTUWQXACDMPBQ2WIFK3VO5Q45ANCNFSM5YIDKAFQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

aster94 avatar Jun 13 '22 16:06 aster94