road0001 / reflexutil

Automatically exported from code.google.com/p/reflexutil
0 stars 0 forks source link

Using it with flex blend 3. I get the following errors. #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
TypeError: Error #1009: Cannot access a property or method of a null object
reference.
    at mx.containers::Panel/commitProperties()
    at mx.core::UIComponent/validateProperties()
    at mx.managers::LayoutManager/validateProperties()
    at mx.managers::LayoutManager/doPhasedInstantiation()
    at Function/http://adobe.com/AS3/2006/builtin::apply()
    at mx.core::UIComponent/callLaterDispatcher2()
    at mx.core::UIComponent/callLaterDispatcher()

    ArgumentError: Error #1063: Argument count mismatch on
mx.binding::PropertyWatcher(). Expected 3, got 2.
    at _net_kandov_reflexutil_components_ControlWindowWatcherSetupUtil/setup()
    at net.kandov.reflexutil.components::ControlWindow/initialize()
    at
mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::childAdde
d()
    at
mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::rawChildr
en_addChildAt()
    at mx.managers::SystemManager/addChild()
    at mx.managers::PopUpManagerImpl/addPopUp()
    at mx.managers::PopUpManager$/addPopUp()
    at net.kandov.reflexutil.components::ControlWindow/show()
    at net.kandov.reflexutil::ReflexUtil/openWindowMenuItemSelectHandler()

Original issue reported on code.google.com by vinjv...@gmail.com on 20 Oct 2007 at 2:06

GoogleCodeExporter commented 8 years ago
I too get a similar error in Flex 3 beta 2:

ArgumentError: Error #1063: Argument count mismatch on 
mx.binding::PropertyWatcher(). Expected 3, got 2.
    at _net_kandov_reflexutil_components_ControlWindowWatcherSetupUtil/setup()

Original comment by iconara on 23 Oct 2007 at 9:06

GoogleCodeExporter commented 8 years ago
Rebuilding the .swc with Flex 3 beta 2 solves the problem.

Original comment by iconara on 23 Oct 2007 at 9:12

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by kan...@gmail.com on 26 Oct 2007 at 3:16

GoogleCodeExporter commented 8 years ago

Original comment by kan...@gmail.com on 26 Oct 2007 at 3:24