Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » SWT Table(TableColumn | Image Text Alignment)
SWT Table [message #756769] Tue, 15 November 2011 02:05 Go to next message
Raj  is currently offline Raj Friend
Messages: 74
Registered: August 2011
Member
Hi


I am using the SWT Table and in my first column i am trying to put the image and text in the TableRow. I want text to appear first and then the image. I looked into the API which has TableRow.setAlignment but it does not have any option for saying -- image to be at the end.

How can we achieve this???

Thanks
Raj
Re: SWT Table [message #756840 is a reply to message #756769] Tue, 15 November 2011 10:10 Go to previous messageGo to next message
Rüdiger Herrmann is currently offline Rüdiger HerrmannFriend
Messages: 335
Registered: July 2009
Senior Member
Raj,

you are probably referring to TableItem (not TableRow). But anyway, with
setAlignment you can only control the alignment of the text. I am sorry
to say that you cannot control the order of image and text. The image is
always left of the text.
The only workaround that comes to my mind is to have two distinct
TableColumns, one for the text and one for the image.

Regards,
Rüdiger

On 15.11.2011 03:05, Raj wrote:
> Hi
>
> I am using the SWT Table and in my first column i am trying to put the
> image and text in the TableRow. I want text to appear first and then the
> image. I looked into the API which has TableRow.setAlignment but it does
> not have any option for saying -- image to be at the end.
>
> How can we achieve this???
>
> Thanks
> Raj

--
Rüdiger Herrmann
http://codeaffine.com
Re: SWT Table [message #756924 is a reply to message #756840] Tue, 15 November 2011 14:56 Go to previous messageGo to next message
Raj  is currently offline Raj Friend
Messages: 74
Registered: August 2011
Member
Yes, i was referring to TableItem.

Thanks for your comments.
Re: SWT Table [message #756926 is a reply to message #756840] Tue, 15 November 2011 14:56 Go to previous message
Raj is currently offline RajFriend
Messages: 67
Registered: July 2009
Member
Yes, i was referring to TableItem.

Thanks for your comments.
Previous Topic:How does RAP process UI actions?
Next Topic:Google Chrome + GET 304 Not Modified
Goto Forum:
  


Current Time: Tue Apr 23 12:00:36 GMT 2024

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

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

Back to the top