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

I've updated from perl 5.9.1 and Tk-804.027 to perl 5.14.2 and Tk-804.030. My earlier perl/tk application was built on xp as 32bit. Now using Windows 7 and rebuild of perl and Tk using Visual Studio VC 10.0 (amd64 vcvarsall.bat) the textvariable of an event widget only updates once. All my perl/Tk code remains unchanged. I have verified the underlying $hash{element} aka textvariable is being updated at 1Hz via printf. How do I fix this? Is there something new I'm unaware of? Thanks Jim

  • Comment on TK mainloop only updating event textvariable once

Replies are listed 'Best First'.
Re: TK mainloop only updating event textvariable once
by Anonymous Monk on Feb 01, 2012 at 03:18 UTC
Re: TK mainloop only updating event textvariable once
by Anonymous Monk on Jan 31, 2012 at 22:17 UTC

    Additional from Jim. The original perl/tk application built on xp 32bit still functions correctly in the Windows 7 64bit environment.