[python-win32] wx.Frame with windows parent

2013-06-04 Thread Christian K.
Hi, I asked this some time ago on the wxpython list and still have no solution: I am trying to make a wx.Dialog float on a non-wxpython parent. I get the HWND of the window, call wx.Window_FromHWND(None, HWND) and open the dialog with that parent and FLOAT_ON_PARENT style. This works very well

Re: [python-win32] clipboard errors

2013-06-04 Thread Tim Roberts
Eric Johansson wrote: I'm having a bit of trouble the Windows clipboard. I keep getting things like the trace back below.: 2013-06-03 12:56:26,667 - DEBUG - VFU TB Traceback (most recent call last): File C:\NatLink\NatLink\Vocola\extensions\vocola_ext_togglename.py, line 180, in

[python-win32] adodbapi versions and Python 2.4 -- a status report.

2013-06-04 Thread Vernon D. Cole
I have just released an upgraded version (2.5.0) of adodbapi on its sourceforge site. http://sf.net/projects/adodbapi ( I suppose that I should say here, for the benefit on new readers, that adodbapi is a PEP 249 compliant database api module which ships as part of pywin32, as well as being

Re: [python-win32] PySBinaryArray??

2013-06-04 Thread Mark Hammond
It's just a list/sequence of strings (in py2k) or bytes (in py3k). In this context, IIRC, it's just the entryids of the messages to move... HTH, Mark On 5/06/2013 2:16 PM, Aubin LaBrosse wrote: Hello, List, I’m new to pywin32 and have been able to use it quite sufficiently with the help of