Closed nicoulaj closed 13 years ago
Updated by Julien.N...@gmail.com on 2009-12-30T15:56:02
What do you mean by ActionScript project ? Every Flex/Flash application is an ActionScript project, so I don't see...
Updated by bharara....@gmail.com on 2010-01-04T06:48:12
Yes though every flex/flash application is an actionscript project but if you create an "actionscript" project in the Flex IDE and then create an instance of the flex- iframe, it does not work. If I use the same code in a flex project, it works perfectly! Please let me know if I am required to attach the file for reference.
Thanks Shilpi Bharara
Updated by bharara....@gmail.com on 2010-01-08T07:14:57
Hi All
I have attached my test project. Please import this as an actionscript project in flex builder.
I receive the following error when I turn overlay detection = "true" TypeError: Error #1009: Cannot access a property or method of a null object reference. at com.google.code.flexiframe::IFrame/handleAdd() [/home/nicoulaj/workspaces/flexiframe/flexiframe/src/com/google/code/f lexiframe/IFrame.as:397] at flash.display::DisplayObjectContainer/addChild() at iframeTest()[E:\imeet2.0\content5 \applications\iframe\src\iframeTest.as:27]
If I remove the overlay detection, there is no error; but no iframe appears.
Updated by Julien.N...@gmail.com on 2010-05-14T16:48:20
Mhh, OK, I did not get it ! Well, this is normal, flex-iframe relies on the Flex framework, it can't work without...
Original ticket set status to WontFix (we converted to closed)
Originally filed by bharara....@gmail.com on 2009-12-03T07:13:16
What steps will reproduce the problem?
What is the expected output? What do you see instead? Expected: IFrame should appear on stage. Instead, the following error is produced: TypeError: Error #1009: Cannot access a property or method of a null object reference. at com.google.code.flexiframe::IFrame/handleAdd()[/home/nicoulaj/ workspaces/flexiframe/flexiframe/src/com/google/code/f lexiframe/IFrame.as:380]
The systemManager instance returns null.
This works completely find if the project has an mxml application tag.
What version of Flex-IFrame are you using? On what operating system and which navigator (specify the version too)? Tried on all versions. Windows OS and Internet Explorer Version 8.0
Please provide any additional information below, and a sample Flex 3 project reproducing the issue if possible.