How to reduce available commands in 'Customize Quick Access Toolbar' dialog?

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

How to reduce available commands in 'Customize Quick Access Toolbar' dialog?

Post by munich »

I would like to reduce the available commands in the 'Customize Quick Access Toolbar' dialog. Only a subset of all commands shall be available. How can this be done?

Thanks for any help.

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

How to reduce available commands in 'Customize Quick Access Toolbar' dialog?

Post by Edward »

Hi

Unfortunately there is no method on how those items could be hidden.

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

How to reduce available commands in 'Customize Quick Access Toolbar' dialog?

Post by munich »

Dear Edward,

is there a possibility to make the 'Customize Quick Access Toolbar' dialog unavailable in the context menu of the ribbon bar?

Thanks for any help.

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

How to reduce available commands in 'Customize Quick Access Toolbar' dialog?

Post by Jan »

Hello,

Please check StiOptions.Designer.CanCustomizeRibbon property in next build.

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

How to reduce available commands in 'Customize Quick Access Toolbar' dialog?

Post by munich »

Dear Jan,

that sounds great! I'm really looking forward to the next prerelease build.

I thank you very much.

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

How to reduce available commands in 'Customize Quick Access Toolbar' dialog?

Post by munich »

Dear Jan,

I just installed and checked prerelease from 25th January. Setting the property StiOptions.Designer.CanCustomizeRibbon = false does not make the 'Customize Quick Access Toolbar' dialog unavailable.

In the context menu you still have the item 'Customize Quick Access Toolbar...' and the item lets you still open the 'Customize Quick Access Toolbar' dialog.

My code is like:

Code: Select all

StiOptions.Designer.CanCustomizeRibbon = false;
_report.Design();
What am I doing wrong?

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

How to reduce available commands in 'Customize Quick Access Toolbar' dialog?

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
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

How to reduce available commands in 'Customize Quick Access Toolbar' dialog?

Post by Jan »

Hello,

Sorry for delay. It take some time to fix it. Please check new build from 15 Feb.

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

How to reduce available commands in 'Customize Quick Access Toolbar' dialog?

Post by munich »

Hello Jan,

perfect, no the property works as expected.

I thank you very much for your help.

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

How to reduce available commands in 'Customize Quick Access Toolbar' dialog?

Post by Edward »

Hi

Please let us know if any help is required.

Thank you.
Post Reply