Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Text Alignment in Text Field at run-time
Text Alignment in Text Field at run-time [message #462452] Wed, 12 October 2005 12:52 Go to next message
Tariq Khalaf is currently offline Tariq KhalafFriend
Messages: 3
Registered: July 2009
Junior Member
Hello,

Is there any way to change alignment of text in a text widget at run-time?
Text text = new Text(composite, SWT.RIGHT);

make it: SWT.LEFT at runtime?

Thanks

Tariq
Re: Text Alignment in Text Field at run-time [message #462520 is a reply to message #462452] Thu, 13 October 2005 12:33 Go to previous message
Grant Gayed is currently offline Grant GayedFriend
Messages: 2150
Registered: July 2009
Senior Member
No, this is not currently supported. This has been asked before, but I
cannot find an existing feature request for it, so feel free to log one with
Platform - SWT.

Grant

"Tariq Khalaf" <tariqkhalaf@yahoo.com> wrote in message
news:02346be0aef3a50f7193b887e700275d$1@www.eclipse.org...
> Hello,
>
> Is there any way to change alignment of text in a text widget at run-time?
> Text text = new Text(composite, SWT.RIGHT);
>
> make it: SWT.LEFT at runtime?
>
> Thanks
>
> Tariq
>
>
>
>
Previous Topic:Extend SWT with AspectJ
Next Topic:close view
Goto Forum:
  


Current Time: Fri Mar 29 14:45:22 GMT 2024

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

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

Back to the top