Re: Control mouse position and clicking

2007-11-29 Thread Bjoern Schliessmann
Robert Kern wrote: > There is an API for it. Not all programs have GUIs so the HIG > doesn't restrict the scope of the OS's APIs. Ah, okay. In (IIRC) wxPython docs, I read differently. Regards, Björn -- BOFH excuse #40: not enough memory, go get system upgrade -- http://mail.python.org/m

Re: Control mouse position and clicking

2007-11-29 Thread Bjoern Schliessmann
Glich wrote: > I am running ubuntu. :) I neither asserted differently nor am I competent in clairvoyance. Regards, Björn -- BOFH excuse #93: Feature not yet implemented -- http://mail.python.org/mailman/listinfo/python-list

Re: Control mouse position and clicking

2007-11-29 Thread Robert Kern
Glich wrote: > hi, how can I, control mouse position and clicking from python? > > I want to interact with a flash application inside firefox. thanks. > > ps: I am not using windows. I've use the external program xte with some success if you don't send it too many events too quickly. I start it

Re: Control mouse position and clicking

2007-11-29 Thread Robert Kern
Bjoern Schliessmann wrote: > Tony wrote: > > [place mouse programmatically] >> well, you can do it from Java, > > Are you absolutely positive? IIRC the Mac UI guidelines forbid such > things, and there's no API function for it; so Java wouldn't have > any chance. There is an API for it. Not all

Re: Control mouse position and clicking

2007-11-29 Thread Glich
I am running ubuntu. :) -- http://mail.python.org/mailman/listinfo/python-list

Re: Control mouse position and clicking

2007-11-29 Thread Bjoern Schliessmann
Tony wrote: [place mouse programmatically] > well, you can do it from Java, Are you absolutely positive? IIRC the Mac UI guidelines forbid such things, and there's no API function for it; so Java wouldn't have any chance. Regards, Björn -- BOFH excuse #136: Daemons loose in system. -- htt

Re: Control mouse position and clicking

2007-11-28 Thread Tony
On Nov 28, 9:33 pm, Bjoern Schliessmann wrote: snip > > On Mac, IIRC, you can't. > > Regards, well, you can do it from Java, (the Robot class, as I recall), so you should be able to do it in Jython, which is a Python implementation, so Tony -- http://mail.python.org/mailman/listinfo/python

Re: Control mouse position and clicking

2007-11-28 Thread Tony
On Nov 28, 9:33 pm, Bjoern Schliessmann wrote: snip > > On Mac, IIRC, you can't. > > Regards, well, you can do it from Java, (the Robot class, as I recall), so you should be able to do it in Jython, which is a Python implementation, so Tony -- http://mail.python.org/mailman/listinfo/python

Re: Control mouse position and clicking

2007-11-28 Thread Bjoern Schliessmann
Glich wrote: > hi, how can I, control mouse position and clicking from python? > > I want to interact with a flash application inside firefox. > thanks. > > ps: I am not using windows. On Mac, IIRC, you can't. Regards, Björn -- BOFH excuse #394: Jupiter is aligned with Mars. -- http://ma

Re: Control mouse position and clicking

2007-11-28 Thread Laszlo Nagy
Paul McGuire wrote: > On Nov 28, 1:29 pm, Glich <[EMAIL PROTECTED]> wrote: > >> hi, how can I, control mouse position and clicking from python? >> >> I want to interact with a flash application inside firefox. thanks. >> >> ps: I am not using windows. >> > > Ooof, I was about to suggest usi

Re: Control mouse position and clicking

2007-11-28 Thread Paul McGuire
On Nov 28, 1:29 pm, Glich <[EMAIL PROTECTED]> wrote: > hi, how can I, control mouse position and clicking from python? > > I want to interact with a flash application inside firefox. thanks. > > ps: I am not using windows. Ooof, I was about to suggest using pywinauto, because I was able to interac