Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Password edit widget sought
Password edit widget sought [message #441835] Thu, 26 August 2004 09:15 Go to next message
Mike Lischke is currently offline Mike LischkeFriend
Messages: 78
Registered: July 2009
Member
Hi all,

Does anybody of you know if there is an SWT edit widget that shows stars
or bullets for each input character as used for entering passwords?

Mike
--
www.soft-gems.net
Re: Password edit widget sought [message #441857 is a reply to message #441835] Thu, 26 August 2004 09:22 Go to previous messageGo to next message
Daniel Krügler is currently offline Daniel KrüglerFriend
Messages: 853
Registered: July 2009
Senior Member
Hello Mike Lischke,

Mike Lischke schrieb:
> Hi all,
>
> Does anybody of you know if there is an SWT edit widget that shows stars
> or bullets for each input character as used for entering passwords?
>

I don't think that you need such a special widget. Just call

passWordText.setEchoChar('*');

for your Text control during dialog construction and you are done.

Greetings from Bremen,

Daniel Krügler
Re: Password edit widget sought [message #441863 is a reply to message #441857] Thu, 26 August 2004 12:08 Go to previous messageGo to next message
Mike Lischke is currently offline Mike LischkeFriend
Messages: 78
Registered: July 2009
Member
Daniel Krügler wrote:

> I don't think that you need such a special widget. Just call
> passWordText.setEchoChar('*');

I hoped it would be something simple. Thank you.

Mike
--
www.soft-gems.net
Re: Password edit widget sought [message #441866 is a reply to message #441863] Thu, 26 August 2004 14:47 Go to previous message
Chris Gross is currently offline Chris GrossFriend
Messages: 471
Registered: July 2009
Senior Member
Actually in SWT 3.0, use the SWT.PASSWORD style.


"Mike Lischke" <invalid@soft-gems.net> wrote in message
news:cgkjse$dij$1@eclipse.org...
> Daniel Kr
Previous Topic:Eclipse 3 :: Icon (Image) in Colunmn 1 of TableTree(Viewer)
Next Topic:TabFolder derives from Scrollable but no scrollbars there
Goto Forum:
  


Current Time: Sat May 11 03:05:31 GMT 2024

Powered by FUDForum. Page generated in 0.04908 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top