in reply to Calling and catching a trigger

Remember all those GUI automation questions you had? All they're doing is sending messages (its like signals) to programs.

You can do this too.

Replies are listed 'Best First'.
Re^2: Calling and catching a trigger
by shayak (Acolyte) on Jun 20, 2011 at 15:04 UTC
    I want to know how can i do it when the script is continuosly running?
      Whether or not the script is continuously running, makes no difference.