Hello,
is it possbible to not show the tooltip when the Interaction.Hyperlink value of a component is filled? I like to switch off the tooltip when hovering with mouse over a component who has a value in the Hyperlink property.
Thanks and regards
Thorsten Pontow
How to switch off tooltip when using Interaction.Hyperlink?
How to switch off tooltip when using Interaction.Hyperlink?
Thorsten Pontow
It is easier to write an incorrect program than to understand a correct one. (Alan J. Perlis, Epigrams in programming No. 7)
It is easier to write an incorrect program than to understand a correct one. (Alan J. Perlis, Epigrams in programming No. 7)
Re: How to switch off tooltip when using Interaction.Hyperli
Hello.
Do you want to remove this tooltip or replace it with any other text?
Thank you.
Do you want to remove this tooltip or replace it with any other text?
Thank you.
Re: How to switch off tooltip when using Interaction.Hyperli
Hello Aleksey,
first if all i like to remove it. But maybe later there might the requirement to replace it. So can you tell me how to manage both alternatives?
Thank you
Thorsten Pontow
first if all i like to remove it. But maybe later there might the requirement to replace it. So can you tell me how to manage both alternatives?
Thank you
Thorsten Pontow
Thorsten Pontow
It is easier to write an incorrect program than to understand a correct one. (Alan J. Perlis, Epigrams in programming No. 7)
It is easier to write an incorrect program than to understand a correct one. (Alan J. Perlis, Epigrams in programming No. 7)
Re: How to switch off tooltip when using Interaction.Hyperli
Hello.
Thank you.
It's impossible to do both things now. But we could try to implement feature that you need.tpontow wrote:first if all i like to remove it. But maybe later there might the requirement to replace it. So can you tell me how to manage both alternatives?
Thank you.
Re: How to switch off tooltip when using Interaction.Hyperli
Hello Aleksey,
that would be great! The more important feature of the two is the possiblity to hide the tooltip.
Thanks
Thorsten Pontow
that would be great! The more important feature of the two is the possiblity to hide the tooltip.
Thanks
Thorsten Pontow
Thorsten Pontow
It is easier to write an incorrect program than to understand a correct one. (Alan J. Perlis, Epigrams in programming No. 7)
It is easier to write an incorrect program than to understand a correct one. (Alan J. Perlis, Epigrams in programming No. 7)
Re: How to switch off tooltip when using Interaction.Hyperli
Hello,
Please try to use the following options (for .NET and WPF version):
StiOptions.Viewer.ShowHyperlinkToolTip
The solution will be available in the next prerelease build which will be available today.
Thank you.
Please try to use the following options (for .NET and WPF version):
StiOptions.Viewer.ShowHyperlinkToolTip
The solution will be available in the next prerelease build which will be available today.
Thank you.