Page 1 of 1

How to hide help menu icon?

Posted: Sun Jan 27, 2013 12:16 am
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;

Re: How to hide help menu icon?

Posted: Tue Jan 29, 2013 6:13 am
by HighAley
Hello.

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

Thank you.

Re: How to hide help menu icon?

Posted: Wed Jan 30, 2013 12:14 pm
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?

Re: How to hide help menu icon?

Posted: Thu Jan 31, 2013 5:30 am
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.

Re: How to hide help menu icon?

Posted: Thu Jan 31, 2013 7:30 am
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.

Re: How to hide help menu icon?

Posted: Thu Jan 31, 2013 7:34 am
by HighAley
Hello.

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

Thank you.

Re: How to hide help menu icon?

Posted: Thu Jan 31, 2013 4:15 pm
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.

Re: How to hide help menu icon?

Posted: Fri Feb 01, 2013 5:59 am
by Alex K.
Hello,

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

Thank you.