Tag-Archive for » protected «

Tuesday, October 07th, 2008 | Author: admin

Before this post check: When simple overriding is not possible!

In this post I will show why would you have to change the flex classes code.
I had hard times with this problem. When both scrollers appear in a container in the same time, a white rectangle is created in the corner. First I thought it’s something with the scroller (that’t why I didn’t find the solution). But I’ve found it! And I have to ask a question: Why is that the the rectangle have to be white, and it is hardcoded there?

more…

Category: AIR, Flex  | Tags: , ,  | Leave a Comment
Tuesday, October 07th, 2008 | Author: admin

Sometimes I wanted to override a function of Flex component, but it was private. So what to do? If I need just a little change, or I just found a little bug there, and don’t want to make a component from scratch! Let’s go little more extreme.
more…

Category: AIR, Flex  | Tags: , , ,  | One Comment