Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » How to design a "Tiles View" in RAP?
How to design a "Tiles View" in RAP? [message #882266] Wed, 06 June 2012 06:36 Go to next message
ZungNV Abel is currently offline ZungNV AbelFriend
Messages: 16
Registered: November 2010
Junior Member
Hi everyone,
I need to show a list of objects in some different ways.
- The easiest way is use a Tableviewer and display all fields of each object.
- The second way I want to display is the view of objects must look like "Tiles View" as we use "Window Explorer" to show items. In the space of each object,there is an object's image on the left, and on the right should show some information of that object.

I still have no idea for displaying items in the 2nd way.
Thank you very much for any suggestion.
Re: How to design a "Tiles View" in RAP? [message #882428 is a reply to message #882266] Wed, 06 June 2012 12:54 Go to previous messageGo to next message
Ralf Sternberg is currently offline Ralf SternbergFriend
Messages: 1313
Registered: July 2009
Senior Member

SWT does not provide such a tile view out of the box. You may find
something useful in the Nebula project [1]. If not, may be the SWT
snippets [2] can help to compose a custom component?

Regards, Ralf

[1] http://eclipse.org/nebula/
[2] http://www.eclipse.org/swt/snippets/

--
Ralf Sternberg

Twitter: @EclipseRAP
Blog: http://eclipsesource.com/blogs/

Professional services for RAP and RCP?
http://eclipsesource.com/services/rap/
Re: How to design a "Tiles View" in RAP? [message #883363 is a reply to message #882428] Fri, 08 June 2012 11:25 Go to previous message
ZungNV Abel is currently offline ZungNV AbelFriend
Messages: 16
Registered: November 2010
Junior Member
Thanks Ralf so much.
Based on links you provide, I found the way to extend a Composite and using RowLayout to display all these customized composites.
My Tile view is working now.
Previous Topic:Toolitem of vetical toolbar are centered per default in 1.5
Next Topic:JSExecutor.executeJS with result
Goto Forum:
  


Current Time: Fri Apr 26 17:22:41 GMT 2024

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

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

Back to the top