Hi,
I've got two issues with fsdialog (http://chiselapp.com/user/schelte/repository/fsdialog/index)
-on win and macOS (when linked against X11 (not Aqua)) when a folder contains spaces (like 'this is my folder') fsdialog return an error:
Cannot change to the directory "/Users/me/Desktop/{this is my folder}"
ChangeDir method seems to return a list in this case... so I had to:
set dir [string map {"{" "" "}" ""} $dir]
-when I tk_getOpenFile with -filetypes option set to a variable and this var is:
set xmltype {{{XML Files} {.xml .XML}}}
fsdialog is setting filter to .xml, .XML
because of the comma, none .xml files are displayed, so I had to:
set xmltype {
{{xml Files} {.xml}}
{{XML Files} {.XML}}
}
++
nicolas
Am 28.01.2022 um 23:36 schrieb Nicolas:
Hi,
I've got two issues with fsdialog (http://chiselapp.com/user/schelte/repository/fsdialog/index)
-on win and macOS (when linked against X11 (not Aqua)) when a folder contains spaces (like 'this is my folder') fsdialog return an error:
Cannot change to the directory "/Users/me/Desktop/{this is my folder}"
ChangeDir method seems to return a list in this case... so I had to:
set dir [string map {"{" "" "}" ""} $dir]
-when I tk_getOpenFile with -filetypes option set to a variable and this var is:
set xmltype {{{XML Files} {.xml .XML}}}
fsdialog is setting filter to .xml, .XML
because of the comma, none .xml files are displayed, so I had to:
set xmltype {
{{xml Files} {.xml}}
{{XML Files} {.XML}}
}
++
nicolas
Hi Nicolas,Hi Harald,
please file a bug ticket at Scheltes fossil repository.
Schelte may care and answer to you.
https://chiselapp.com/user/schelte/repository/fsdialog/index
please also sure to use the latest trunk version from there.
Thanks,
Harald
I've got two issues with fsdialog (http://chiselapp.com/user/schelte/repository/fsdialog/index)
On 28/01/2022 23:36, Nicolas wrote:
I've got two issues with fsdialog (http://chiselapp.com/user/schelte/repository/fsdialog/index)
Thanks for reporting these issues via the bug tracker. They should now
be fixed in the current trunk.
Schelte.yes,
| Sysop: | Keyop |
|---|---|
| Location: | Huddersfield, West Yorkshire, UK |
| Users: | 715 |
| Nodes: | 16 (2 / 14) |
| Uptime: | 31:03:56 |
| Calls: | 12,108 |
| Calls today: | 8 |
| Files: | 15,006 |
| Messages: | 6,518,265 |