Page 2 of 2
Re: CustomHelp not working
Posted: Fri Aug 15, 2014 2:08 pm
by casic
Hello Aleksey,
is it planed to make the StiOptions.Designer.CustomHelp class working?
Have a nice weekend,
Cu
Markus
Re: CustomHelp not working
Posted: Mon Aug 18, 2014 6:56 am
by HighAley
Hello, Markus.
We have discussed your request with our team-leader once again and have made a decision to add a new feature. This will be not CustomHelp class.
We will let you know how it works when it will be available.
Thank you.
Re: CustomHelp not working
Posted: Mon Aug 18, 2014 7:13 am
by casic
Great!!!
Thank you very much in advance,
Cu,
Markus
Re: CustomHelp not working
Posted: Wed Sep 03, 2014 11:20 am
by Alex K.
Hello,
Please try to check the next prerelease build and the following code:
Code: Select all
StiOptions.Engine.GlobalEvents.OpenHelp += (sender, args) =>
{
args.HeaderText = "Header Text";
args.Url = "http://www.stimulsoft.com";
args.Processed = true;
};
Thank you.