[Bug 2240] New: File Multiselect (ofn.Flags OFN_ALLOWMULTISELECT) is unsupported?

Wine Bugs wine-bugs at winehq.org
Thu May 20 10:56:41 CDT 2004


http://bugs.winehq.org/show_bug.cgi?id=2240

           Summary: File Multiselect (ofn.Flags OFN_ALLOWMULTISELECT) is
                    unsupported?
           Product: Wine
           Version: 20040505
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: major
          Priority: P2
         Component: wine-gui
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: greensh at knology.net
                CC: greensh at knology.net


Using the MSVC (Visual C++), in my MFC app, I define;

ofn.Flags = OFN_ALLOWMULTISELECT | OFN_HIDEREADONLY | OFN_FILEMUSTEXIST | 
OFN_EXPLORER ;
	 
and this opens a dialog allowing me to select multiple files and works fine 
under Windows. Under Wine, I can select the files, but then it does nothing with 
them. It acts as though nothing was selected...  not even one file.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list