[perl-win32-gui-users] MPlayer on top of Win32::GUI::Window

2008-01-28 Thread Christopher Wingert
Hi, I am trying to map an mplayer window into a Win32:GUI::Window. My basis code (stolen from the examples) is below: After I run the perl script, I run mplayer.exe -wid id-from-script -x 100 -y 100 media.mpg The video does not show on the screen, however, if I overlay a cygwin rxvt on top of

Re: [perl-win32-gui-users] [perl-win32-gui-hackers] Plans for a 1.06 release

2008-01-28 Thread Reini Urban
2008/1/27, Glenn Linderman: I would hope (and I think it is your intention from things you've said in the past) that a new code base would include support for Unicode windows. While it may be needful to convert between UTF-8 and UTF-16 to access the wide character Windows APIs, and that may

Re: [perl-win32-gui-users] [perl-win32-gui-hackers] Scintilla crashes at DoEvent_Scintilla

2008-01-28 Thread Robert May
On 28/01/2008, Reini Urban [EMAIL PROTECTED] wrote: Attached are my tests. Many thanks. I'll tidy them up and apply them. Knowing what the problem was, with a bit of code inspection I was able to get the crash to happen reliably with this one-liner: perl -mWin32::GUI -mWin32::GUI::Scintilla

Re: [perl-win32-gui-users] [perl-win32-gui-hackers] Plans for a 1.06 release

2008-01-28 Thread Reini Urban
2008/1/27, Glenn Linderman: I would hope (and I think it is your intention from things you've said in the past) that a new code base would include support for Unicode windows. While it may be needful to convert between UTF-8 and UTF-16 to access the wide character Windows APIs, and that may