• issue with fsdialog

    From Nicolas@21:1/5 to All on Fri Jan 28 14:36:40 2022
    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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Harald Oehlmann@21:1/5 to All on Sat Jan 29 12:00:29 2022
    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,
    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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Nicolas@21:1/5 to All on Sat Jan 29 05:07:47 2022
    Le samedi 29 janvier 2022 à 12:00:34 UTC+1, Harald Oehlmann a écrit :
    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,
    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
    Hi Harald,
    thanks... I did it :)

    ++

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Schelte@21:1/5 to Nicolas on Mon Jan 31 14:00:30 2022
    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.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Nicolas@21:1/5 to All on Mon Jan 31 12:00:30 2022
    Le lundi 31 janvier 2022 à 14:00:35 UTC+1, Schelte a écrit :
    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,
    many thanks for the quick fixes

    ++

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)