>>- 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
hi,
how do i create an icon for use with perl2exe?
I find the faq confusing and i don't have DevStudio.
Jeremy
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
>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
>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
| 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
| 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
| 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
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
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.
>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
> 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.
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
13 matches
Mail list logo