On 4/27/07 2:14 PM, "Dick Kriesel" <[EMAIL PROTECTED]> wrote:
> I¹d like to make a Rev app that drives another app by sending it clicks. An > example of such an app is a Help app that explains how to do something in > another app, and offers a do-it-for-me button. > > I¹m using Mac OS X, hoping to drive a Windows app that¹s running in > Parallels. Could someone please tell me how, or offer any hints? The only answer I know that would do what you want is QuicKeys. QK Macros will deliver mouse events, etc to any window using a variety of reference points. It is very Applescriptable(two-way), can hold/define variables in its own namespace (thus available across apps), do repeat loops based on counters and variables and results. If you use a rev app in the Parallels window to report its screenLoc, your OSX app could track this and adjust, and can also send confirmation of a mouse click received (and the result of the click) Jim Ault Las Vegas _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
