On 29/04/09 4:03 PM, "jim sims" <[email protected]> wrote: > Thank you Mark Schonewille for providing this: > > on appleEvent theClass,theEvent,theSender > put theClass & cr & theEvent & cr & theSender & cr & cr into myData > request appleEvent data > put it after myData > put myData into fld 1 > end appleEvent > > Now for an example of my complete ignorance about Apple Events :-P > > Question: Is it possible to have a Rev app monitor another > application? Can it watch and record another application when it opens > files?
The short answer is no. Although you can do some interesting stuff by polling the current processes and documents via Applescript (System Events app). Terry... _______________________________________________ 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
