Re: [perl-win32-gui] Disabling RichEdit control

2000-11-10 Thread felice . vittoria
Hey guys, I found a "fix" to my problem.Here it is: $EM_SETBKGNDCOLOR = 1091; # enable RichEdit control and set background color to white $M-rchText-SendMessage( $EM_SETBKGNDCOLOR, 0, 0xFF ); $M-rchText-InvalidateRect(1); $M-rchText-Enable(); # disable RichEdit control and set

Re: [perl-win32-gui] Disabling RichEdit control

2000-11-09 Thread felice . vittoria
to [EMAIL PROTECTED] To: "[EMAIL PROTECTED]" [EMAIL PROTECTED] cc:(bcc: Felice Vittoria/Aut/Schneider) Subject: Re: [perl-win32-gui] Disabling RichEdit control [EMAIL PROTECTED] wrote: Hello all, I have a RichEdit control designed on my form. When I try to do somethi

Re: [perl-win32-gui] Disabling RichEdit control

2000-11-09 Thread Aldo Calpini
[EMAIL PROTECTED] wrote: However, I still ask why when disabling the textfield the background color changes and when disabling the RichEdit the background color does not change. it does for me, I see them both grey when disabled. I think it's just that your system (in particular, your version

Re: [perl-win32-gui] Disabling RichEdit control

2000-11-09 Thread paul . barker
Oops ... The control is disabled, just not greyed out (I can't type more data in there.) Cheers PB *** Important. This E-mail is intended for the above named person and may be confidential and/or legally

Re: [perl-win32-gui] Disabling RichEdit control

2000-11-09 Thread felice . vittoria
Aldo Calpini [EMAIL PROTECTED] on 11/09/2000 07:15:18 AM Please respond to [EMAIL PROTECTED] To: "[EMAIL PROTECTED]" [EMAIL PROTECTED] cc:(bcc: Felice Vittoria/Aut/Schneider) Subject: Re: [perl-win32-gui] Disabling RichEdit control [EMAIL PROTECTED] wrote: However, I sti