cheerq / flexmdi

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

null pointer exception is thrown if we add mdiwindows dynamically to the MDICanvas #63

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Write a repeater inside a MDICanvas whose dataprovider is an
arraycollection of objects.
2. Create a button, on click of which new object is added to the
arraycollection.
3. Try to access mdiwindows now.

What is the expected output? What do you see instead?
It should not give any exception

What version of the product are you using? On what operating system?
1.1

Please provide any additional information below.
I have attached a mxml file, have a look at it.

Original issue reported on code.google.com by vaidehi2...@gmail.com on 8 Apr 2008 at 7:13

Attachments:

GoogleCodeExporter commented 8 years ago
Sorry I forgot to mention that repeater is used to add mdwindows to the 
mdicanvas.
Have a look at the code, that will give more idea..

Original comment by vaidehi2...@gmail.com on 8 Apr 2008 at 9:22