Skip to main content
October 6, 2010
Question

Set x dim to proberty in TLF as font or color ......

  • October 6, 2010
  • 1 reply
  • 640 views

dear all

I have problem when i need to convert interface of TLF to arabic i faced problem

must components of TLF movement to left so

i need to set X Dimension to any components as font or color

<row>

<editor type="fontPicker" label="$$$/stage/TextEditing/Label/Font=خط:">

LayoutDirection

<property name=

  {TextInspectorController.FONT_FAMILY_UIPROP}/>

</editor>

</row>

 

 

or if any have other solution to convert interface to arabic interface

This topic has been closed for replies.

1 reply

October 6, 2010

can get my image that is explan

my problem

Adobe Employee
October 7, 2010

I'm afraid that the user interface framework that was used to put together our Text Editor example project was never designed to do a right to left user interface such as you would want for an Arabic application. It was designed on top of Flex 3. I know that Flex 4.1 is supposed to do right to left interfaces, I'm afraid I don't know much about how Flex 4.1 does this. But its possible that using Flex 4.1 you could update how the Text Editor example application calls into Flex to set it up for right to left. I don't know whether this would be easy, or whether it would be hard. First thing to try is to look at Flex 4.1 and see how it works, or you could try posting to the Flex forum.

I hope I have understood your problem correctly,

- robin