Page 1 of 1

Remote-App: Preview Window not in Foreround

Posted: Wed Aug 19, 2015 2:08 pm
by ChrDressler
Hi,

my app is used via the RemoteApp-Service (Win2012 Server). In this case, there are two issues in Preview via report.ShowWithWpf(true)
1.) the Window is not in front. Can I "force" showing this Window in front?
2.) the Print-Button in the preview doesn't work. The "Select Printer" dialog does't appear.

If I use an "classic" rdp-session, all is fine.

I hope, you have any hint for me, I dont think, thats a bug from you.

Christoph

Re: Remote-App: Preview Window not in Foreround

Posted: Thu Aug 20, 2015 7:24 am
by Alex K.
Hello,

We need some time for analysis.

Also please try to set the following option and let us know about the result:
StiOptions.Wpf.UseGDIPrintingInWPFViewer = true;

Thank you.

Re: Remote-App: Preview Window not in Foreround

Posted: Fri Aug 21, 2015 11:22 am
by ChrDressler
ok, I will try this option and will report you.
Whats the difference between true/false for this option?

Christoph

Re: Remote-App: Preview Window not in Foreround

Posted: Fri Aug 21, 2015 1:38 pm
by HighAley
Hello, Christoph.

This option changes system print dialog.

Thank you.