the problem of the Chinese code

Stimulsoft Reports.JAVA discussion
Post Reply
heqichao
Posts: 113
Joined: Fri Mar 04, 2016 9:02 am

the problem of the Chinese code

Post by heqichao »

Hello,
I am using the Stimulsoft Reports.java on my project.
It throw exception when I set the localization with zh-CHS.xml on webdesigner.
Image
Vadim
Posts: 363
Joined: Tue Apr 23, 2013 11:23 am

Re: the problem of the Chinese code

Post by Vadim »

Hello.
Please check that localization file exists on setted path & localization file not corrupted, it must have <MainMenu><menuEditPaste> node.
heqichao
Posts: 113
Joined: Fri Mar 04, 2016 9:02 am

Re: the problem of the Chinese code

Post by heqichao »

thanks
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: the problem of the Chinese code

Post by HighAley »

Hello.

We are always glad to help you.
Let us know if you need our help.

Thank you.
heqichao
Posts: 113
Joined: Fri Mar 04, 2016 9:02 am

Re: the problem of the Chinese code

Post by heqichao »

Hello,it is a problem of Chinese Code on the charts like this
Image
the font on the text is right,but on the charts is messy code.
Thanks
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: the problem of the Chinese code

Post by Alex K. »

Hello,

We need some additional time for check the issue. We will let you know about the result.

Thank you.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: the problem of the Chinese code

Post by Alex K. »

Hello,

Unfortunately, at the current moment, this possible change only from code:

Code: Select all

IStiYAxis ax = ((StiClusteredBarArea) ((StiChart) report.GetComponentByName("Chart1")).getArea()).getYAxis();
StiYLeftAxis axis = (StiYLeftAxis) ax;
axis.setAllowApplyStyle(false);
axis.getLabels().setFont(new StiFont("Arial Unicode MS", 10));
Also, we have added this task in our to-do list.
Thank you.
heqichao
Posts: 113
Joined: Fri Mar 04, 2016 9:02 am

Re: the problem of the Chinese code

Post by heqichao »

Thank you.and I have a problem about Chinese garbage.
sometime it is right, like that
Image.

but sometimes garbled when I zooms the browser,like that
Image
Vadim
Posts: 363
Joined: Tue Apr 23, 2013 11:23 am

Re: the problem of the Chinese code

Post by Vadim »

Hello.
Can you send us your report file for analize(In Viewer- Save-Document File..)
heqichao
Posts: 113
Joined: Fri Mar 04, 2016 9:02 am

Re: the problem of the Chinese code

Post by heqichao »

Post Reply