Bug #1404

Mis à jour par Serge Heiden il y a plus de 9 ans

The current File field is set to the OPEN SWT style and Mac users can't select a file to create.

h3. Solution

Define two different widget styles:
* "FileOpen" (synonym "File", for retro-compatibility) field type that set
Add the right SWT style (SWT.OPEN)
* "FileSave"
"CreateFile" field type that set the right SWT style (SWT.SAVE)

Retour