Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Text.setEchoChar missing
Text.setEchoChar missing [message #129854] Thu, 23 April 2009 13:33 Go to next message
Enrico Zanaga is currently offline Enrico ZanagaFriend
Messages: 50
Registered: July 2009
Member
Hi,

does Text.setEchoChar will be implemented in future?

Thanks,
Enrico
Re: Text.setEchoChar missing [message #130058 is a reply to message #129854] Fri, 24 April 2009 09:30 Go to previous messageGo to next message
Rüdiger Herrmann is currently offline Rüdiger HerrmannFriend
Messages: 581
Registered: July 2009
Senior Member
not for 1.2, as we have feature freeze since M6. If you file file an
enhancement request, we can consider this for the next release.
At least to my knowledge, there is no standard way in HTML to change
the echo char. This would mean that the setEchoChar() method would
work as a hint, that might or might not be available on certain
browsers.

Cheers,
Rüdiger

Enrico Zanaga wrote:
> Hi,
>
> does Text.setEchoChar will be implemented in future?
>
> Thanks,
> Enrico
Re: Text.setEchoChar missing [message #130151 is a reply to message #129854] Fri, 24 April 2009 15:37 Go to previous message
Eclipse UserFriend
Originally posted by: phiamo.gmail.com

Hi Enrico

If you miss it in many rcp demo's and want to get them working use
SWT.PASSWORD as Style:
eg:
passwordText = new Text(composite, SWT.SINGLE);
passwordText.setEchoChar('*');

in equinox or rcp demos is for me the same as

passwordText = new Text(composite, SWT.SINGLE | SWT.PASSWORD);

cheers phil

Enrico Zanaga schrieb:
> Hi,
>
> does Text.setEchoChar will be implemented in future?
>
> Thanks,
> Enrico
Previous Topic:Problem with Job and JobManagerAdapter
Next Topic:starting/using RAP Theme Editor
Goto Forum:
  


Current Time: Fri Apr 19 19:48:56 GMT 2024

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

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

Back to the top