Cannot switch off shortcut Ctrl+O

Stimulsoft Reports.NET discussion
munich
Posts: 82
Joined: Wed May 06, 2009 7:57 am

Cannot switch off shortcut Ctrl+O

Post by munich »

When I use

Code: Select all

mainMenu.ShowFileReportOpen = false;
before calling StiReport.Design method the shortcut Ctrl+O works nevertheless in the designer.

But when I want to switch off the shortcut Ctrl+N it can be switched off by using

Code: Select all

mainMenu.ShowFileReportNew = false;
What am I doing wrong?

Yours
munich
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Cannot switch off shortcut Ctrl+O

Post by Edward »

Hi

Could you please write about interface you used in designer, it was Ribbon or standard?

Thank you.
munich
Posts: 82
Joined: Wed May 06, 2009 7:57 am

Cannot switch off shortcut Ctrl+O

Post by munich »

Dear Edward,

sorry, I forgot to mention that. Is is Ribbon interface.

Yours
munich
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

Cannot switch off shortcut Ctrl+O

Post by Jan »

Hello,

We have fixed some wrong behavior of StiMainMenuService. You can't change something in Ribbon version of report designer with help of this service. Please get patch from 25 Jan. Also you need use StiRibbonGuiService to change ribbon gui.

Thank you.
munich
Posts: 82
Joined: Wed May 06, 2009 7:57 am

Cannot switch off shortcut Ctrl+O

Post by munich »

Dear Jan,

some of your statements in your last post are confusing me. But I will wait for the patch from 25th January. Then I will see, if it works like I expect.

Many thanks.

Yours
munich

munich
Posts: 82
Joined: Wed May 06, 2009 7:57 am

Cannot switch off shortcut Ctrl+O

Post by munich »

Dear Jan,

as I feared using prerelease version from 25th January the situation got worse. Before I was able to stop functioning the shortcuts
Ctrl+N, Ctrl+Shift+N and Ctrl+Shift+F
by the following code sequence being used before opening designer in ribbon gui:

Code: Select all

mainMenu.ShowFileReportNew = false;
mainMenu.ShowFilePageNew = false;
mainMenu.ShowFileFormNew = false;
Now using prerelease version from 25th January the shortcuts work even I use the code that worked before well!?

Please tell me: What do I have to do to stop functioning the shortcuts Ctrl+O, Ctrl+N, Ctrl+Shift+N and Ctrl+Shift+F in designer using ribbon gui?

I thank you very much in advance.

Yours
munich
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Cannot switch off shortcut Ctrl+O

Post by Edward »

Hi

Please use the StiRibbonGuiService to switch off these key sequences.

These sequences are connected with Riibon GUI.

Thank you.
munich
Posts: 82
Joined: Wed May 06, 2009 7:57 am

Cannot switch off shortcut Ctrl+O

Post by munich »

Dear Edward,

please tell me which properties of StiRibbonGuiService to use and how to use them in order to switch of the shortcuts

Ctrl+N
Ctrl+Shift+N
Ctrl+Shift+F
Ctrl+O
Ctrl+Shift+O

I do not know how to do this.

I thank you in advance.

Yours
munich
munich
Posts: 82
Joined: Wed May 06, 2009 7:57 am

Cannot switch off shortcut Ctrl+O

Post by munich »

Dear Stimul-Team,

Did you see my concern? My problem still exists. I would be very glad if someone can help further.

Yours
munich
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Cannot switch off shortcut Ctrl+O

Post by Edward »

Hi Munich,

The problem does exist.

We have added this task to our to-do list and will let you know about our results.

Thank you.
Post Reply