cheerq / flexmdi

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

Setter on MDIWindow to register itself with a manager #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Something like this I spose:

<mdi:MDIWindow manager="{someManager}" />

Original issue reported on code.google.com by ben.clin...@gmail.com on 25 Aug 2007 at 4:24

GoogleCodeExporter commented 8 years ago
Canvas by default will create an instance of manager and pass itself in. This is
accomplished in the MDICanvas Constructor.

Original comment by brian.jo...@gmail.com on 11 Sep 2007 at 3:09

GoogleCodeExporter commented 8 years ago
can also use MDIManager.manage(window)

Original comment by ben.clin...@gmail.com on 11 Sep 2007 at 3:44