Windows Tkx::tk___chooseDirectory

[email protected] Thu, 05 Jan 2012 09:41:44 +0100
Newsgroups perl.tcltk
Message-ID <OFF18AD6BA.15A72755-ONC125797C.002EA0E4-C125797C.002FC43B@notes.cummins.com>
As a relative newcomer to Tkx on perl I have run into an issue with the 
Tkx::tk___chooseDirectory command.  I use this in an application with its 
primary interface built using Tkx, that also spawns Excel using 
Win32::OLE.

The Tkx::tk___chooseDirectory works fine before I have opened Excel.

After I have opened Excel it just freezes. The application logic allows 
Excel to be closed when using Tkx::tk___chooseDirectory, and I have tried 
all methods to close excel and free unused library information, including 
using Win32::OLE Close/Exit/Quit commands, 
Win32::OLE->FreeUnusedLibraries(); , manually closing Excel, killing all 
Excel.Exe processes.

Apologies if this is the wrong list for the question... Any help or 
direction appreciated.

Thanks

Dave Roberts