[flexcoders] Trouble passing values to a child window

2008-07-09 Thread Andrew Wetmore
Hi. I have an app where the user can select a note and opt to pop the note into a child window that will float beside the main window. I can create the window fine, and I can pass it its title. However, when I try to pass the title and contents of the note, I get a null object reference error.

Re: [flexcoders] Trouble passing values to a child window

2008-07-09 Thread Andrew Wetmore
sorry, I should have said below if I DO comment out the two lines that are currently commented out, the code runs fine On Wed, Jul 9, 2008 at 2:02 PM, Andrew Wetmore [EMAIL PROTECTED] wrote: Hi. I have an app where the user can select a note and opt to pop -- Andrew Wetmore User