khchen / wNim

Nim's Windows GUI Framework
MIT License
327 stars 17 forks source link

wildcard of FileDialog not work #59

Closed 26awen closed 4 years ago

26awen commented 4 years ago
let file = FileDialog(frame, message="choose a file", wildcard=".json").display()

Codes above doesn't make any changes than wittout setting the "wildcard" argument.

khchen commented 4 years ago

The format of wildcard parameter is here: https://khchen.github.io/wNim/wFileDialog.html#setWildcard%2CwFileDialog%2Cstring