سؤال

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

هل كانت مفيدة؟

المحلول 2

Setting layout direction in th mxml file did the trick

layoutDirection="ltr"

نصائح أخرى

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

set following code layout direction in the application

layoutDirection="ltr"
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top