You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would like to have support for file / folder selection dialogs, as Electron offers them, to have access to the filesystem path so it can be communicated to the backend.
I'm not aware of any other runtimes that are currently supported by Flexx that have this functionality, is that correct?
The text was updated successfully, but these errors were encountered:
perhaps it would be easier to build this into dialite?
Dialite exposes minimal functionality to interact with the user. It uses a different (native) mechanism on each platform, so we can only use the features that lie on the intersection of all these mechanisms. I don't think a file selection dialog is available on each these mechanisms ...
There's also flexxui/flexx#485; a possible option for having file selection is to implement it in Flexx, with a combination of a PyComponent (to access the FS) and a Widget to have a view on it.
Would like to have support for file / folder selection dialogs, as Electron offers them, to have access to the filesystem path so it can be communicated to the backend.
I'm not aware of any other runtimes that are currently supported by Flexx that have this functionality, is that correct?
The text was updated successfully, but these errors were encountered: