Hello All,
gs: key-event, gs-set-text when you use a password because you have to build on a string, you may get a little annoying.
JPasswordField using the text-field guiserver tried changing features.
Thanks,
---- Ex 1 ----
(gs:text-field 'PassField 16)
(gs:set-echo-char 'PassField "*")
---- Ex 2 ----
(gs:text-field 'PassField 16 "*")
---- Clear Text ----
(gs:unset-echo-char 'PassField)
password entry - extend gs:text-field
password entry - extend gs:text-field
- Attachments
-
- pass-ext.udiff.gz
- (1.36 KiB) Downloaded 761 times
Re: password entry - extend gs:text-field
Thanks, something like this will be added in a future version.
Please attach the entire changed guiserver.lsp and TextFieldWidget.java. My work flow doesn't allow patches.
Please attach the entire changed guiserver.lsp and TextFieldWidget.java. My work flow doesn't allow patches.
Re: password entry - extend gs:text-field
Hello Lutz,
Thanks for interest this patch.
attached source includes "guiserver.lsp", "TextFieldWidget.java", "Dispatcher.java".
Thank you.
Thanks for interest this patch.
attached source includes "guiserver.lsp", "TextFieldWidget.java", "Dispatcher.java".
Thank you.
- Attachments
-
- pass-ext.tar.gz
- guiserver.lsp
java/Dispatcher.java
java/TextFieldWidget.java - (37.17 KiB) Downloaded 732 times
Re: password entry - extend gs:text-field
you can find the password additions (some more changes were necessary) here:
http://www.newlisp.org/downloads/develo ... nprogress/
http://www.newlisp.org/downloads/develo ... nprogress/
Re: password entry - extend gs:text-field
I saw the changed, and nice sample.
Thank you,
Thank you,