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,
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
2 matches
Mail list logo