Re: [flexcoders] Re: Text instance does not calculate its height properly when in scrollable Box

2006-11-30 Thread Sergey Kovalyov

Isn't TextArea slower than Text while rendering?..


Re: [flexcoders] Re: Text instance does not calculate its height properly when in scrollable Box

2006-11-29 Thread Andriy Panas
Hello Sergey,

Tuesday, November 28, 2006, 11:15:57 PM, you wrote:

SK> Any suggestions?..

Use mx:TextArea for a time being to display long texts.

Investigate how mx:TextArea treats the text in a different way from
mx:Text component.

-- 
Best regards,
 Andriymailto:[EMAIL PROTECTED]



[flexcoders] Re: Text instance does not calculate its height properly when in scrollable Box

2006-11-28 Thread Sergey Kovalyov
Any suggestions?..

On 11/27/06, Sergey Kovalyov <[EMAIL PROTECTED]> wrote:
> Hi All!
>
> When Text instance is in scrollable Box and user scrolls vertical
> scrollbar to the bottommost position, bottom edge of the Text remains
> invisible (cut by mask). How to fix it? Look at the example below that
> reproduces this behavior:
>
>
>
> 
> http://www.adobe.com/2006/mxml";
>width="100%"
>height="100%"
>horizontalAlign="center"
>verticalAlign="middle">
>
>
>
>
>
>
>
>
>
> 
>
>
>
> Sergey.
>