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

2001-05-01 Thread EvanK40767
>>- it doesn't seem to be on a PPM anywhere - I always get .502?<< Are you on a proxy or behind a firewall (or both)? try clearing any caches you might have, then try again. - ___ "Rarely is the question asked: Is our children learning?" ~George W. Bush

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

2001-05-01 Thread Jeremy Aiyadurai
hi, how do i create an icon for use with perl2exe? I find the faq confusing and i don't have DevStudio. Jeremy

[perl-win32-gui-users] Perl2exe

2001-05-01 Thread Jeremy Aiyadurai
Hi all, Thanks for all your help in the past this is my first time using the Perl2exe compiler is this the right command "perl2exe thefile.pl -gui -icon=favicon.ico" if i want to create a gui application with an icon? The perl2exe faq is confusing and i get the following compile errors Per

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

2001-05-01 Thread Morbus Iff
>I just ran it with 0.0.558 - all I did was change the > >$logbox->SendMessage (0x115, 0, 0); >to >$logbox->SendMessage (0x115, 7, 0); > >and it did what I believe is what you want it to do - always show the last >16 or so lines of text. Dammit, I don't know what my problem is then. I went to Sou

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

2001-05-01 Thread Morbus Iff
>Get 0.0.558 and see if things change. >You should find it at both activestate and dada.perl.it Ah. Ok. Two questions: - it doesn't seem to be on a PPM anywhere - I always get .502? - just do the normal perl makefile.pl junk for install? Morbus Iff .sig on other machine. http://www.disobey.co

RE: [perl-win32-gui-users] Verifiying Input.

2001-05-01 Thread Piske, Harald
| how can I verify | that 3 characters have been entered and if not pad with leading Zeros? Hi Daryll, I'm not sure I'm getting what your problem is. sub beautify_input { $foo = $Window->MyField->Text (); $bar = sprintf ("%03d", $foo); return $bar; } is one of 1001 ways to turn 1 to

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

2001-05-01 Thread Piske, Harald
| attached the latest Windows.pl file, which is where I'm trying to | accomplish this autoscroll thing. I just ran it with 0.0.558 - all I did was change the $logbox->SendMessage (0x115, 0, 0); to $logbox->SendMessage (0x115, 7, 0); and it did what I believe is what you want it to do - always s

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

2001-05-01 Thread Piske, Harald
| I'm using 0.0.502 of Win32::GUI. AHAA!!! Get 0.0.558 and see if things change. You should find it at both activestate and dada.perl.it

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

2001-05-01 Thread Morbus Iff
Ok. This is intensely interesting. I'm sure I'm doing something wrong. I've attached the latest Windows.pl file, which is where I'm trying to accomplish this autoscroll thing. You'll have to activate it something like: &gui_init, for (1 .. 40) { &gui_note("hey!"); to get it going. It's a g

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

2001-05-01 Thread Morbus Iff
This will scroll the RichEdit as you "print" more text into it. Is that not No, it doesn't do what I want to do - in this instance, I'm seeing: - the window being created. - the lines being written. - the vscrollbar auto created when needed. - the vscrollbar shrinking as more text is added.

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

2001-05-01 Thread Morbus Iff
>is the -height of your richie just missing from the code snippet you posted, >or do you really manage to create the control with zero height? 'Cause, if I >do, my field actually has zero height. Nada. From what you say, it seems to >me that your field is just one line high, so you actually would h

Re: [perl-win32-gui-users] Win32::Setupsup on 5.6

2001-05-01 Thread Robert White
> Has anyone been able to get Setupsup to work on Perl 5.6. try \Perl\html\site\lib\Win32\GuiTest.html Rob http://bangkokwizard.com/ The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system.

[perl-win32-gui-users] Verifiying Input.

2001-05-01 Thread daryll . elston
I am capturing input in a text field limited to 3 Characters, how can I verify that 3 characters have been entered and if not pad with leading Zeros? i.e expecting input of 001, users enters just 1, I want to check and then return 001 Thanks in advance. Daryll The information in this e-mail a