word wrap for text component with dynamic text

Stimulsoft Reports.Flex discussion
Locked
vitaliy.urazov
Posts: 47
Joined: Thu Jul 14, 2011 6:09 pm

word wrap for text component with dynamic text

Post by vitaliy.urazov »

Hello!

I have a text component in my report template. And that text component has following custom properties: AllowHTMLTags=true and wordWrap=true.
Text value of that component has something like this:

Code: Select all

bla bla bla {someValueFromDataSource}
.
I set someValueFromDataSource at runtime and If width of text value become too long text component doesn't wrap text but leave it at one row.

Please fix.

Could you explain meaning of values of TextQuality property?

Thanks.

Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

word wrap for text component with dynamic text

Post by Ivan »

Hello,

We couldn't reproduce this bug.
Can you please send us a sample report template with data or a simple test project, which reproduces the issue?

Thank you.
vitaliy.urazov
Posts: 47
Joined: Thu Jul 14, 2011 6:09 pm

word wrap for text component with dynamic text

Post by vitaliy.urazov »

Ivan wrote:Hello,

We couldn't reproduce this bug.
Can you please send us a sample report template with data or a simple test project, which reproduces the issue?

Thank you.

Report template is attached.
Take a look at the Text117 component at the bottom left corner of the template.


2. I would really appreciate if you explane me values of TextQuality property of text component.

Thanks
Attachments
1274.torg12.mrt
(149.99 KiB) Downloaded 390 times
vitaliy.urazov
Posts: 47
Joined: Thu Jul 14, 2011 6:09 pm

word wrap for text component with dynamic text

Post by vitaliy.urazov »

It seems like it started to work correctly in latest build.

Thanks
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

word wrap for text component with dynamic text

Post by Vladimir »

Hello,
2. I would really appreciate if you explane me values of TextQuality property of text component.
Standard - the text is drawn using the TextField system component, in this mode the HTML tags work
Typographic - the text is drawn using the TextField system component with some anti-aliasing of text, in this mode the HTML tags work
Wysiwyg - the text is drawn using the Flash Text Engine, in this mode the HTML tags do not work

Thank you.
vitaliy.urazov
Posts: 47
Joined: Thu Jul 14, 2011 6:09 pm

word wrap for text component with dynamic text

Post by vitaliy.urazov »

Thank you!
Andrew
Posts: 4108
Joined: Fri Jun 09, 2006 3:58 am

word wrap for text component with dynamic text

Post by Andrew »

Ok! Not at all.
Locked