RE: [perl-win32-gui-users] Appending to RichEdit?

2001-05-29 Thread Dave
I used the select method as mentioned and it works perfectly. Thank you very much everyone, this list has proven to be an invaluable resource for me. Dave > -Original Message- > From: [EMAIL PROTECTED] [mailto:perl-win32- > [EMAIL PROTECTED] On Behalf Of Piske, Harald > Sent: Tuesday, May

Re: [perl-win32-gui-users] Appending to RichEdit?

2001-05-29 Thread Anthony George
my answer was an uninformed one, I agree! :) I like this approach much better! On Tue, 29 May 2001 12:17:18 -0700 "Piske, Harald" <[EMAIL PROTECTED]> mentioned: Harald.Piske> Actually, Morbus' approach is the better choice, if you don't mind my saying Harald.Piske> so. While simply getting the

RE: [perl-win32-gui-users] Appending to RichEdit?

2001-05-29 Thread Piske, Harald
Actually, Morbus' approach is the better choice, if you don't mind my saying so. While simply getting the text and setting the appended text basically works (btw: even $RE->{-text} .= $newText; would do), what happens is that the whole field gets refilled and redrawn, using a lot of resources for n

Re: [perl-win32-gui-users] Appending to RichEdit?

2001-05-29 Thread Anthony George
Get the text, append, send it out: my $previousText=$RE->Text(); $RE->Text($previusText.$newText); On Tue, 29 May 2001 13:45:25 -0400 "Dave" <[EMAIL PROTECTED]> mentioned: dave> This seems like it should be pretty easy, but I can't figure out how to dave> add text to a richedit window after the

Re: [perl-win32-gui-users] Appending to RichEdit?

2001-05-29 Thread Morbus Iff
>I need to be able to continually add lines to the window, from different >sources (from the clipboard , textfields / buttons ), then the user >needs to be able to edit it before sending it to print. Attached is a gui library that does exactly that. You should be able to hunt it down - the RE is

[perl-win32-gui-users] Appending to RichEdit?

2001-05-29 Thread Dave
This seems like it should be pretty easy, but I can't figure out how to add text to a richedit window after the text that is already there. I need to be able to continually add lines to the window, from different sources (from the clipboard , textfields / buttons ), then the user needs to be able

Re: [perl-win32-gui-users] Show In Taskbar

2001-05-29 Thread Glenn Linderman
Yes, yes, that gets a windows handle, but not a Win32::GUI::Window object containing the handle, which seems to be the only thing -parent will accept. Attempting to pass $desktop (as defined below) to -parent results in a crash on my machine. Aldo Calpini wrote: > Glenn Linderman wrote: > > Perha

[perl-win32-gui-users] DialogBox [?] Button

2001-05-29 Thread Peter Eisengrein
What is the event generated when you click on the [?] button (next to the [X] terminate button) on a DialogBox?

Re: [perl-win32-gui-users] Gui Builder

2001-05-29 Thread NAHUM Marc
I know the link , but ... - Original Message - From: "Frazier, Joe Jr" <[EMAIL PROTECTED]> To: Sent: Tuesday, May 29, 2001 2:10 PM Subject: [perl-win32-gui-users] Gui Builder Could someone give me the link for the GUIBuilder. I remember seeing it serveral weeks ago, but because I did

[perl-win32-gui-users] $Window{-dialogui => 1}

2001-05-29 Thread Peter Eisengrein
Was the -dialogui option implemented on Window? I am trying to use tabstops and I thought I remembered seeing mention of this on the list but [1] can't find it and [2] it doesn't work on my NT4 machine. Works fine as a DialogBox, though. Thanks, Pete

[perl-win32-gui-users] Gui Builder

2001-05-29 Thread Frazier, Joe Jr
Could someone give me the link for the GUIBuilder. I remember seeing it serveral weeks ago, but because I did not have access to a 5.6 Perl, I could not use it. Alternatly, is there a searchable archive for the list on sourceforge?

Re: [perl-win32-gui-users] Show In Taskbar

2001-05-29 Thread Aldo Calpini
Glenn Linderman wrote: > Perhaps the desktop could be used, if there was a way to get its handle > into a Win32::GUI::Window object. my $desktop = Win32::GUI::GetDesktopWindow(); cheers, Aldo __END__ $_=q,just perl,,s, , another ,,s,$, hacker,,print;