revery-ui / revery

:zap: Native, high-performance, cross-platform desktop apps - built with Reason!
https://www.outrunlabs.com/revery/
MIT License
8.06k stars 196 forks source link

UI - Dialog: request feature file chooser #444

Open Et7f3 opened 5 years ago

Et7f3 commented 5 years ago

Hello,

I have noticed that Dialog module is not available on api doc: https://www.outrunlabs.com/revery/api/revery/revery/

but it is include in Revery modules.

I don't know what parameter would be useful for file chooser dialog but I can make one for Windows. Ask me if you are interrsted in.

When revery have a multi windows support I have idea how to emulate this on other platerform.

https://github.com/revery-ui/revery/pull/276 https://github.com/revery-ui/revery/issues/249

bryphe commented 5 years ago

Ah, ya, we should include the Revery.Native module in the documentation (it's pretty out-of-date - working on some improvements here: #446 ).

We currently just have the ability to show a native platform alert - but it'd be great to expand the functionality in Revery_Native to include showing a file picker via the native platform APIs 👍