Re: [python-win32] interacting with Windows Media Player

2007-05-28 Thread Niki Spahiev
E R wrote: Is this what you were thinking of? http://liris.cnrs.fr/advene/ No. I found it now. Its http://sourceforge.net/projects/transana Niki Spahiev ___ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo

Re: [python-win32] interacting with Windows Media Player

2007-05-18 Thread Niki Spahiev
if this can be done easier with another media player. All I need to play are MPEG2 video files. IIRC there is wxPython based project with same goals. And IIRC its open source. Niki Spahiev ___ Python-win32 mailing list Python-win32@python.org http

Re: [python-win32] HookMessage fails

2007-05-15 Thread Niki Spahiev
that are hooked by HookMessage. Appreciate if anyone can help shed some light on this. Thanks. In order to hook more messages (e.g. WM_SIZE) you must recompile pywin32 with PYWIN_WITH_WINDOWPROC defined HTH Niki Spahiev ___ Python-win32 mailing list Python

Re: [python-win32] HookMessage fails

2007-05-15 Thread Niki Spahiev
, I'm using ActivePython 2.4, which comes with pywin32 bundled. I'm not sure if PYWIN_WITH_WINDOWPROC is defined in ActivePython. Hooks are based on special MFC glue code. When this glue code is not active some messages are handled only by PYWIN_WITH_WINDOWPROC build. Niki Spahiev

Re: [python-win32] updating a registered com server

2007-04-26 Thread Niki Spahiev
_reg_clsid_? Is my registry irreversibly messed up? Try to split code to almost static COM and dynamic logic and then reload() logic module. Niki Spahiev ___ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python

Re: [python-win32] How to use IExtractImage in python

2007-04-21 Thread Niki Spahiev
HTH Niki Spahiev ___ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] win32ui and resources for dialogs

2007-01-10 Thread Niki Spahiev
dialogs in plug-ins for another CAD system. regards, Niki Spahiev ___ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] pywin32 build 210 released

2006-09-26 Thread Niki Spahiev
version for 2.4 installs file: pywin32-210-py2.6.egg-info IAUC it must be py2.4.egg? Niki Spahiev ___ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] Any volunteers

2005-10-24 Thread Niki Spahiev
installation. HTH Niki Spahiev ___ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] Problem with gencache.EnsureModule

2005-06-06 Thread Niki Spahiev
Johannes Brunen wrote: File C:\DOKUME~1\Arthur\LOKALE~1\Temp\gen_py\2.4\9C3BB401-114D-11D4-AC72-00105A4925FCx0x1x2\__init__.py, line 57 Remove encoding comment from start of this file. HTH Niki Spahiev ___ Python-win32 mailing list Python

Re: [python-win32] wxStaticTxt

2005-04-26 Thread Niki Spahiev
It's better to use wxPython list questions about wxPython. Niki Spahiev ___ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] Help on using win32api.SendMessage to send keystrokes

2005-04-07 Thread Niki Spahiev
? By e-mail? Niki Spahiev ___ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] Intro and Windows Questions

2005-04-07 Thread Niki Spahiev
miss are an integrated file manager and an integrated debugger. There is something called FilerX IIRC for organizing projects with scite. For debugger try HAP debugger @ sf.net (scintilla based too) HTH Niki Spahiev ___ Python-win32 mailing list Python

Re: [python-win32] Help on using win32api.SendMessage to send keystrokes

2005-04-06 Thread Niki Spahiev
, but that's a pretty high level of guruness. Google for api dll injection. There is module for injection of *python* code in win32 apps. http://security.opennet.ru/base/patches/1080837482_191.txt.html HTH Niki Spahiev ___ Python-win32 mailing list Python-win32

Re: [python-win32] reading from console child process

2005-04-05 Thread Niki Spahiev
there is new module process which replaces popen with better functionality. Niki Spahiev ___ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] win32gui, win32ui -- how to release references?

2005-03-22 Thread Niki Spahiev
, the resources will be released. IMHO only win32ui objects are automatic. Niki Spahiev -- , ___ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32