RE: [perl-win32-gui-users] PerlApp issue

2005-12-28 Thread Brian Millham
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

[perl-win32-gui-users] PerlApp issue

2005-12-28 Thread Igor Anufriyenko
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

[perl-win32-gui-users] window control

2005-12-28 Thread Alex Lee
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

[perl-win32-gui-users] TrackMouse and MouseX methodology: addt

2005-12-28 Thread Plum, Jason
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.

[perl-win32-gui-users] TrackMouse methodology and MouseX events

2005-12-28 Thread Plum, Jason
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

RE: [perl-win32-gui-users]

2005-12-28 Thread Jan Dubois
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

RE: [perl-win32-gui-users] Perl Compiler Problems - Win32-GUI

2005-12-28 Thread Eric Hansen
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

[perl-win32-gui-users] RE: Perl Compiler Problems - Win32-GUI

2005-12-28 Thread Eric Hansen
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

RE: [perl-win32-gui-users] Perl Compiler Problems - Win32-GUI

2005-12-28 Thread Plum, Jason
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

[perl-win32-gui-users] Perl Compiler Problems - Win32-GUI

2005-12-28 Thread Eric Hansen
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

[perl-win32-gui-users]

2005-12-28 Thread Octavian Rasnita
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?

RE: [perl-win32-gui-users] oem vs nem

2005-12-28 Thread Jeremy White
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