Sub MDIManager is not able to change isGlobal variable
Opened this issue · 0 comments
nicoulaj commented
Originally filed by rubent...@gmail.com on 2011-04-06T11:56:02
What steps will reproduce the problem?
- Convert MDI components to Flex4 Spark components.
- After normal integration the winodw movement are very slow, so we thought to use PopUpManager.
- 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.