VisUI: support FileChooser #103
Replies: 5 comments
-
I think there were some issues with including desktop-only utilities in the core lib, but I honestly don't remember why we decided against it back then. @kotcrab Can |
Beta Was this translation helpful? Give feedback.
-
I don't remember either but I don't think so. I moved usage of all problematic APIs ( It's also a question whether should we have builder method that works only on one platform with all the other cross-platform ones. |
Beta Was this translation helpful? Give feedback.
-
Now that you mention it, I think these were the original reasons:
I might be wrong though - is there a common use case where you'd want to add actors to a @ishitatsuyuki If you don't agree, and if you're willing to set up a pull request with a |
Beta Was this translation helpful? Give feedback.
-
Yeah, I agree. It would end up as an apply style constructor, and I guess it's even trickier as the documentation suggests to reuse single widget, while others are mainly constructed for every demand. Feel free to close this issue if this has too much concerns to implement. |
Beta Was this translation helpful? Give feedback.
-
I'd be willing to sacrifice a little bit consistency for usability, but I just don't see how |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
While it's a desktop only widget, I think it worth to add support for a builder for it.
Beta Was this translation helpful? Give feedback.
All reactions