How to hide help menu icon?

Stimulsoft Ultimate discussion
Post Reply
bobsov
Posts: 115
Joined: Sun Jan 27, 2013 12:10 am

How to hide help menu icon?

Post by bobsov »

I would like to hide help menu icon on Silverlight designer as well as from Mobile designer. I tried some method found on pdf documentation but didn't work. Here is what I tried on Page Load method for silverlight designer.

StiOptions.Designer.MainMenu.ShowHelp = false;
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: How to hide help menu icon?

Post by HighAley »

Hello.

Unfortunately, it's impossible to hide the help button now.

Thank you.
bobsov
Posts: 115
Joined: Sun Jan 27, 2013 12:10 am

Re: How to hide help menu icon?

Post by bobsov »

If it cannot be hidden or removed, can we have our own custom link that displays popup or takes user to our own dedicated help page?
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: How to hide help menu icon?

Post by HighAley »

Hello.
bobsov wrote:If it cannot be hidden or removed, can we have our own custom link that displays popup or takes user to our own dedicated help page?
You could do it if you have our source code.

Thank you.
bobsov
Posts: 115
Joined: Sun Jan 27, 2013 12:10 am

Re: How to hide help menu icon?

Post by bobsov »

Actually there was misunderstanding of the question I had asked. It was about removing "About" link which has question mark (?) icon.. I found my answer by using different api. I was also able to remove select language dropdown.

StiWebDesignerOptions.Toolbar.ShowAboutButton = false;
StiWebDesignerOptions.Toolbar.ShowSelectLanguage = false;

Problem solved.
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: How to hide help menu icon?

Post by HighAley »

Hello.

But you wrote about the Silverlight Designer too where this option doesn't work.

Thank you.
bobsov
Posts: 115
Joined: Sun Jan 27, 2013 12:10 am

Re: How to hide help menu icon?

Post by bobsov »

Ah I so wanted this in Silverlight. Flash based designer is not an option for me. I will go ahead and get source code license.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: How to hide help menu icon?

Post by Alex K. »

Hello,

Ok.
Let us know if you need any additional help.

Thank you.
Post Reply