Search Results

0
votes

Flex development on Linux, what’s a good free environment?

I use Emacs along with a custom hack to support fcsh (Flex compiler shell) for fast recompile times. fcsh-compile can be found …
0
votes

Problems with itemRollOver and itemRollOut events on List component

Make sure you are setting super.data in your item renderer if you are overriding set data(). ListBase listens for MOUSE_OVER and then figures out the item underneath it bas …