HI,
> ReferenceError: Error #1056: Cannot create property renderMode on
> flash.display.NativeWindowInitOptions.
> at spark.components::Window/setupWindowInitOptions()
> [/Users/justinmclean/Documents/ApacheFlexSDK/frameworks/projects/airspark/src/spark/components/Window.as:1777]
> at spark.components::Window/commitProperties()
> [/Users/justinmclean/Documents/ApacheFlexSDK/frameworks/projects/airspark/src/spark/components/Window.as:1795]
> at spark.components::Window/open()
> [/Users/justinmclean/Documents/ApacheFlexSDK/frameworks/projects/airspark/src/spark/components/Window.as:2238]
> at InstallApacheFlex/showConsole()[/home/falken/workspace/flex-
> utilities/installer/src/InstallApacheFlex.mxml:1677]
> at
> InstallApacheFlex/__installLogBtn_click()[/home/falken/workspace/flex-
> utilities/installer/src/InstallApacheFlex.mxml:2083]
Think this issue was fixed a while back do you have the latest version of the
code?
setupWindowInitOptions should have these lines of code in them.
if ("renderMode" in init)
init["renderMode"] = _renderMode;
Thanks,
Justin