Page 1 of 1

Flex 3 SDK and flex 4SDK

Posted: 19 Mar 2010, 09:59
by blueice
I want to now if newer flex SDK's are/will be supported by openSpace 2.0. I am trying to compile openSpace 2.0 beta 4 with flex 3 SDK and i get some errors.

"Error #1063: Argument count mismatch on mx.binding::PropertyWatcher(). Expected 3, got 2"

Posted: 19 Mar 2010, 10:23
by Bax
Are you using the CollapseCanvas component we distributed together with the OpenSpace 2 example? Because in our tests, that component is the cause of that error. We tested the provided example with Flex 3 SDK after removing that component, and everything works fine.

Posted: 19 Mar 2010, 13:05
by blueice
thx. That solved my problem.