cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.
  • See how to access JMP Marketplace - and - find, create & share add-ins to extend your JMP. Watch video.

Discussions

Solve problems, and share tips and tricks with other JMP users.
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!

Recommended Articles