Trying to customize the WPF-Designer
Trying to customize the WPF-Designer
Hi,
I was able to alter a few things withing the designer. For example I was able to remove the "Open Report" Menu-Item from the Ribbons-MainMenu.
But how can I remove the same Item from the Quick-Access-Toolbar? Further how can I prevent the contextmenu of the "Business Objects" from being shown? Thanks and Cheers,
Pascal
I was able to alter a few things withing the designer. For example I was able to remove the "Open Report" Menu-Item from the Ribbons-MainMenu.
But how can I remove the same Item from the Quick-Access-Toolbar? Further how can I prevent the contextmenu of the "Business Objects" from being shown? Thanks and Cheers,
Pascal
Re: Trying to customize the WPF-Designer
Hello,
Thank you.
Unfortunately, on current moment it is not possible. We have added your request in our to-do list. We will try to add it after release.PJoyeux wrote:I was able to alter a few things withing the designer. For example I was able to remove the "Open Report" Menu-Item from the Ribbons-MainMenu.
Can you please describe your issue in more details.PJoyeux wrote:Further how can I prevent the contextmenu of the "Business Objects" from being shown?
Thank you.
Re: Trying to customize the WPF-Designer
Hello.
We have made an improvement. The Open and Save buttons from the Quick-Access-Toolbar could be hidden with next options:
Thank you.
We have made an improvement. The Open and Save buttons from the Quick-Access-Toolbar could be hidden with next options:
Code: Select all
StiOptions.Designer.Ribbon.ShowMainMenuReportOpen
StiOptions.Designer.Ribbon.ShowMainMenuReportSave
Re: Trying to customize the WPF-Designer
Hi again,
I just installed the newest version of the WPF-Reportengine (2013.3.1800) and now have another strange problem. When I call the WPF-Designer from code (objReport.DesignWithWpf();) using the "Office 2007 Silver"-Theme the Application-Button is only partially visible and the quick-access toolbar is missing completely.
It should look like this: But unfortunately looks like this: If I call the WPF-Designer directly ("C:\Program Files (x86)\Stimulsoft Reports.Wpf 2013.3 Trial\Bin\Designer.Wpf.exe") it looks fine. The problem occurs only when the designer gets called from code.
Any idea?
Cheers,
Pascal
I just installed the newest version of the WPF-Reportengine (2013.3.1800) and now have another strange problem. When I call the WPF-Designer from code (objReport.DesignWithWpf();) using the "Office 2007 Silver"-Theme the Application-Button is only partially visible and the quick-access toolbar is missing completely.
It should look like this: But unfortunately looks like this: If I call the WPF-Designer directly ("C:\Program Files (x86)\Stimulsoft Reports.Wpf 2013.3 Trial\Bin\Designer.Wpf.exe") it looks fine. The problem occurs only when the designer gets called from code.
Any idea?
Cheers,
Pascal
Re: Trying to customize the WPF-Designer
Hello,
The issue is fixed. Solution will be available in the next build which will be available today.
Thank you.
The issue is fixed. Solution will be available in the next build which will be available today.
Thank you.
Re: Trying to customize the WPF-Designer
So this is fixed in 2014.1.1801?Aleksey wrote: ...
The issue is fixed. Solution will be available in the next build which will be available today.
...
Re: Trying to customize the WPF-Designer
Hello.
Do you have any problem else?
Thank you.
Yes. The issue is fixed in this build.PJoyeux wrote:So this is fixed in 2014.1.1801?
Do you have any problem else?
Thank you.
Re: Trying to customize the WPF-Designer
Ok, I will give it a try.Aleksey Andreyanov wrote:Hello.Yes. The issue is fixed in this build.PJoyeux wrote:So this is fixed in 2014.1.1801?
Do you have any problem else?
Thank you.
I was just wondering because this bug wasn't described in the List of Changes for that update when I checked a few days ago.
Pascal
Re: Trying to customize the WPF-Designer
Hello.
There are major changes in the List of Changes only.
Thank you.
There are major changes in the List of Changes only.
Thank you.
Re: Trying to customize the WPF-Designer
Ok...Aleksey Andreyanov wrote:Hello.
There are major changes in the List of Changes only.
Thank you.
Another question related to the initial title of the thread:
Where in the code (or better WHEN) can I change settings of the Designer so that they are reflected when the Designer is shown?
Some settings like "StiOptions.Designer.CodeTabVisible = false;" work but "StiOptions.Designer.Panels.Dictionary.ShowContextMenu = false" do not...
I call the Designer using objReport.DesignWithWpf().
What am I doing wrong?
Cheers,
Pascal
Last edited by PJoyeux on Wed Dec 18, 2013 1:08 pm, edited 1 time in total.