Page 1 of 1

word wrap for text component with dynamic text

Posted: Wed Aug 24, 2011 9:38 am
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.


word wrap for text component with dynamic text

Posted: Thu Aug 25, 2011 1:04 am
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.

word wrap for text component with dynamic text

Posted: Thu Aug 25, 2011 3:40 am
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

word wrap for text component with dynamic text

Posted: Fri Aug 26, 2011 2:42 am
by vitaliy.urazov
It seems like it started to work correctly in latest build.

Thanks

word wrap for text component with dynamic text

Posted: Fri Aug 26, 2011 6:08 am
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.

word wrap for text component with dynamic text

Posted: Fri Aug 26, 2011 4:39 pm
by vitaliy.urazov
Thank you!

word wrap for text component with dynamic text

Posted: Sat Aug 27, 2011 12:52 am
by Andrew
Ok! Not at all.