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

2005-08-05 Thread Mark Sutfin
Hello! I chose to populate a Textfield with a simple text file created with notepad. It has several lines and looks like this: +line1 ++line2 +++line3 However, display in the textfield is ignoring the eol markers, (though they show up as non-display chars..boxes) putting everything on the same l

RE: [perl-win32-gui-users] Control for Displaying the contents of a text file?

2005-08-03 Thread Mark Sutfin
>Robert wrote > Then insert the $content in the Win32::GUI control you want. >For a Textfield that would be >$textfield->Text($content); >undef $content; # unless you really want the text stored twice Thank you... I installed 1.02 (5.8.7). I still cannot locate the Text() method in the W

RE: [perl-win32-gui-users] Control for Displaying the contents of a text file?

2005-08-03 Thread Mark Sutfin
o LostFocus() Which method should I use? TIA, Mark ----- Original Message - From: "Mark Sutfin" <[EMAIL PROTECTED]> To: Sent: Wednesday, August 03, 2005 23:02 PM Subject: [perl-win32-gui-users] Control for Displaying the contents of a text file? Hello, Newbie has

[perl-win32-gui-users] Control for Displaying the contents of a text file?

2005-08-03 Thread Mark Sutfin
Hello, Newbie has just started experimenting with Win32::GUI. Great stuff. I see that GetOpenFileName() returns the file I selected from the dialog box. Which control(s) might easily display the contents of this text file? I was guessing textfield...? But did not see a method to assign the content

RE: [perl-win32-gui-users] Alex, Alex Lee has invited you to open a Google mail account

2004-06-24 Thread Mark Sutfin
Alex, Pardon the interruption..are there any beta accounts left? TIA, Mark Sutfin Mgr Operations / Production Support Affinity Group Inc. (303) 728 7474 > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Alex Lee > Sent: Th

[perl-win32-gui-users] How to manage objects within a window?

2003-01-27 Thread Mark Sutfin
thing like TK's geometry mgr), or is everyone else just able to do the pixel math in their head(s)? I find myself adjusting top/left alot to get things aligned Any pointers to docs are most appreciated..., Mark Sutfin