Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » Is there anyway create a TableLayout like Birt?
Is there anyway create a TableLayout like Birt? [message #219852] Fri, 21 July 2006 22:01 Go to next message
arfeifei is currently offline arfeifeiFriend
Messages: 12
Registered: July 2009
Junior Member
Hi guys:
Is there anyway create a TableLayout like Birt?. I checked the Birt
source code. It seems the implmentation is very complicated which based on
XYLayout.is there any simple example show how to create a TableLayout which
have capbility of row span and column span?

Thanks in advanced

arfeifei
Re: Is there anyway create a TableLayout like Birt? [message #220017 is a reply to message #219852] Tue, 25 July 2006 05:52 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: reinalt6.yahoo.com

i will tell u how to span column, row is similar...
extend AbstractHintLayout n write ur layout() method.... How to write
layout u can check the layout code for ToolbarLayout ....its similar just
when u r calculating the width keep in mind that width of each column will
be :
width of client area / numChildren....
hope tht will give u sm help....
Re: Is there anyway create a TableLayout like Birt? [message #220178 is a reply to message #220017] Wed, 26 July 2006 02:39 Go to previous message
arfeifei is currently offline arfeifeiFriend
Messages: 12
Registered: July 2009
Junior Member
Thanks! I will try

"reinalt" <reinalt6@yahoo.com> wrote in message
news:a0f868834390c09c9ebfc9a109b6539a$1@www.eclipse.org...
>i will tell u how to span column, row is similar...
> extend AbstractHintLayout n write ur layout() method.... How to write
> layout u can check the layout code for ToolbarLayout ....its similar just
> when u r calculating the width keep in mind that width of each column will
> be : width of client area / numChildren....
> hope tht will give u sm help....
>
Previous Topic:unable to implement a clean "CenterLayout"
Next Topic:Resizing the Root Container in Shapes Example
Goto Forum:
  


Current Time: Fri Mar 29 07:05:18 GMT 2024

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

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

Back to the top