treeform / fidget

Figma based UI library for nim, with HTML and OpenGL backends.
MIT License
763 stars 32 forks source link

Is there someway to open a file dialog? #141

Closed Unaimend closed 3 years ago

Unaimend commented 3 years ago

So when I press a button I need a dialog where the user an select a file

treeform commented 3 years ago

You need to use a different library for system dialogs, maybe https://github.com/SSPkrolik/nim-native-dialogs ?

Unaimend commented 3 years ago

Thank you, for your reply.