Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » BIRT display rotated text
BIRT display rotated text [message #164272] Wed, 24 May 2006 16:37 Go to next message
Cristian Popescu is currently offline Cristian PopescuFriend
Messages: 206
Registered: July 2009
Senior Member
Hi. How can I rotate a text in a header of a table in BIRT?

Cristian
Re: BIRT display rotated text [message #164327 is a reply to message #164272] Wed, 24 May 2006 19:02 Go to previous messageGo to next message
Der Spunk is currently offline Der SpunkFriend
Messages: 58
Registered: July 2009
Member
I don't know of direct support from BIRT for this requirement. But you can
try the following workaround: Use a text block with HTML to set the CSS3
property "writing-mode":

<span style="writing-mode: tb-rl">Your header</span>

Tested this with BIRT2.1RC3; it works with IE6 but not with Firefox 1.5.

I don't know of a simple Browser-independent way of doing this; e.g. you can
use (may be even dynamically generated) images to display the headers.


"Cristian" <ceol.gael@gmail.com> schrieb im Newsbeitrag
news:ac6aaed0cc8eb08db33a61e98ce943f7$1@www.eclipse.org...
> Hi. How can I rotate a text in a header of a table in BIRT?
>
> Cristian
>
Re: BIRT display rotated text [message #164351 is a reply to message #164327] Wed, 24 May 2006 19:29 Go to previous messageGo to next message
Cristian Popescu is currently offline Cristian PopescuFriend
Messages: 206
Registered: July 2009
Senior Member
Thank you.
Still...Re: BIRT display rotated text [message #165415 is a reply to message #164351] Mon, 29 May 2006 19:35 Go to previous messageGo to next message
Cristian Popescu is currently offline Cristian PopescuFriend
Messages: 206
Registered: July 2009
Senior Member
Hi. How can I change the display direction of an object within the report?
Something like this.getStyle()....

I was trying something with writing-mode or direction but it seems they're
not implemented...

Cristian
HELP!!!: BIRT applying styles [message #165955 is a reply to message #164272] Wed, 31 May 2006 13:58 Go to previous messageGo to next message
Cristian Popescu is currently offline Cristian PopescuFriend
Messages: 206
Registered: July 2009
Senior Member
Hi. I want to apply a style to an element from a property file inside the
report. The problem is that is ignored the new style taken from a css file
with import style...:

span,div.verText { writing-mode: tb-rl; filter: flipH() flipV(); height:
150px;}

If I define a text object and apply directly the
<span style="writing-mode: tb-rl; filter: flipH() flipV(); height:
150px;">My Test</span> it works.

Is this a bug in BIRT?

Thank you,
Cristian
HELP!!! HELP!!!: BIRT applying styles [message #166146 is a reply to message #165955] Wed, 31 May 2006 20:03 Go to previous message
Cristian Popescu is currently offline Cristian PopescuFriend
Messages: 206
Registered: July 2009
Senior Member
Did anybody had this problem before? How it should be solved?

Cristian
Previous Topic:How to do the sorting on the listing report
Next Topic:Installing fonts on Linux
Goto Forum:
  


Current Time: Fri Apr 26 01:24:10 GMT 2024

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

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

Back to the top