Tooltip text for this hyperlink ?

Discuss the database features
Post Reply
arfgh
Posts: 566
Joined: Tue Mar 05, 2013 6:44 pm

Tooltip text for this hyperlink ?

Post by arfgh »

hey there friends. I have added some hyperlinks on my report by this way:

Code: Select all

	Cell = Table.getCellByPosition(x, n)
	Content = Cell.Text 
	Curs = Content.createTextCursor()
	Curs.gotoStart(False)
	Curs.gotoEnd(True) 
	Curs.HyperLinkURL = "vnd.sun.star.script:standard.module1.name?language=Basic&location=document"
But the problem is that i am unable to add some tooltip text to see it when placing the mouse on the hyperlink.
I have been checking the object and its properties with mri with no lucky.

So that's the question, how to add a tooltip text to that kind of hyperlinks ?
OpenOffice last version | Mageia Linux x64 | Ubuntu Linux | Windows 8.1 Enterprise x64 | Java last version
arfgh
Posts: 566
Joined: Tue Mar 05, 2013 6:44 pm

Re: Tooltip text for this hyperlink ?

Post by arfgh »

anybody ? it should exist a way to do it by some way.... but how !
OpenOffice last version | Mageia Linux x64 | Ubuntu Linux | Windows 8.1 Enterprise x64 | Java last version
arfgh
Posts: 566
Joined: Tue Mar 05, 2013 6:44 pm

Re: Tooltip text for this hyperlink ?

Post by arfgh »

i cant find a way in the api to set the tooltip text for that, but that's strange because editing an hyperlink with the gui, we can do it....
OpenOffice last version | Mageia Linux x64 | Ubuntu Linux | Windows 8.1 Enterprise x64 | Java last version
Post Reply