Depends largely on the nature of the receiving application. Can you
provide more detail about what you want to control?
Best,
--
Marnen Laibow-Koser
http://www.marnen.org
mar...@marnen.org
Well ,there is this application called Progdvb which is used to watch
satellite channels , I want to programmatically call its record button
at a certain time and recall again to stop recording
PS: I have whole bunch of needs too, for example I want to control some
functionality of my download manager(Flashget) , could you share more
light on >>"Depends largely on the nature of the receiving application"
what do I need to consider for this process?
What OS do you use, what's your Ruby version, do you only want to
control buttons... Things like that.
If you want a library to simulate user input (with Ruby 1.9), you may
have a look at my xdo (for Linux) and au3 (for Windows) libraries. You
can find it on RubyForge at http://rubyforge.org/projects/auto/ .
Marvin