Re: How python writes text into another windows application

2007-11-01 Thread Meitham
Thank you all for your kind answers. I was going to use just shell.SendKeys("fu bar"), but as your answers suggested pywinauto is a ready framework that covers all I need. I wanted to play some politics with TNT, but I'm new in the company and my manager won't listen :). Meitham Wolfgang Draxing

Re: How python writes text into another windows application

2007-10-30 Thread Wolfgang Draxinger
Meitham wrote: > My question is, how do I write the data into another > application fields. My target application is the TNT > consignment manager. I asked TNT for their API to make my life > easier but they refused to release it :(. You know what the word "market" means? Just tell TNT, that it s

Re: How python writes text into another windows application

2007-10-30 Thread Laurent Pointal
Le Mon, 29 Oct 2007 21:53:47 +, Meitham a écrit : > Hi, > > I am trying to write a simple program that reads data from a source file > (Excel sheet, XML file or text file) and then write the data into > another application by pasting the data into the applications fields, > and jumps from one

Re: How python writes text into another windows application

2007-10-29 Thread Gabriel Genellina
En Mon, 29 Oct 2007 18:53:47 -0300, Meitham <[EMAIL PROTECTED]> escribió: > I am trying to write a simple program that reads data from a source file > (Excel sheet, XML file or text file) and then write the data into > another application by pasting the data into the applications fields, > and jum

How python writes text into another windows application

2007-10-29 Thread Meitham
Hi, I am trying to write a simple program that reads data from a source file (Excel sheet, XML file or text file) and then write the data into another application by pasting the data into the applications fields, and jumps from one field to another by writing \t tab. My question is, how do I writ