wiln / flexlib

Automatically exported from code.google.com/p/flexlib
0 stars 0 forks source link

Sub MDIManager is not able to change isGlobal variable #354

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Convert MDI components to Flex4 Spark components.
2. After normal integration the winodw movement are very slow, so we thought to 
use PopUpManager.
3. Error or impossible to change isGlobal variable. It is only possible using a 
Static method that updates that content to true.

What is the expected output? What do you see instead?
We expect to change the variable value to true using a sub classes of the MDI 
components (MDIWindow, MDICanvas, MDIManager). 

Being able to do that, MDI could integrate with Spark component so can use with 
Flex 4 skining.

A Solution is to create get/set of this variable or give the chance to the 
developer to set as true whithout static method called.

Original issue reported on code.google.com by rubent...@gmail.com on 6 Apr 2011 at 11:56