TypeError: Error #2007: Parameter blendMode must be non-null. - [how to solve]

Added by Kenneth Gilpin 734 days ago

I'm just playing with the reactorGUI and ran into the following error message when using the .swc file.

The answer seems to be that it is incompatible with the flex builder 3.2 SDK. if you install the flex 3.5 SDK which you will find here:
http://www.adobe.com/cfusion/entitlement/index.cfm?e=flex3sdk
as described in this blog:
http://blog.flexexamples.com/category/flex-3-sdk/

then that solves the problem.

kenneth


Replies

RE: TypeError: Error #2007: Parameter blendMode must be non-null. - [how to solve] - Added by colin moock 734 days ago

hi kenneth,
yes, the current version of ReactorGUI was built on Flex SDK 3.4.1 (as listed in the ReactorGUI release notes), so you'll want to build on at least 3.4.1. i've added the sdk version as a system requirement on the ReactorGUI download page so it's more obvious to other developers.

for others reading this post, here's a more direct link to the Flex SDK compatibility-related "blendMode" error:
http://agileui.blogspot.com/2009/07/i-hate-error-messages-like-this.html

thanks for pointing this issue out!

colin