Re: [perl-win32-gui-users] [win32-gui] precision timer event?

2006-09-07 Thread tinti
I prefer InnoSetup (http://www.innosetup.com/) together with ISTool (http://www.istool.org). Some time ago I used InstallJammer (http://www.installjammer.com/) for a multiplatform project. Both of them are very good and doing their job. One installer I dislike is NSIS, it is very hard to code an

Re: [perl-win32-gui-users] precision timer event?

2006-09-06 Thread tinti
I think you should be able to use Win32::GUI::Timer (http://perl-win32- gui.sourceforge.net/cgi-bin/docs.cgi?doc=timer) or Time::HiRes (http://search.cpan.org/~jhi/Time-HiRes-1.90/HiRes.pm). I used already both of them and they always did what I want ;) Raoul -Original Message- From: Ste

Re: [perl-win32-gui-users] Win32::GUI and RPC Server??

2006-08-31 Thread tinti
Thanks all for your great help, I will play a little with Win32::GUI::ThreadUtils to see if it will work fine for RPC calls and/or POE. As I saw in the examaple files, it looks really easy managing a thread from this module. cheers, tinti > > >Thanks for this information, I

Re: [perl-win32-gui-users] Win32::GUI and RPC Server??

2006-08-31 Thread tinti
Thanks for this information, I've read that Win32::GUI::ThreadUtils is currently experimental!? Do you have used Win32::GUI::ThreadUtils in a real environment and tested it for stability? kindest regards, tinti > Jeremy White wrote: > >> I'm in trouble using Win32::G

[perl-win32-gui-users] Win32::GUI and RPC Server??

2006-08-30 Thread tinti
g(); both are started as threads! How can I start both in one script?? I think this is a newbie or Perl related question, but I am sure that somebody in this list did already stuff like this. Thanks for help, tinti

Re: [perl-win32-gui-users] Beta release of 1.04 available for testing

2006-08-09 Thread tinti
the Win32::GUI stuff on earlier > versions > of PAR, but so long as I have a solution that works, I`m not going > to > change it :) > > Steve > > > > tinti wrote: > > I'm currently using ActivePerl 5.8.8.817 with Win32::GUI 1.03_04. > > Everytime I

Re: [perl-win32-gui-users] Beta release of 1.04 available for testing

2006-08-06 Thread tinti
rintf "TEST"; When I comment out #Win32::GUI(); everythings looks fine and my test.exe prints out TEST. What am I doing wrong Steve, as it seems to be working for you? Thanks for Help, tinti

[perl-win32-gui-users] Trayicon balloon tips

2006-06-07 Thread tinti
Hi, is there a way to display information in a balloon tip with Win32::GUI under WinXP and Win2k? I think that I found once an example but I cannot remember this page. If someone knows if it is possible or if someone has an example how to do it, please let me know. Thanks, tinti

Re: [perl-win32-gui-users] execute system command

2006-06-04 Thread tinti
written by Jan Krynicky and is based on discussion on Perl-Win32-Users mailing list, the code is by Jan Dubois. Source: http://jenda.krynicky.cz/perl/GUIscripts.html tinti -Original Message- From: "Sean Healy" <[EMAIL PROTECTED]> To: perl-win32-gui-users@lists.sourceforge

[perl-win32-gui-users] execute system command

2006-06-04 Thread tinti
PC!\n","",16); - $0 = `command` or die Win32::GUI::MessageBox(0,"FATAL ERROR\nThis program cannot run on your PC!\n","",16); anyone has an idea or is it wrong usage of pp and his parameters? Thanks for help guys, tinti

[perl-win32-gui-users] TabStrip example and ListView question

2006-02-28 Thread tinti
a cell merging function like in Excel where you can merge two or more cells together? Many thanks, tinti