04-06-2010 01:44 AM
hi,
is it possible to record mouse movements in labwindows/CVI?
if s how?
pls help!!!
04-06-2010 02:08 AM
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
04-06-2010 04:57 AM
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.
04-06-2010 07:55 PM
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.