RE: [perl-win32-gui-users] AutoScrolling a RichEdit?

2001-05-02 Thread Piske, Harald
| Dammit, I don't know what my problem is then. OK, I tracked it down - I'm using Windoze 2000, you are on 98. The workaround is: $logbox->SendMessage (0x115, 7, 0); # scroll to bottom $logbox->SendMessage (0x115, 2, 0); # scroll one page up In your case, where you only ever display o

RE: [perl-win32-gui-users] Perl2exe

2001-05-02 Thread Kuo, David
Thank you very much. -Original Message- From: Anthony C. George [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 02, 2001 10:09 AM To: perl-win32-gui-users@lists.sourceforge.net Subject: Re: [perl-win32-gui-users] Perl2exe Head on over to www.perl2exe.com ! :) >tony - Original Messag

Re: [perl-win32-gui-users] Perl2exe

2001-05-02 Thread NAHUM Marc
I don't help ... but i have exactly the same ... - Original Message - From: "David Hiltz" <[EMAIL PROTECTED]> To: Sent: Wednesday, May 02, 2001 5:12 PM Subject: Re: [perl-win32-gui-users] Perl2exe > > I'm using version 4.03 of perl2exe which works fine for > creating GUI EXEs, but

Re: [perl-win32-gui-users] Perl2exe

2001-05-02 Thread David Hiltz
I'm using version 4.03 of perl2exe which works fine for creating GUI EXEs, but when I use the '-icon' option it does not include the icon. Do I need a higher version of perl2exe? Or better yet, has anybody gotten it to work and if so with what version? Thanks. David Hiltz > yes,

Re: [perl-win32-gui-users] Perl2exe

2001-05-02 Thread Anthony C. George
Head on over to www.perl2exe.com ! :) >tony - Original Message - From: "Kuo, David" <[EMAIL PROTECTED]> To: Sent: Wednesday, May 02, 2001 9:36 AM Subject: RE: [perl-win32-gui-users] Perl2exe > Can anyone kindly tell me where I can find the perl2.exe and the docs? > > Thanks, > > Dav

Re: [perl-win32-gui-users] Windows freezing

2001-05-02 Thread Morbus Iff
>I know about Win32::GUI::DoEvents() method but I think it is used >in a loop only. Does anybody have any idea how to stop frezing In essence, LWP uses a blocking call to do whatever it's trying to do. Meaning that while LWP is running, Win32::GUI isn't listening to events, which is why the win

RE: [perl-win32-gui-users] Perl2exe

2001-05-02 Thread Kuo, David
Can anyone kindly tell me where I can find the perl2.exe and the docs? Thanks, David -Original Message- From: Anthony C. George [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 02, 2001 9:13 AM To: perl-win32-gui-users@lists.sourceforge.net Subject: Re: [perl-win32-gui-users] Perl2exe ye

[perl-win32-gui-users] Windows freezing

2001-05-02 Thread export
Hi, I have an application that uses LWP modul. This application uses LWP modul to post to some web pages.Previously I used to run this program as CGI script.I needed to use a web server. For this reason also I decided to change the program a little and used Win32::GUI modul. In CGI version t

Re: [perl-win32-gui-users] Perl2exe -icons

2001-05-02 Thread Anthony C. George
Any icon editor will do(MichaelAngelo,IconForge, etc) the docs only state the icon must contain a 32x32 AND a 16x16 bitmap, but the icon can be no larger than 1K.. Anything further, feel free to email me off-list before this gets even more off-topic... >tony - Original Message - From: "Jere

Re: [perl-win32-gui-users] Perl2exe

2001-05-02 Thread Anthony C. George
yes, the docs are kind of confusing... it would be: perl2exe -gui -icon=favicon.ico thefile.pl >tony - Original Message - From: "Jeremy Aiyadurai" <[EMAIL PROTECTED]> To: Sent: Tuesday, May 01, 2001 9:16 PM Subject: [perl-win32-gui-users] Perl2exe > > Hi all, > > Thanks for all your h

Re: [perl-win32-gui-users] ChooseFont - can't get it to work

2001-05-02 Thread Tom Paton
On 30 Apr 01, at 9:55, Johan Lindstrom wrote: > Does the Win32::GUI::ChooseFont() work? sorry, don't know about that. > The -name is pretty straightforward, but I don't understand what I > should do with the -size I get back. If I use it to set a font size in > a RichEdit, the type is smaller than