Title: RE: [perl-win32-gui] Problem with Win32::GUI::RichEdit

        you know this is probably a stupid suggestion
(because i know next to nothing about richedit)
but it strikes be to try using the file-append
operator on the variable

        either:
        >>$RichEditField->$myWindow {
                [stuff]
        }
        or:
        print{>>$RichEditField}

        or some variation therof that makes a bit of sense

        I have a very limited understanding of the PERL
understory but i know that sometimes i use stuff and it
works and i don't know why

        i know that a variable is not a file, but they are both
streams (right?)
       
        you may have to open the $RichEditField with a filehandle
        and direct the output to the window or something...

lemme know if it compiles at all <g>

        alex -- (Buckaroo Buddha on PerlMonks)

       
       

       


-----Original Message-----
From: Dan Harrell [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 20, 2000 9:48 PM
To: [EMAIL PROTECTED]
Subject: [perl-win32-gui] Problem with Win32::GUI::RichEdit



I have been using your Win32::GUI library to build a chatterbox client for
perlmonks.org.  So far, it has worked pretty well.  One thing I have been unable
to do is to move to the bottom of a RichEdit field when I add new text.  The
user must constantly scroll down in order for it to work.

Any suggestions?

Thanks,
Dan
(Shendal on perlmonks.org)

Reply via email to