The following two lines should solve the problem if $textfield was
created with the option -multiline => 1 or the ES_MULTILINE-Style:
$text =~ s/\n/\r\n/g;
$textfield -> Text ( $text );
Regards,
Uwe.
> Hello!
>
> I chose to populate a Textfield with a simple text file created with
> notepad.
Сергей Черниенко wrote:
Hello, perl-win32-gui-users,
Can someone give live link to GUI Bulder written by David Hiltz?
It's impossible to download it from ftp://ftp.wh.whoi.edu/pub
Thanks!
ftp://ftp.wh.whoi.edu/pub/gb109.zip works fine from here.
I also turned up some stuff on t
Hello, perl-win32-gui-users,
Anybody knows if it's possible to display a background bitmap image in a
MDIFrame? If it's possible, I will appreciate a short example .
I'm using de MDI.pl example (Win32-GUI examples) for test.
Thanks!
3 matches
Mail list logo