Re: How to write code to get focuse the application which is open from server

2007-01-14 Thread vithi
Hi Paul, Since your reply I try to use pywinauto. I was able to get the control of a window that is a good news but it is not working for sub window this main window create.(popup windows) eg) File -> printwill open print window but the code is not clicking print button. I try several combinati

Re: How to write code to get focuse the application which is open from server

2007-01-14 Thread vithi
Hi Paul, Since your reply I try to use pywinauto. I was able to get the control of a window that is a good news but it is not working for sub window this main window create.(popup windows) eg) File -> printwill open print window but the code is not clicking print button. I try several combinati

Re: How to write code to get focuse the application which is open from server

2007-01-15 Thread vithi
Remote', u'Transparent Windows Client', u'Print - RemoteTransparent Windows Client']' This is the code import sys import time import application app = application.Application() qi=app.window_(title_re = ".*ArcView.*") time.sleep(2) qi.Typ

Re: How to write code to get focuse the application which is open from server

2007-01-15 Thread vithi
Remote', u'Transparent Windows Client', u'Print - RemoteTransparent Windows Client']' This is the code import sys import time import application app = application.Application() qi=app.window_(title_re = ".*ArcView.*") time.sleep(2) qi.Typ

win32com.client

2007-01-31 Thread vithi
Hi Any one tell me where I can get (or download) python modules win32com or win32com.client because I have to use "Dispatch" thanks -- http://mail.python.org/mailman/listinfo/python-list

Re: win32com.client

2007-01-31 Thread vithi
This is not I was looking for. There is a module call "win32com.client" in python some people used it If any body know about it let me know. On Jan 31, 1:45 pm, Gary Herron <[EMAIL PROTECTED]> wrote: > vithi wrote: > > Hi > > Any one tell me where I can get (or do

Re: win32com.client

2007-02-01 Thread vithi
mputer On Jan 31, 7:17 pm, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: > En Wed, 31 Jan 2007 22:17:10 -0300, vithi <[EMAIL PROTECTED]> escribió: > > > This is not I was looking for. There is a module call > > "win32com.client" in python some people use

Re: win32com.client

2007-02-01 Thread vithi
On Jan 31, 6:35 pm, rzed <[EMAIL PROTECTED]> wrote: > "vithi" <[EMAIL PROTECTED]> wrote innews:[EMAIL PROTECTED]: > > > Hi > > Any one tell me where I can get (or download) python modules > > win32com or win32com.client because I have to use "

Re: win32com.client

2007-02-01 Thread vithi
; you try in your computer vithi -- http://mail.python.org/mailman/listinfo/python-list

how to use Dispatch to open an application in win32com.client

2007-02-16 Thread vithi
Hi' I am trying to launch an application. When I try like that When I try like that Excel is opening import win32com.client object = win32com.client.Dispatch("Excel.Application") object.Visible = 1 But when I try my application which is QeepIt.exe which is in the c:\ drive it is not running Any bo

how to use Dispatch to open an application in win32com.client

2007-02-16 Thread vithi
Hi' I am trying to launch an application. When I try like that When I try like that Excel is opening import win32com.client object = win32com.client.Dispatch("Excel.Application") object.Visible = 1 But when I try my application which is QeepIt.exe which is in the c:\ drive it is not running Any bo

how to use Dispatch to open an application in win32com.client

2007-02-16 Thread vithi
Hi' I am trying to launch an application. When I try like that When I try like that Excel is opening import win32com.client object = win32com.client.Dispatch("Excel.Application") object.Visible = 1 But when I try my application which is QeepIt.exe which is in the c:\ drive it is not running Any bo

how to use Dispatch to open an application in win32com.client

2007-02-16 Thread vithi
Hi' I am trying to launch an application. When I try like that When I try like that Excel is opening import win32com.client object = win32com.client.Dispatch("Excel.Application") object.Visible = 1 But when I try my application which is QeepIt.exe which is in the c:\ drive it is not running Any bo

Re: how to use Dispatch to open an application in win32com.client

2007-02-17 Thread vithi
enellina" <[EMAIL PROTECTED]> wrote: > En Fri, 16 Feb 2007 23:36:26 -0300, vithi <[EMAIL PROTECTED]> escribió: > > > I am trying to launch an application. When I try like that > > When I try like that Excel is opening > > import win32com.client > > objec