Hi,
when using StiWpfRibbonViewerControl on an own window the Close-Button in the ribbon seems to not have any function... I have to click the normal Close-Button of the window to close it.
Is there something I have to do?
Cheers,
Pascal
Close Button of StiWpfRibbonViewerControl does not work
Re: Close Button of StiWpfRibbonViewerControl does not work
And in this constellation I still have the issue, that clicking the "Print"-Button in the Ribbon directly prints the report on the default-printer without showing a printer-dialog to choose another printer...
Re: Close Button of StiWpfRibbonViewerControl does not work
Hello, Pascal.
Could you send us any additional information about this issue? Maybe a sample project?
Thank you.
You should handle Close event to make this button work.PJoyeux wrote:when using StiWpfRibbonViewerControl on an own window the Close-Button in the ribbon seems to not have any function... I have to click the normal Close-Button of the window to close it.
The print dialog should appear always. We don't know why there is no Print Dialog in your application. Do you get Print Dialog in our Demo?PJoyeux wrote:And in this constellation I still have the issue, that clicking the "Print"-Button in the Ribbon directly prints the report on the default-printer without showing a printer-dialog to choose another printer...
Could you send us any additional information about this issue? Maybe a sample project?
Thank you.
Re: Close Button of StiWpfRibbonViewerControl does not work
Ok, THANK YOU for the tip, works now.Aleksey Andreyanov wrote:Hello, Pascal.
You should handle Close event to make this button work.PJoyeux wrote:when using StiWpfRibbonViewerControl on an own window the Close-Button in the ribbon seems to not have any function... I have to click the normal Close-Button of the window to close it.

Regarding this problem, I had an error in my logic where I wrongly set "aReport.PrinterSettings.ShowDialog = false;" So, sorry for bothering you with this, it works now.Aleksey Andreyanov wrote:The print dialog should appear always. We don't know why there is no Print Dialog in your application. Do you get Print Dialog in our Demo?PJoyeux wrote:And in this constellation I still have the issue, that clicking the "Print"-Button in the Ribbon directly prints the report on the default-printer without showing a printer-dialog to choose another printer...
Could you send us any additional information about this issue? Maybe a sample project?
Thank you.
Cheers,
Pascal
Re: Close Button of StiWpfRibbonViewerControl does not work
Hello,
No problem! We are always ready to help you!
No problem! We are always ready to help you!