[perl-win32-gui-hackers] Odd problem with 671

2004-03-23 Thread Jez White
Hi, I'm having a *really* strange problem with the binary version of 671. Basically, some of my child windows (window within a window) aren't receiving any events (!?). However, if I build 671 with ming, then the windows receive the events... Thoughts? Jez.

Re: [perl-win32-gui-hackers] Odd problem with 671

2004-03-23 Thread Laurent ROCHER
Yes it's very strange. What version do you use (5.005, 5.6, 5.8) ? Do you have a small sample with this problem ? What is you child window ? (button, ...) I made some test and don't reproduce your problem. Laurent. - Original Message - From: Jez White To: guihackers Sent: Tue

Re: [perl-win32-gui-hackers] Odd problem with 671

2004-03-23 Thread Jeremy White
Today has been one of those days - if it can go wrong, it has! Anyway, I've retested - and there is a problem - although I'm having difficult in getting a small enough example working (I'll try again in the morning). However, I came across another issue with PPM 671 and 671 built with ming. Th

Re: [perl-win32-gui-hackers] Odd problem with 671

2004-03-23 Thread Laurent ROCHER
I have the backgound paint problem only in perl 5.6 with VC. But, work nice in perl5.005 (VC), perl56 (MinGW) and perl 5.8 (VC & MINGW). I don't know what wrong. Laurent. > Today has been one of those days - if it can go wrong, it has! > > Anyway, I've retested - and there is a problem - althoug