flex-users / flexlib

Open Source Flex components library.
github.com/flex-users/flexlib
MIT License
204 stars 91 forks source link

Sub MDIManager is not able to change isGlobal variable #354

Open nicoulaj opened 13 years ago

nicoulaj commented 13 years ago

Originally filed by rubent...@gmail.com on 2011-04-06T11:56:02

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.