PerlTray exit and Tk problem
by Archon810 other posts by this author
Jul 3 2005 6:20PM messages near this date
Can't build wxperl 0.23 applications under PerlApp 5.3.0
|
PerlApp and xcopy on WinXP SP2
Hi,
I'm developing a Perl/Tk app, and I'm trying to use PerlTray to have the GUI and
tray at the same time. It looks like everything is working, except the exit
routine. When I press Exit in the tray, nothing happens, and the only way to
kill the program is to use the Task Manager to kill prog.exe. I have narrowed it
down to this:
- if I comment out all the GUI code, it still doesn't exit,
- if I comment out the GUI code + 'use Tk' or any Tk related includes, it exits
fine.
What is happening? Why is exit not working? I'm not seeing any error messages
either. Please help. Thank you.
Best regards,
Archon810.
_______________________________________________
PDK mailing list
PDK@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
|