Hello Aleksey,
is it planed to make the StiOptions.Designer.CustomHelp class working?
Have a nice weekend,
Cu
Markus
CustomHelp not working
Re: CustomHelp not working
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.
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
Great!!!
Thank you very much in advance,
Cu,
Markus
Thank you very much in advance,
Cu,
Markus
Re: CustomHelp not working
Hello,
Please try to check the next prerelease build and the following code:
Thank you.
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;
};