[perl-win32-gui-users] RE: Populated Textfield - How to retain formatting?

2005-08-06 Thread Kind, Uwe
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.

[perl-win32-gui-users] gb109.zip

2005-08-06 Thread Robert May
Сергей Черниенко 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

[perl-win32-gui-users] {Spam?} MDIFrame and background Image

2005-08-06 Thread Daniel Fernandez
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!