[perl-win32-gui-hackers] Accelerator keys (NEM)

2004-06-03 Thread Glenn Linderman
So I've been busily incorporating Jez's bitmapscroll example code into one of my mainstream programs, so that I can get away from the old MDI model, which has been removed. Mostly things are going well. However, I've just discovered that my Accelerator Keys for my main window are being seen e

[perl-win32-gui-hackers] [commit] -onPaint event for a window

2004-06-03 Thread Jez White
Hi, I've just committed the initial code for an -onPaint event handler for windows. This allows you full control when painting a window. In many cases the current Graphic control is adequate, but for more complicated problems (for example child windows with scroll bars) more control is needed.

Re: [perl-win32-gui-hackers] Accelerator keys (NEM)

2004-06-03 Thread Glenn Linderman
On approximately 6/3/2004 2:40 AM, came the following characters from the keyboard of Glenn Linderman: So I've been busily incorporating Jez's bitmapscroll example code into one of my mainstream programs, so that I can get away from the old MDI model, which has been removed. Mostly things are

[perl-win32-gui-hackers] SB_THUMBSCROLL

2004-06-03 Thread Glenn Linderman
I've added support for SB_THUMBSCROLL to Win32::GUI::Scroll. Because only some applications, that can redraw the screen adequately quickly, would care to have SB_THUMBSCROLL support, I've made it optional, via a true value, via a new optional parameter to Win32::GUI::Scroll. -- Glenn -- http: