Replies: 5 comments
-
After a bit of thinking, such feature should not be a widget but a reusable callback ( Few things need to be decided upon:
|
Beta Was this translation helpful? Give feedback.
-
Makes sense! I think we can probably put that in support. I do not have answers now, but I am pretty sure it will become evident once we implement it. I think it can simply be a free function. Cross platform might be interesting :-) |
Beta Was this translation helpful? Give feedback.
-
Got any links/references for relevant functions on different systems? I have no knowledge of Mac OS and not sure if Linux has the same interface on all distributions. |
Beta Was this translation helpful? Give feedback.
-
IDK about the callback idea, I see 2 basic options:
or an elements specific widget. I like more the native option (that might be implemented in a small external library), though the only dialog that I see useful for a plugin UI framework would be a filedialog (in which case I also prefer native, especially on Linux that can use Freedesktop portal). |
Beta Was this translation helpful? Give feedback.
-
Or just use this: https://sourceforge.net/projects/tinyfiledialogs/ |
Beta Was this translation helpful? Give feedback.
-
This issue is for tracking any decisions before implementing this widget.
Windows how-to: https://docs.microsoft.com/en-us/windows/win32/dlgbox/color-dialog-box
Beta Was this translation helpful? Give feedback.
All reactions