cheerq / flexmdi

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

How to reference the dynamically added childs of MDICanvas #51

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I added a textArea control (dynamically creates and dynamic name is 
   asigned to it) and a MDIWindow at runtime.
2. how may i access that dynamically created textControl which is inside  
   of a MDIWindow..?
3. i cannot access it with it name property...which is a dynamically 
   assigned name.

What is the expected output? What do you see instead?
how MDICanvas and MDIWindow gives to refer dynamically added controls.

What version of the product are you using? On what operating system?
flexMdi_v1.0 & windows XP sp3

Please provide any additional information below.

Original issue reported on code.google.com by ssshrik...@gmail.com on 14 Jan 2008 at 1:52

GoogleCodeExporter commented 8 years ago
Please don't use the issues list for questions. flexcoders or another public 
forum is
the appropriate venue for help using flexmdi. Children are referenced by ID, 
just
like with any other container in Flex.

Original comment by ben.clin...@gmail.com on 14 Jan 2008 at 3:21