RE: [perl-win32-gui-users] GetOpenFileName() filters fail with Win32::OLE::Const 'Microsoft Excel'

2005-03-04 Thread Ed VanderPloeg
Glenn L. reported that the problem (i.e. the file list goes & stays blank when changing from the initial filter) doesn't occur on Win2kSP4. And here's some more details from my fiddling around: - Changing the order of the "use" statements has no effect on the problem. - It fails when bringing in

[perl-win32-gui-users] GetOpenFileName() filters fail with Win32::OLE::Const 'Microsoft Excel'

2005-03-01 Thread Ed VanderPloeg
The following code will pop up a "file open" dialog, but when you select between different filters in the drop-down list, the list of available files to choose from doesn't get updated. To get the list of files updated, you need to go to a different directory and come back to the one of interest.