cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
JMP is taking Discovery online, April 16 and 18. Register today and join us for interactive sessions featuring popular presentation topics, networking, and discussions with the experts.
Choose Language Hide Translation Bar
lwx228
Level VIII

How can simulate mouse operation through JSL?

For example, I want to simulate mouse operation through JSL:


1. Simulate moving cursor: move the cursor to the specified position: for example, x=180;Y = 380;
2. Left click: Left click and click the "Go" button.

 

Thanks!

 

2020-08-07_16-49.png

10 REPLIES 10
lwx228
Level VIII

Re: How can simulate mouse operation through JSL?

Thank Craige!As you said,"preventing any other activity on the main thread until the split is finished".

I used VBA to control the collaboration between the Q language and JMP.

Now it's easy to just use JMP.

Thanks!