Page 1 of 3
Cannot switch off shortcut Ctrl+O
Posted: Mon Jan 18, 2010 2:14 am
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
Cannot switch off shortcut Ctrl+O
Posted: Mon Jan 18, 2010 10:47 am
by Edward
Hi
Could you please write about interface you used in designer, it was Ribbon or standard?
Thank you.
Cannot switch off shortcut Ctrl+O
Posted: Mon Jan 18, 2010 10:48 am
by munich
Dear Edward,
sorry, I forgot to mention that. Is is Ribbon interface.
Yours
munich
Cannot switch off shortcut Ctrl+O
Posted: Tue Jan 19, 2010 6:49 am
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.
Cannot switch off shortcut Ctrl+O
Posted: Tue Jan 19, 2010 7:01 am
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
Cannot switch off shortcut Ctrl+O
Posted: Tue Jan 26, 2010 3:52 am
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
Cannot switch off shortcut Ctrl+O
Posted: Tue Jan 26, 2010 6:49 am
by Edward
Hi
Please use the StiRibbonGuiService to switch off these key sequences.
These sequences are connected with Riibon GUI.
Thank you.
Cannot switch off shortcut Ctrl+O
Posted: Thu Jan 28, 2010 2:50 am
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
Cannot switch off shortcut Ctrl+O
Posted: Thu Feb 04, 2010 1:27 am
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
Cannot switch off shortcut Ctrl+O
Posted: Thu Feb 04, 2010 3:23 am
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.