Text replacement feature for CTkInputDialog Widget #2795
celilselcuk
started this conversation in
Ideas
Replies: 1 comment
-
|
@celilselcuk |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys,
Opened this discussion because I felt that the InputDialog widget should have a couple more arguments that for instance the entry widget has.
The main one that's stuck out to me is the fact that you can't pass any sort of show=char.
In my case, I've used the InputDialog widget for a Top Level window to allow users to enter passwords, but you can't even star out what they've entered using show="*". Realistically, I should be making another class for this window, but the InputDialog widget is time-efficient and is almost enough, it's just missing 1 or 2 arguments that other widgets, really similar to InputDialog, have.
Beta Was this translation helpful? Give feedback.
All reactions