Hide "Tell me more" option in the tooltip

Stimulsoft Reports.WPF discussion
Post Reply
NadinW
Posts: 17
Joined: Thu Jan 31, 2013 12:09 am

Hide "Tell me more" option in the tooltip

Post by NadinW »

Hi There,

I’m using “StiWpfViewerControl” within my application to display my reports which are rendered by Stimulsoft.

I get tooltip appearing with URL “Tell me more”, I would like to hide this option because it is unrelated to my application. (see attached photo)

Would it be possible to hide/disable this option. And how would I do that?

Thanks
Attachments
help tooltip
help tooltip
MAD1075.jpg (33.22 KiB) Viewed 2646 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Hide "Tell me more" option in the tooltip

Post by Alex K. »

Hello,

Please try to use the following options:
StiOptions.Appearance.ShowTooltipsHelp
StiOptions.Appearance.ShowFormsHelp
StiOptions.Appearance.ShowFormsHints

Thank you.
NadinW
Posts: 17
Joined: Thu Jan 31, 2013 12:09 am

Re: Hide "Tell me more" option in the tooltip

Post by NadinW »

Thank you for your reply, the suggested solution works
StiOptions.Appearance.ShowTooltipsHelp = false;

Would it be possible to position the tooltip above the option when we hover over it. (see attached photo)
some options already do that but not all, i.e. Page mode
Attachments
change the position of tooltip!?
change the position of tooltip!?
tooltip position.jpg (66.65 KiB) Viewed 2634 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Hide "Tell me more" option in the tooltip

Post by Alex K. »

Hello,

The issue is fixed. Please check the next build in the next week.

Thank you.
Post Reply