Page 1 of 1

Hide "Tell me more" option in the tooltip

Posted: Wed Dec 18, 2013 3:09 am
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

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

Posted: Thu Dec 19, 2013 7:39 am
by Alex K.
Hello,

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

Thank you.

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

Posted: Thu Dec 19, 2013 9:38 pm
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

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

Posted: Fri Dec 20, 2013 12:00 pm
by Alex K.
Hello,

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

Thank you.