Page 1 of 2

CustomHelp not working

Posted: Tue Aug 12, 2014 2:08 pm
by casic
Hi there,

I tried to use the StiOptions.Designer.CustomHelp class:

Code: Select all

AddHandler StiOptions.Designer.CustomHelp.RunCustomHelp, AddressOf StiDesigner_RunCustomHelp
StiOptions.Designer.CustomHelp.ShowCustomHelp = True
but without success. When pressing F1 the original help is shown and the RunCustomHelp event is never thrown. What I'm missing here? Using latest pre-release 2014.2.1918.

Thank you,

Markus

Re: CustomHelp not working

Posted: Wed Aug 13, 2014 6:02 am
by HighAley
Hello.

The CustomHelp class doesn't work as you expected.
Could you specify what do you need to do and we'll give you a suggestion.

Thank you.

Re: CustomHelp not working

Posted: Wed Aug 13, 2014 6:26 am
by casic
Hello Aleksey,

I would like to show a reference documentation of the provided business classes instead of the default help in the Windows Forms Report Designer. How can this be achieved?

Thank you very much for your support,

Kind regards,

Markus

Re: CustomHelp not working

Posted: Wed Aug 13, 2014 12:20 pm
by HighAley
Hello.

It's possible to remove our help only.
Do you need to show your reference documentation when pressing F1 only?

Thank you.

Re: CustomHelp not working

Posted: Wed Aug 13, 2014 12:43 pm
by casic
Hi,

Yes - the reference documentation should be shown when pressing F1 in the main designer window. A help button with the same functionality would be great too :-)

Thank you,

Markus

Re: CustomHelp not working

Posted: Wed Aug 13, 2014 1:26 pm
by HighAley
Hello.

Do you use StiDesignerControl or open it with Design method?

Thank you.

Re: CustomHelp not working

Posted: Wed Aug 13, 2014 3:10 pm
by casic
Hi,

I use the Design method.

Cu,

Markus

Re: CustomHelp not working

Posted: Thu Aug 14, 2014 10:59 am
by HighAley
Hello.

Unfortunately, it's impossible now.
You could create your own form with StiDesignerControl and disable our help with next options:

Code: Select all

StiOptions.Appearance.ShowTooltipsHelp = false;
StiOptions.Appearance.ShowFormsHelp = false;
StiOptions.Appearance.ShowFormsHints = false;
Thank you.

Re: CustomHelp not working

Posted: Thu Aug 14, 2014 2:52 pm
by casic
Hi,

would it be possible to add a button to the ribbon bar (Design method)? I checked out the StiDesignerControl but the window isn't paint perfectly...

Thank you,

Markus

Re: CustomHelp not working

Posted: Fri Aug 15, 2014 7:19 am
by HighAley
Hello, Markus.

We use third party component to create ribbon toolbar.
Unfortunately, it's impossible to add buttons there.

Thank you.