Re: [aswin32] Re: How to disable a control without changing appearance

2005-12-19 Thread Lynn. Rickards
Chris Rogers wrote: Sorry, about the lack of information in my original post. I just assumed, this being a perl-win32 group that Win32::GUI was a given. I'll try to be more specific in the future. I tried $control-Enable(0) but the control still gets greyed out. I'm using activestate perl

Re: [aswin32] Re: How to disable a control without changing appearance

2005-12-19 Thread Chris Rogers
Point taken on the default assumption of what this list is about. Thanks for the tip on the background color. It appears that the changing appearance is handled directly by the OS when we send it a message to disable the control. It also appears that the two parts of the process WM_DISABLE and

Re: [aswin32] Re: How to disable a control without changing appearance

2005-12-18 Thread Robert May
Lynn. Rickards wrote: Chris Rogers wrote: I'm looking for a way to disable a control (widget) without changing it's appearance. I would like to be able to do this for any type of control. Any help would be greatly appreciated. Thanks, Chris Tk? Win32? Either way, what comes to mind

Re: [aswin32] Re: How to disable a control without changing appearance

2005-12-18 Thread Chris Rogers
Sorry, about the lack of information in my original post. I just assumed, this being a perl-win32 group that Win32::GUI wasa given. I'll try to be more specific in the future. I tried $control-Enable(0) but the control still gets greyed out. I'm using activestate perl 5.8.7 and Win32::GUI 1.03 on