randomguy has asked for the wisdom of the Perl Monks concerning the following question:

I have a Perl/Tk program that I wrote several years ago. This programs displays correctly with Perl/Tk 804.027 on Cygwin version 1.5.24 and on various Linux systems running comparable versions of Perl. When I try this program in Cygwin version 1.5.25 and Perl/Tk 804.028 I can only display it from the Cygwin startx utility and then it does not display the menubar. When I try the short cut to open a file (a menubar function) I see displayed in the startx xterm Tk::Error: messages that relate to the fbox. (Sorry, it won't let me cut and past the exact message.) Has anyone seen this type of behavior before and what is the fix?

Replies are listed 'Best First'.
Re: Perl/Tk with Cygwin version 1.5.25
by planetscape (Chancellor) on Oct 03, 2009 at 21:11 UTC

    Without an error message or some code, I suspect this will be hard to troubleshoot. Can you run this under the debugger, i.e., perl -d myTkproggy.pl?

    HTH,

    planetscape