Skip to main content
Participating Frequently
November 9, 2009
Question

TLF component, arabic and scrollbar

  • November 9, 2009
  • 2 replies
  • 961 views

Hi Guys

I try to use the TLF component for Flash CS4 with arabic

language.

When the TLF needs the scrollbar to show all the text

this scrollbar appears on right side of TLF box.

Can I move the scrollbar on the left side as soon as in

a scrollPane component?

Thank you.

This topic has been closed for replies.

2 replies

llnnAuthor
Participating Frequently
November 10, 2009

Ok, thank you...

Adobe Employee
November 10, 2009

The TLF Component for Flash 4 is an older version of TLF. You may want to get an newer version from the Flex Open Source drops. You can get the textLayout.SWC and use it in your Flash CS4 project.

As far as scroll bars go, TLF does not implement the scroll bar part. I believe that there are scroll bar controls that come with Flash CS4, and you could take those and add them to your own component, on the left side. The scroll events they send can get easily turned into calls to change the TLF ContainerController's verticalScrollPosition.

Hope this helps,

- robin