I'm surprised that this works at all, even as a script. I'd expect the
animation to hang, because the script is stopped waiting for your gpresult
program to run.
You may want to consider running gpresult in a separate thread
Brian Millham
This message traveled at least 44,000 miles to reac
Hello,
After compiling Win32::GUI script with PerlApp PDK 6.0.2 and running it as EXE
Animation control freezes while fork() or system() are executed on the
background to run CPU-intensive processes.
However, uncompiled .PL script runs fine - AVI file is being played OK.
Does anybody have a wor
Dear all:
Have a couple of questions, and was wondering if someone can help me out.
1) Don't know if I am phrasing this correctly, but is there a way to create
a window that stays open all the time, regardless of what is happening? For
example I would like to create a windows that locks itself on
As an addition to what I just sent (my apologies, im way out of it
today), plz note that for some reason:
$win->TrackMouse();
$win->Hook(WM_MOUSEHOVER,\&abMouseHooks);
$win->Hook(WM_MOUSELEAVE,\&abMouseHooks);
Ends up firing the subroutine once at initialization, and then never
again.
Could someone provide me with some insight as to the requirements to
make use of TrackMouse and such functions as MouseOver on a window? I
must be missing something simple because I can't get them to work.
Jason P
On Wed, 28 Dec 2005, Octavian Rasnita wrote:
> I have tried to store some data in a perl program under the
>
> __DATA__
>
> mark, then to read from there using:
>
> while() {
> ...
> }
>
> The program works when I run it as a .pl file, but if I create a .exe file
> using perlapp, it doesn't rea
Glenn, I have reported issue to IndigoStar today.
I am using Windows XP Professional. Some people on my network
Are using Windows 2000 professional. I have 1 GIG RAM on my PC.
Eric
Below is a sample program to compile and run to witness problems
As stated in root issue.
###
# ActiveState's ActivePerl(Perl Core) 5.6.1.638
# Aldo Calpini's Perl Win32::GUI Module Extension 1.02
# IndigoStar's Perl2exe Com
Very interesting. Be sure to make this information available to the
appropriate people at IndigoStar.
Jason P.
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Eric Hansen
Sent: Wednesday, December 28, 2005 11:02 AM
To: perl-win32-gui-users@li
FYI everyone if you have not yet experienced this anomaly...
If you are running Windows Messenger or possibly even Yahoo Messenger
And possibly even an anti-virus program in the background while
compiling
Your perl Win32-GUI application with the IndigoStar compiler, you will
Experience prob
Hi,
I have tried to store some data in a perl program under the
__DATA__
mark, then to read from there using:
while() {
...
}
The program works when I run it as a .pl file, but if I create a .exe file
using perlapp, it doesn't read anything from .
Is there something I can do to make it work?
I have started using nem instead of oem just because it is "new" and I
think
that it might be better and might have some advantages, but is there a
practical reason for using nem instead of oem?
Sometime I feel that OEM is better because requires less coding...
To some extent the difference be
12 matches
Mail list logo