Add simple input dialog? #47
jonas-s-s-s
started this conversation in
Ideas
Replies: 1 comment
-
Hey @jonasx10j, indeed the WPF version of Ookii Dialogs doesn't have an input dialog like you mentioned. The Windows Forms version of Ookii Dialogs, however, has an Input Dialog: We should implement a WPF version of this dialog here. Tracking via #52 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm not sure if I missed anything, but from what I found out there is no dialog for user value input other than Credential Dialog?
It would be nice to add an 1 value input dialog with Label, textbox, and Yes/Cancel buttons.
I mean something like this:
There already is Microsoft.VisualBasic.Interaction.InputBox, however that one is not good at all, because it's outdated and doesn't allow you to check if user clicked the cancel button or not (it just returns empty string after clicking the cancel button).
Beta Was this translation helpful? Give feedback.
All reactions