Archive for » October, 2008 «

Friday, October 10th, 2008 | Author: admin

When I wanted to take control over the shield that makes a window appear modal, I found out, that it seams to be not really implemented. I’ve found the functionality in the mx.managers.PopUpManagerImpl class in the Flex framework.

more…

Category: AIR, Flex  | Tags: , ,  | Leave a Comment
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

Before this post check: When simple overriding is not possible!
Here I will show how to override private functions for the Flex framework classes. If you want the DataGrid to have fix column ratios, that will never change try this.
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
Sunday, October 05th, 2008 | Author: admin

Sometimes you just want to embed a symbol from an SWF file what you made with the Flash IDE, but you can have problems. The symbol will not have information about the linked class. You will lose all the functionality that was there, the symbols child objects lose everything too. So how to embed the symbol and maintain the connection with the linked classes?

more…

Category: AIR, Flash, Flex  | Tags: , , , ,  | One Comment
Sunday, October 05th, 2008 | Author: admin

I think lot of Flex users saw this error coming up so lets see what we have here.

The most annoying thing is that it seems that there are more actual solutions (so the problem can be very frustrating).

more…

Category: Flex  | Tags: , ,  | Comments off