[perl-win32-gui-users] Re: Re: (no subject)

2002-02-23 Thread Ultimate Red Dragon
Well, to get the _Change event working, just send this message: $RichEdit->SendMessage(0x445, 0, 1); Unfortunately, theres a slight problem... This line is complaining that it needs another paramater. my $currentline = $RichEdit->LineFromChar; --

Re: [perl-win32-gui-users] (no subject)

2002-02-23 Thread Sean Healy
Also, does anyone know why, in multiline RE fields at least, if you just keep hitting enter your cursor goes off the edit window and you have to scroll down manually? Is there a way to make it focus on the cursor automatically? A solution to this has been posted before, and someone may hvae a r

[perl-win32-gui-users] (no subject)

2002-02-23 Thread Ultimate Red Dragon
Has anyone written/know how it could easily be done, a WYSIWYG HTML editor using a RichEdit field? It doesn't need to do much, just links, bold, italics, underline. Also, does anyone know why, in multiline RE fields at least, if you just keep hitting enter your cursor goes off the edit window

Re: [perl-win32-gui-users] Re: ListView Checkboxes Workaround

2002-02-23 Thread Sean Healy
Jeremy, I set the repository to http://dada.perl.it but when I run verify --upgrade Win32-API I get the message that it is uptodate. Aldo must not have version 0.20 posted at his site yet. He has the same version posted as is held at ActiveState, version 0.01. Eric Try http://www.perl.it/

RE: [perl-win32-gui-users] How to fix an image to a window ?

2002-02-23 Thread Guillem Cunillera Wefers
It works correctly, but the process of painting is not very quickly because uses a lot of mathematical functions. I am using a Pentium III (1 Ghz) and the problem is not the computer. I would like to fix the image to the window because the graphical doesn't depends of a time, it is static.That is t

Re: [perl-win32-gui-users] ActivePerl 5.6.1 build 631 with Win32-GUI 0.0.558

2002-02-23 Thread Peter Köller
Hello Eric, I have a solution: Try to insert the magic spell "-style => WS_CHILD | WS_VISIBLE | 1" in the AddListView. This worked for me. Peter > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Auftrag von > Eric Hansen > Gesendet am: Freitag, 22. Februar