Page 1 of 2
ProgressForm has no parent window
Posted: Mon Aug 27, 2012 12:39 pm
by LukasT
Hello...
.... following the
http://forum.stimulsoft.com/viewtopic.p ... 7&start=20
Your ProgressForm isn't a part od ReportViewer. It means that in moment when ProgressForm is shown, if I click on viewer on background, ProgressForm goes backwards of the application where is Viewer built-in. I want ProgressForm to be like a part of Viewer and don't have it like a "homeless" message box

and don't see it in Task Switcher.
Do you understand of my requirement, please?
Re: ProgressForm has no parent window
Posted: Tue Aug 28, 2012 9:49 am
by HighAley
Hello.
We made an improvement in WPF. It will be available in our release.
Thank you.
Re: ProgressForm has no parent window
Posted: Fri Sep 21, 2012 7:32 am
by LukasT
Hello,
is this issue solved in 2012.2 version?
Thank you...
Re: ProgressForm has no parent window
Posted: Fri Sep 21, 2012 8:32 am
by Alex K.
Hello,
Yes. Please check the new release.
Re: ProgressForm has no parent window
Posted: Mon Sep 24, 2012 7:37 am
by LukasT
Hello,
ok.... ProgressForm has parent now and is not Topmost... that is great - thank you! But when ProgressForm is shown, it calls Activate() of parent Window. It is unpleasant in case of I am switched to another application....
Re: ProgressForm has no parent window
Posted: Mon Sep 24, 2012 10:11 am
by Alex K.
Hello,
Unfortunately, but on current moment it works as is.
Thank you.
Re: ProgressForm has no parent window
Posted: Wed Nov 21, 2012 1:59 pm
by LukasT
Hello,
I am back with this issue due it is really unpleasant.
Little example:
We have print dialog, where is possible to print some batch of invoices... customer needs to see status of printing, so rendering process must be visible... but user is able to do something else in another application. Unpleasant is when during printing process is Stimulsoft Viewer calling itself Activate method and it is appearing and disappearing as many times as how much report is printing...
Re: ProgressForm has no parent window
Posted: Thu Nov 22, 2012 7:15 am
by Alex K.
Hello,
Can you please send us a sample which show the issue for analysis.
Thank you.
Re: ProgressForm has no parent window
Posted: Thu Nov 22, 2012 2:31 pm
by LukasT
... example is attached. Run the example, then push Render button and then immediately switch to another application.
Re: ProgressForm has no parent window
Posted: Fri Nov 23, 2012 8:12 am
by HighAley
Hello.
It's a usual behavious of the WPF windows.
As a way you could use the RenderWithWpf(false) method. To show progress bar you should handle the Rendering event and show progress in your window.
Thank you.