Re: win32gui

2009-01-12 Thread Tim Roberts
Gandalf wrote: ? >Hi, everyone >I'm searching the win32gui lib to find a way to get the text under the >user cursor. >so far I managed to find only the controller ID which under the cursor >this way > >cursorID = win32gui.WindowFromPoint(win32gui.GetCursorPos()) &

Re: win32gui

2009-01-09 Thread Gandalf
thank you I'm checking autoit documentation... -- http://mail.python.org/mailman/listinfo/python-list

Re: win32gui

2009-01-09 Thread TheSeeker
On Jan 9, 7:34 am, Gandalf wrote: > Hi, everyone > I'm searching the win32gui lib to find a way to get the text under the > user cursor. > so far I managed to find only the controller ID which under the cursor > this way > > cursorID = win32gui.WindowFromPoint(win32gui

win32gui

2009-01-09 Thread Gandalf
Hi, everyone I'm searching the win32gui lib to find a way to get the text under the user cursor. so far I managed to find only the controller ID which under the cursor this way cursorID = win32gui.WindowFromPoint(win32gui.GetCursorPos()) their is function called GetWindowText I tried to us

win32gui

2009-01-06 Thread Gandalf
I'm searching the win32gui hooks for a function to get the windowClass position any idea? thanks! -- http://mail.python.org/mailman/listinfo/python-list

Re: win32gui

2009-01-03 Thread Tim Roberts
Gandalf wrote: > >I'm trying to capture the text word under the user cursor, >so I was searching the win32 lib for functions I can use. You should know that, in the general case, this is impossible. Remember that the screen image you are looking at is just a big array of dots. If the window und

win32gui

2009-01-03 Thread Gandalf
t unfortunately it's not part of the win32gui for python so now i'm looking for a reliable way to rich text from a controller or position if you know a function who may do it or a better way please tell me/ thank you and have a nice day -- http://mail.python.org/mailman/listinfo/python-list

Re: win32gui

2008-12-30 Thread Mike Driscoll
On Dec 30, 3:22 pm, Gandalf wrote: > I'm searching the win32gui hooks for a function to get the windowClass > position any idea? > > thanks! Try looking in the docs: http://docs.activestate.com/activepython/2.4/pywin32/win32gui.html I think the GetWindowPlacement() might be wh

Re: wxPython installation interferes with win32ui/win32gui

2006-10-14 Thread robert
Gabriel Genellina wrote: > At Friday 13/10/2006 19:33, robert wrote: > >> > c:\Python23\pythonw.exe.manifest >> > c:\Python23python.exe.manifest >> > >> >> I found out that in fact when I move away these 2 files to a backup >> location after a wx installation, things go well again. >> >> What at a

Re: wxPython installation interferes with win32ui/win32gui

2006-10-13 Thread Gabriel Genellina
At Friday 13/10/2006 19:33, robert wrote: > c:\Python23\pythonw.exe.manifest > c:\Python23python.exe.manifest > I found out that in fact when I move away these 2 files to a backup location after a wx installation, things go well again. What at all do this .manifest files do ? And why do win32u

Re: wxPython installation interferes with win32ui/win32gui

2006-10-13 Thread robert
robert wrote: > > c:\Python23\pythonw.exe.manifest > c:\Python23python.exe.manifest > I found out that in fact when I move away these 2 files to a backup location after a wx installation, things go well again. What at all do this .manifest files do ? And why do win32ui apps freak out, when the

wxPython installation interferes with win32ui/win32gui

2006-10-13 Thread robert
As soon as I install wxPython on a Py2.3.5, my win32ui / win32gui apps freak out. buttons in dialogs are magically pressed. backgrounds of dialogs are colored wrong... this is with current wxPython (it was the same situation with a wx version some months back) When I uninstall wxPython the

Re: How to Send the Message using win32gui?

2006-09-18 Thread Gabriel Genellina
At Monday 18/9/2006 02:07, =?GB2312?B?0vzP6cH6?= wrote: I want to send LVM_SETITEMSTATE message using win32gui. But I don't know how to do in Python. The obvious way is win32api.PostMessage - but I feel you have another, higher-level, problem... Gabriel Genellina Softla

How to Send the Message using win32gui?

2006-09-17 Thread 尹祥龙
I want to send LVM_SETITEMSTATE message using win32gui. But I don't know how to do in Python.   the LVM_SETITEMSTATE's message format as following:      LVM_SETITEMSTATE wParam = (WPARAM)(int) i;    lParam = (LPARAM)(LVITEM FAR *) pitem;   i Index of the

Re: win32gui bug: where to report it?

2005-02-15 Thread Peter Hansen
George van den Driessche wrote: This is a bug for which it is pretty much impossible to work out the workaround without being told it, so I'd like to put the workaround in a more easily-found place. But where? win32all doesn't seem to have much documentation, much less a bug database. http://source

Re: win32gui bug: where to report it?

2005-02-15 Thread Roger Upole
ich it is pretty much impossible to work out the > workaround without being told it, so I'd like to put the workaround in a > more easily-found place. But where? win32all doesn't seem to have much > documentation, much less a bug database. > > In case anyone else needs to fi

win32gui bug: where to report it?

2005-02-15 Thread George van den Driessche
searching, some keywords are: win32all, win32gui, WNDCLASS, RegisterClass, CreateWindow, CreateWindowEx George -- http://mail.python.org/mailman/listinfo/python-list