[perl-win32-gui-users] InvalidateRect problems

2005-12-12 Thread ~greg
The script below shows the problems I'm having with InvalidateRect(). The script makes a RichEdit move in tandem with a splitter. When no InvalidateRect() is called in the Splitter_OnRelease(), and the splitter is moved into the RichEdit area, echoes of it are created in the RichEdit. When $Main

[perl-win32-gui-users] How to Gray out a button (it is not about disabling)

2005-12-12 Thread Piotr Kaluski
Hi, When you read about button related messages in MSDN, BM_SETCHECK gives you an opportunity to set button's state to BST_INDETERMINATE, which is presented by a gray color. Is there a way to gray out a button in Win32::GUI (apart from using SendMessage directly)? --Piotr