Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse 4 » XWT + TableViewer + Master/Details
XWT + TableViewer + Master/Details [message #565926] Sat, 12 December 2009 07:45
Walter Missing name is currently offline Walter Missing name
Messages: 119
Registered: July 2009
Senior Member
Facing issues in showing nested Table Contents

Master Shows the Data Correctly ( contains 2 rows )
<TableViewer x:Name="testTV" x:style="BORDER|SINGLE|FULL_SELECTION"
input="{Binding}">

But in the nested table where the pictures ( a data member of master table )
is an collection of Picture objects containing url as a member, I couldn't
see the data populated in ImageViewer.
<TableViewer x:Name="ImageViewer" input="{Binding
elementName=testTV,path=selection(pictures)}">
<TableViewer.columns>
<TableViewerColumn width="60" text="url" displayMemberPath="url" />
</TableViewer.columns>

I didnot get any exceptions at all.
Both TableViewers are defined in the same xwt file.

Any help is much appreciated.

Thanks,
- Walter.
Previous Topic:How do i define and use my own renderer?
Next Topic:XWT + TableViewer + Master/Details
Goto Forum:
  


Current Time: Wed May 22 12:11:42 EDT 2013

Powered by FUDForum. Page generated in 0.01730 seconds