Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse 4 » XWT + DataBinding + TableViewer +Image
XWT + DataBinding + TableViewer +Image [message #566668] Sun, 27 December 2009 06:11 Go to next message
Walter Mising name is currently offline Walter Mising nameFriend
Messages: 128
Registered: July 2009
Senior Member
Hi,

I have the following in XWT.

<TableViewer x:Name="ImageViewerTV" input="{Binding path=pictures}" >
<TableViewer.columns>
<TableViewerColumn width="10" text="Main" displayMemberPath="default"
/>
<TableViewerColumn width="60" text="Picture" displayMemberPath="url"
/>
</TableViewer.columns>
</TableViewer>

Is it possible to show respective images instead of the value of "url" in
the 2nd column.

Thanks
- Walter
Re: XWT + DataBinding + TableViewer +Image [message #566701 is a reply to message #566668] Sun, 27 December 2009 03:56 Go to previous messageGo to next message
Yves YANG is currently offline Yves YANGFriend
Messages: 688
Registered: July 2009
Senior Member
I have created a bug for this issue:
Bug 298553 has been added to the database

We'll work on it.

Best regards
Yves YANG
"Walter Prabhakar" <kwchess@gmail.com> wrote in message
news:hh6tqi$4gg$1@build.eclipse.org...
> Hi,
>
> I have the following in XWT.
>
> <TableViewer x:Name="ImageViewerTV" input="{Binding path=pictures}" >
> <TableViewer.columns>
> <TableViewerColumn width="10" text="Main" displayMemberPath="default"
> />
> <TableViewerColumn width="60" text="Picture" displayMemberPath="url"
> />
> </TableViewer.columns>
> </TableViewer>
>
> Is it possible to show respective images instead of the value of "url" in
> the 2nd column.
>
> Thanks
> - Walter
>
Re: XWT + DataBinding + TableViewer +Image [message #566960 is a reply to message #566668] Tue, 05 January 2010 02:52 Go to previous message
Yves YANG is currently offline Yves YANGFriend
Messages: 688
Registered: July 2009
Senior Member
The solution is committed in CVS. It will be available in th enext build.

Best regards
Yves YANG
"Walter Prabhakar" <kwchess@gmail.com> wrote in message
news:hh6tqi$4gg$1@build.eclipse.org...
> Hi,
>
> I have the following in XWT.
>
> <TableViewer x:Name="ImageViewerTV" input="{Binding path=pictures}" >
> <TableViewer.columns>
> <TableViewerColumn width="10" text="Main" displayMemberPath="default"
> />
> <TableViewerColumn width="60" text="Picture" displayMemberPath="url"
> />
> </TableViewer.columns>
> </TableViewer>
>
> Is it possible to show respective images instead of the value of "url" in
> the 2nd column.
>
> Thanks
> - Walter
>
Previous Topic:XWT + DataBinding + TableViewer +Image
Next Topic:How do you integrate existing 3.5 RCP views into a Modeled UI?
Goto Forum:
  


Current Time: Thu Mar 28 17:45:45 GMT 2024

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

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

Back to the top