[perl-win32-gui-users] Solution: flicker in Win32::GUI

2003-11-15 Thread Steve Pick
Hi, I've recently been looking into the flickering resize in win32::gui. The most compatible solution to this I've found is extremely (and very annoyingly) simple. Just add the style WS_CLIPCHILDREN to your window or dialog box. I tried to implement double-buffering in GUI.xs (I was working with

[perl-win32-gui-users] Suggested addition to GUI.XS and some good news

2003-11-15 Thread Steve Pick
Hi, Can anyone currently maintaining or debugging Win32::GUI add this to GUI.xs? It's a small change that lets you do SetParent() from Perl. I've written a dockable-windows routine (panes in your main window can be detached into windows) that works with my (very cool) packing grid object, which w

Re: [perl-win32-gui-users] Suggested addition to GUI.XS and some good news

2003-11-15 Thread Glenn Linderman
Steve, I'd be glad to incorporate your routine into my code, which I hope someday to get on SourceForge. However, I have a question about it first. I'm not sure i is 100% complete, though... aren't there Win32::GUI data structures that need to be altered also? I think the tree of hashes th

Re: [perl-win32-gui-users] Suggested addition to GUI.XS and some good news

2003-11-15 Thread Steve Pick
Glenn, > I'd be glad to incorporate your routine into my code, which I hope > someday to get on SourceForge. However, I have a question about it > first. I'm not sure i is 100% complete, though... aren't there > Win32::GUI data structures that need to be altered also? Probably. I do know that