DevlogsDevlogs
The problem is - You want to customize behavior of managers available in Flex/AIR framework. For example, You would like to change the way PopUpManager manager handles popup windows.
Most common solution to this problem is creating custom manager class and using this in code instead of default manager class. For example lets take a look at PopUpManager. If You want to customize addPopup method, You create Your own manager, lets call it PopManager, and later on You use it instead of standard PopUpManager class
(read more...)