Search found 9 matches

by jcfarsight
Fri Jul 02, 2021 3:18 am
Forum: Stimulsoft Reports.WPF
Topic: RTF threading issue with 2021.3
Replies: 3
Views: 2017

Re: RTF threading issue with 2021.3

I had a go at producing a sample application but due to the issue being thread/dispatcher related (plus observables in the mix) I found it easier to just solve the problem on our end. We were previously generating reports from an MTA WPF dispatcher thread and then creating a new STA thread to render...
by jcfarsight
Thu Jun 10, 2021 8:53 pm
Forum: Stimulsoft Reports.WPF
Topic: RTF threading issue with 2021.3
Replies: 3
Views: 2017

RTF threading issue with 2021.3

Greetings, We've just upgraded our Stimulsoft WPF library from 2020.5.2 to 2021.3.2 and it has started causing a problem when we upload an RTF disclaimer file. Because we need to set the CanShrink/CanGrow properties to true, StiRichText requires the rendering to be done on an STA thread. This used t...
by jcfarsight
Mon Nov 19, 2018 7:45 pm
Forum: Stimulsoft Reports.WPF
Topic: Printing Large Reports locks up the UI
Replies: 13
Views: 7483

Re: Printing Large Reports locks up the UI

Thanks for confirming the functionality.
Unfortunately we need to use the print dialog and so we will need to live with this for the time being.
by jcfarsight
Thu Nov 15, 2018 9:04 pm
Forum: Stimulsoft Reports.WPF
Topic: Thumbnails not appearing on first render in 2018.2.3
Replies: 5
Views: 3460

Re: Thumbnails not appearing on first render in 2018.2.3

I've been able to successfully reproduce this issue with your Runtime Report Creation sample found here: https://www.stimulsoft.com/en/samples/wpf/runtime-report-creation I just downloaded and built the solution with no changes, ran the application, compiled the report and clicked on the thumbnail b...
by jcfarsight
Mon Nov 12, 2018 9:50 pm
Forum: Stimulsoft Reports.WPF
Topic: Printing Large Reports locks up the UI
Replies: 13
Views: 7483

Re: Printing Large Reports locks up the UI

Greetings, We've upgraded to 2018.3.4 and have set the new StiOptions.Wpf.PrintInAnotherThread value to true. Testing the change by printing a 200 page report shows that the UI is still locked up. Having a quick look at the code shows that you're using a BackgroundWorker which calls off to the print...
by jcfarsight
Mon Nov 12, 2018 8:14 pm
Forum: Stimulsoft Reports.WPF
Topic: Thumbnails not appearing on first render in 2018.2.3
Replies: 5
Views: 3460

Re: Thumbnails not appearing on first render in 2018.2.3

Greetings,
We've just upgraded to 2018.3.4 and it appears that this issue is still present.
Are there any changes we need to make after upgrading in order to resolve this?
by jcfarsight
Tue Sep 11, 2018 4:36 am
Forum: Stimulsoft Reports.WPF
Topic: Thumbnails not appearing on first render in 2018.2.3
Replies: 5
Views: 3460

Thumbnails not appearing on first render in 2018.2.3

We are currently facing an issue with the reports suite v2018.2.3 where the first time the Thumbnails button is pressed, an empty viewer is displayed with no thumbnails. If the report is refreshed or the thumbnails toggled off and on again, they render correctly. I have not been able to demonstrate ...
by jcfarsight
Sun Aug 12, 2018 10:13 pm
Forum: Stimulsoft Reports.WPF
Topic: Printing Large Reports locks up the UI
Replies: 13
Views: 7483

Re: Printing Large Reports locks up the UI

Thank you very much for the quick turnaround. Will that new feature be added in the next release?
by jcfarsight
Tue Jul 24, 2018 3:28 am
Forum: Stimulsoft Reports.WPF
Topic: Printing Large Reports locks up the UI
Replies: 13
Views: 7483

Re: Printing Large Reports locks up the UI

Apologies about dredging up an old thread, I'm just working on this issue at the moment however and don't feel this issue was ever completely resolved. Handling the Printing or Printed events on StiReport would allow us to be notified whenever the print process starts or ends but I don't see how it ...