Stimulsoft Reports.NET discussion
casic
Posts: 68 Joined: Thu Jan 18, 2007 4:25 pm
Location: Germany
Post
by casic » Tue Aug 12, 2014 2:08 pm
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
HighAley
Posts: 8430 Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office
Post
by HighAley » Wed Aug 13, 2014 6:02 am
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.
casic
Posts: 68 Joined: Thu Jan 18, 2007 4:25 pm
Location: Germany
Post
by casic » Wed Aug 13, 2014 6:26 am
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
HighAley
Posts: 8430 Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office
Post
by HighAley » Wed Aug 13, 2014 12:20 pm
Hello.
It's possible to remove our help only.
Do you need to show your reference documentation when pressing F1 only?
Thank you.
casic
Posts: 68 Joined: Thu Jan 18, 2007 4:25 pm
Location: Germany
Post
by casic » Wed Aug 13, 2014 12:43 pm
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
HighAley
Posts: 8430 Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office
Post
by HighAley » Wed Aug 13, 2014 1:26 pm
Hello.
Do you use StiDesignerControl or open it with Design method?
Thank you.
casic
Posts: 68 Joined: Thu Jan 18, 2007 4:25 pm
Location: Germany
Post
by casic » Wed Aug 13, 2014 3:10 pm
Hi,
I use the Design method.
Cu,
Markus
HighAley
Posts: 8430 Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office
Post
by HighAley » Thu Aug 14, 2014 10:59 am
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.
casic
Posts: 68 Joined: Thu Jan 18, 2007 4:25 pm
Location: Germany
Post
by casic » Thu Aug 14, 2014 2:52 pm
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
HighAley
Posts: 8430 Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office
Post
by HighAley » Fri Aug 15, 2014 7:19 am
Hello, Markus.
We use third party component to create ribbon toolbar.
Unfortunately, it's impossible to add buttons there.
Thank you.