Frage

I just imported a flex project using Flash Builder 4 (With Eclipse). The project runs fine but all the windows, labels and other elements are laterally inverted. enter image description here

What's wrong?

-- I am using Adobe Flash Builder 4 plugin on eclipse

War es hilfreich?

Lösung 2

Setting layout direction in th mxml file did the trick

layoutDirection="ltr"

Andere Tipps

Go to window of the menu bar and reset perspective....

set following code layout direction in the application

layoutDirection="ltr"
Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top