LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

scenario recorder

hi,

 

is it possible to record mouse movements in labwindows/CVI?

if s how?

pls help!!!

0 Kudos
Message 1 of 4
(3,427 Views)

yes, it's possible. For example, you could use EVENT_MOUSE_POINTER_MOVE events; the callback data provide the location:

 

eventData1 = mouse vertical position

eventData2 = mouse horizontal position

 

0 Kudos
Message 2 of 4
(3,422 Views)

hi,

to be in more detail,is their any recording options available, were script will be automatically generated based on the cursor move.

so that we can save the generated script and during run time it ll perfom the action what we done.

 

need to perfom the function as like Scenario Recorder in Rational Visual Test.

0 Kudos
Message 3 of 4
(3,413 Views)

Yes, there's a source code window macro recorder, for autmating source code editing tasks, but it's not a macro for application execution if that's what you want.

 

Tools ->  Source Code Macros ...

 

If you want a macro for the app execution you can make one in Windows but only by using a third-party addin tool as I understand it.

 

Windows used to have a macro recorder but not since Win95 apparently.

0 Kudos
Message 4 of 4
(3,397 Views)