Bug 4592 - multi select behavior for file dialog (1G7HZ2Q)
Summary: multi select behavior for file dialog (1G7HZ2Q)
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 2.0   Edit
Hardware: All Windows 98
: P5 normal (vote)
Target Milestone: ---   Edit
Assignee: Veronika Irvine CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-11 14:19 EDT by Greg Adams CLA
Modified: 2003-03-05 16:37 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Greg Adams CLA 2001-10-11 14:19:31 EDT
Quite a few teams needed the multi select capabilities
from the FileDialog widget for their features, so they went ahead and
added this to the SWT code (see the attached java file).
Is it possible for the SWT team to incorporate this into SWT?

NOTES:

VI (28/02/2001 1:47:09 PM)
	On Windows, add OFN_ALLOWMULTISELECT to struct before opening dialog.
	Also need to add API for getting an array of names bakc.
	Must investigate how to do this on Motif

CM (3/17/01 5:35:49 PM)
	P2/M1 (April 1st, 2001)

SN (3/23/01 5:55:59 PM)
	Implemented on Windows and stubbed elsewhere for now.  The API is
	FileDialog.getFileNames and the feature is turned on by SWT.MULTI.

	Moving to Active because it hasn't been (and possibly cannot be) 
implemented
	on the other platforms.  The stub may have to be the implementation.  
Need to
	investigate.
Comment 1 DJ Houghton CLA 2001-10-29 16:24:03 EST
PRODUCT VERSION:

tech preview & dec drop

Comment 2 Steve Northover CLA 2003-03-05 16:37:42 EST
This has been fixed on the other platforms for a while.