Re: gui scripting

2005-02-21 Thread Simon Brunning
On 17 Feb 2005 04:48:19 -0800, Tonino <[EMAIL PROTECTED]> wrote: > thanks - am already involved in a process to modify winguiauto.py - > this is a GREAT start but we need more control and better handleing ;) Can you be more specific? > Thanks for the WATSUP site - will check on this as well ;)

Re: gui scripting

2005-02-17 Thread Tonino
hi, thanks - am already involved in a process to modify winguiauto.py - this is a GREAT start but we need more control and better handleing ;) Thanks for the WATSUP site - will check on this as well ;) Thanks T -- http://mail.python.org/mailman/listinfo/python-list

Re: gui scripting

2005-02-14 Thread Follower
> >Second phase will have this done on a Windows platform... but that is > >second priority ... --Phil. -- http://mail.python.org/mailman/listinfo/python-list

Re: gui scripting

2005-02-14 Thread Tonino
hmm - there is a problem - Android uses Xtest extensions - this is BAD ;) I Need to be able to get values from the form that is returned ... and the Xtest stuff does not allow you to access the values of a returned form in the GUI ... example : if the GUI has a form that is returned and in this

Re: gui scripting

2005-02-14 Thread Tonino
thanks - this helps ;)) will play with android ... -- http://mail.python.org/mailman/listinfo/python-list

Re: gui scripting

2005-02-14 Thread Cameron Laird
nd clicks's the appropriate buttons to start the report >generation. What I am wanting todo is automate this, but since the GUI >is from a proprietary product all I have is the GUI. > >This is done on a Linux Xfree server. Can anyone please point me in a >direction to a pythonic

gui scripting

2005-02-14 Thread Tonino
this, but since the GUI is from a proprietary product all I have is the GUI. This is done on a Linux Xfree server. Can anyone please point me in a direction to a pythonic gui scripting module ? Python is the best tool and we use it elsewhere - so it is the best option. Second phase will have this