Search found 27 matches

by shadowkras
Wed Jun 03, 2020 1:41 pm
Forum: Stimulsoft Ultimate
Topic: Text wont render
Replies: 5
Views: 2335

Re: Text wont render

I figured it was something like that, but that doesnt explain why I can render a text that is 700k characters long, for instance. I can give you an example if you need. The attached report has a text that is 134k characters long and renders all of it. You will notice the file is significantly larger...
by shadowkras
Tue Jun 02, 2020 8:46 pm
Forum: Stimulsoft Ultimate
Topic: RichTextBox loses text alignment on a new column or page
Replies: 2
Views: 1517

RichTextBox loses text alignment on a new column or page

A richtextbox will correctly accept the justify tag (\vertalj), however, when a new column or a new page starts and the text continues, it loses that format tag and all the text is rendered as left-aligned instead.

Same text, first column justified, second column left-aligned.
richtext align.png
richtext align.png (211.68 KiB) Viewed 1517 times
by shadowkras
Tue Jun 02, 2020 6:08 pm
Forum: Stimulsoft Ultimate
Topic: Text wont render
Replies: 5
Views: 2335

Re: Text wont render

Here is another example, with an even simpler text. You just gotta hit preview, the first textbox shows up (in red), the second doesnt shown anything. The problem seems to be related to the length of the text being inserted into the textbox. But that doesntt happen to all texts, as some texts were 1...
by shadowkras
Wed May 27, 2020 9:06 pm
Forum: Stimulsoft Ultimate
Topic: Text wont render
Replies: 5
Views: 2335

Text wont render

Hello, Im having an issue trying to render some text, it normally contains html characters and tags, but the report wont render the text component that contains that string no matter what I try. At first I thought it was some issue with my version (ultimate 2013), then I tried 2018 and it had the sa...
by shadowkras
Tue May 07, 2019 6:27 pm
Forum: Stimulsoft Reports.WEB
Topic: Console errors in DesignerScripts
Replies: 8
Views: 3172

Re: Console errors in DesignerScripts

The problem is very similar to what was reported on this other thread.
by shadowkras
Tue May 07, 2019 4:40 pm
Forum: Stimulsoft Reports.WEB
Topic: Console errors in DesignerScripts
Replies: 8
Views: 3172

Re: Console errors in DesignerScripts

I created a copy of the sample project and tried to reproduce the issue. I discovered that this happens due to routing. When a controller has an Area and calls an inherited action instead of using RedirectToAction, the GetReport method will mess up the route when writing that URL. This works: [Area(...
by shadowkras
Mon May 06, 2019 2:15 pm
Forum: Stimulsoft Reports.WEB
Topic: Console errors in DesignerScripts
Replies: 8
Views: 3172

Re: Console errors in DesignerScripts

After a few more tests today, I figured the cause of the issue. <script type="text/javascript" src="/GrupoImpressao/ViewerEvent/Fabrica/Cadastro?&stiweb_component=Viewer&stiweb_action=Resource&stiweb_data=scripts&stiweb_theme=Office2013WhiteBlue&stiweb_cachemode=ca...
by shadowkras
Mon May 06, 2019 1:07 pm
Forum: Stimulsoft Reports.WEB
Topic: Console errors in DesignerScripts
Replies: 8
Views: 3172

Re: Console errors in DesignerScripts

This is the generated html: https://pastebin.com/XMCvGUfn Apparently, it's missing the script that defines StiJsViewer somehow. It was generated using this code: https://pastebin.com/DAFVuWu7 Which was loaded using this action: public IActionResult ViewReport() { try { var viewModel = new RelatorioV...
by shadowkras
Fri Feb 15, 2019 2:18 pm
Forum: Stimulsoft Reports.WEB
Topic: Console errors in DesignerScripts
Replies: 8
Views: 3172

Re: Console errors in DesignerScripts

More errors, this time I noticed that I cannot use the preview tab of the designer. The project is the asp.Net Core version 2019.2.1 using a controller to implement the report methods (DesignReport, GetReport, GetReportDesigner, etc). While the views are created using Html.StiNetCoreViewer and Html....
by shadowkras
Thu Feb 14, 2019 3:42 pm
Forum: Stimulsoft Reports.WEB
Topic: Cannot load localization file
Replies: 5
Views: 2387

Re: Cannot load localization file

Hey, just to give you some feedback. The LocalizationDirectory works great. Thanks!