Re: [aswin32] Ok with perl 5.8.3 on win2000, nok with perl 5.8.7 on winXP

2006-02-15 Thread DonKiShoot
Thank you all, it's ok now. I put the code out of the subroutine as suggest me Rob : sub create_icoMenu { $icoMenu = Win32::GUI::MakeMenu("TrayIconMenu" => "TrayIconMenu", " > &Config" => "Config", " > &About" => "About", " > E&xit" => "Exit" ); return 1; } sub icoTrayIcon_RightClick {

Re: [aswin32] Ok with perl 5.8.3 on win2000, nok with perl 5.8.7 on winXP

2006-02-14 Thread Robert May
I see that Glenn L just beat me to a reply, but here's my take. DonKiShoot wrote: This piece of code works fine on windows 2000 with perl 5.8.3.809 but not on windows xp with perl 5.8.7.815 and i don't find why. So long as you are using the same version of Win32::GUI in both cases, you should