Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] filedialog or directorydialog - open either a file or a directory

FYI, a request for this feature has already been made... and the bug was 
closed as wontfix.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=88676

FYA, I implemented a FileAndDirectoryDialog long ago (in another life, and 
in another language <grin>), and I'll tell you, the GUI was bizzarre.
For example, if the user selects a directory in the list and then types 
"Enter", does the dialog navigate into the directory, or return it?
Do you allow multiple return values of different types, i.e. a whole list 
of files and/or directories?
What happens when the user types directory/.. and then clicks OK? Or types 
Enter?
Can OK and Enter behave differently, or always the same?
The dialog sometimes behaved in a way that users did not expect, often 
depending on whether the list or the text field had focus.
So perhaps that is partly why platforms seem reluctant to implement such a 
beast... <grin>

Carolyn




Grant Gayed/Ottawa/IBM@IBMCA 
Sent by: platform-swt-dev-bounces@xxxxxxxxxxx
05/29/2006 04:00 PM
Please respond to
"Eclipse Platform SWT component developers list."


To
platform-swt-dev@xxxxxxxxxxx
cc

Subject
Re: [platform-swt-dev] filedialog or directorydialog - open either      a 
file or a directory







No, this is not currently supported.  If you like you can log a Feature 
Request with SWT for this at 
https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Platform&bug_severity=enhancement 
, but I don't know if a native implementation of this is available on all 
of the platforms (if not then this is not likely to be implemented). 

Grant 




Borja Martín <borjam@xxxxxxxxxx> 
Sent by: platform-swt-dev-bounces@xxxxxxxxxxx 
05/26/2006 11:40 AM 

Please respond to
"Eclipse Platform SWT component developers list."


To
swt-dev <platform-swt-dev@xxxxxxxxxxx> 
cc

Subject
[platform-swt-dev] filedialog or directorydialog - open either a file or a 
directory








hi,
I would like to know if it's possible to select either a directory or a
file from the same file/directorydialog (or why not, both at same time)

thanks in advance

-- 
/**
* dagi3d v4 | http://dagi3d.net
*/

_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev
_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev




Back to the top