Domanda

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

È stato utile?

Soluzione 2

Setting layout direction in th mxml file did the trick

layoutDirection="ltr"

Altri suggerimenti

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

set following code layout direction in the application

layoutDirection="ltr"
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top