Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Localize drill through tooltip text
Localize drill through tooltip text [message #757517] Fri, 18 November 2011 17:55 Go to next message
donino donino is currently offline donino doninoFriend
Messages: 183
Registered: July 2011
Senior Member
Hi,

When building a drill-through type hyperlink in designer, on step 6, we can enter a tooltip text wich will be displayed on hyperlink mouseover. I wonder if there is a way to localize this text? Usually in birt designer we can select a key for these kind of labels but not here. Please do someone know a way to localize this text?

thanks !
Re: Localize drill through tooltip text [message #757838 is a reply to message #757517] Fri, 18 November 2011 22:14 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Why not just remove the tooltip and use an oncreate script for the data
item like:

this.helpText = reportContext.getMessage("text1",
reportContext.getLocale());

Jason

On 11/18/2011 12:55 PM, dpardon wrote:
> Hi,
> When building a drill-through type hyperlink in designer, on step 6, we
> can enter a tooltip text wich will be displayed on hyperlink mouseover.
> I wonder if there is a way to localize this text? Usually in birt
> designer we can select a key for these kind of labels but not here.
> Please do someone know a way to localize this text?
>
> thanks !
Re: Localize drill through tooltip text [message #758212 is a reply to message #757838] Tue, 22 November 2011 11:02 Go to previous messageGo to next message
donino donino is currently offline donino doninoFriend
Messages: 183
Registered: July 2011
Senior Member
it perfectly works, thanks!
Re: Localize drill through tooltip text [message #956273 is a reply to message #757517] Wed, 24 October 2012 11:28 Go to previous messageGo to next message
Ingoos Ficher is currently offline Ingoos FicherFriend
Messages: 5
Registered: July 2012
Junior Member
Thanks Smile ... just what i needed Smile
Re: Localize drill through tooltip text [message #1163981 is a reply to message #757838] Thu, 31 October 2013 10:55 Go to previous messageGo to next message
Ingoos Ficher is currently offline Ingoos FicherFriend
Messages: 5
Registered: July 2012
Junior Member
Jason Weathersby wrote on Fri, 18 November 2011 17:14
Why not just remove the tooltip and use an oncreate script for the data
item like:

this.helpText = reportContext.getMessage("text1",
reportContext.getLocale());

Jason


is there similar way to localize report title ?
Re: Localize drill through tooltip text [message #1163997 is a reply to message #1163981] Thu, 31 October 2013 11:10 Go to previous messageGo to next message
donino donino is currently offline donino doninoFriend
Messages: 183
Registered: July 2011
Senior Member
Ingoos Ficher wrote on Thu, 31 October 2013 06:55

is there similar way to localize report title ?


Hi,

This is not necessary for report titles: In Eclipse designer, select the root of the report -> properties tab -> advanced

At the end of advanced properties we have a "Title key" where we can set a localization key.
Re: Localize drill through tooltip text [message #1164025 is a reply to message #1163997] Thu, 31 October 2013 11:32 Go to previous message
Ingoos Ficher is currently offline Ingoos FicherFriend
Messages: 5
Registered: July 2012
Junior Member
I'm using birt 2.5.2, and that is not working Sad
Previous Topic:JDBC Connection via IPV6
Next Topic:Dynamic data source based on parameter
Goto Forum:
  


Current Time: Thu Apr 25 04:18:16 GMT 2024

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

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

Back to the top