PDA

View Full Version : Flex 3 UI ...


Reflex
01-09-2009, 05:13 AM
I'm using Flex 3 when working on pure actionscript projects.

I often have issues with numerous dialog boxes and parts of the interface within Flex (see images below):
http://img339.imageshack.us/img339/512/60793305bx2.gif
http://img224.imageshack.us/img224/7996/64384807bn2.gif

Tabs and controls within these boxes don't appear correctly. This is not a memory issue as my laptop is a high spec machine and Flex is the only thing running.

Anyone advise or have the same issue?

Cheers,
Reflex.

MattJohnson
01-09-2009, 10:20 PM
Are you running at an extremely high screen resolution perchance?
If so, try dropping it down a little (1024x768) just for a minute to see if that fixes it.
(exit completley out of flex, change resolution, go back into it in the new resolution)

Its a longshot, but at least you know you are not being ignored. :)
Hope it helps.

Reflex
01-10-2009, 02:46 AM
Thanks Matt. No luck - but I'm updating display drivers to see if that fixes the issue.

sydd_hu
01-11-2009, 05:33 PM
Since Eclipse (the editor for Flex builder ) is Java based, id try to reinstall the Java framework.
The other solution would be to reinstall flex and removing all its settings somehow. (search your registry for "flex" after you've uninstalled it)
btw i doubt it has anything to do with display drivers.

Reflex
01-12-2009, 09:20 AM
Thanks Sydd - might try updating java on my machine. Could be out of date.

Cheers.