RE: [perl-win32-gui-users] Bug with -readonly

2001-04-10 Thread Piske, Harald
Hi This was posted before, but no one ever came up with a solution. A workaround would be: 1) use a RichEdit instead of the Textfield 2) since the -readonly (or ES_READONLY) does not work as expected, do the $LogWindow->AddRichEdit() without it and then go $LogWindow->LogText->SendMessage(0xCF,

[perl-win32-gui-users] Bug with -readonly

2001-04-10 Thread Webmaster CZ
Hi ! (Sorry for the bad english...) If i write for example $LogText = $LogWindow->AddTextfield( -name => "LogText", -left => 1, -top => 1, -width => 280, -height=> 80, -font => $LogFont, -background => "#FF", -for