You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
publicfunctionrequest( command:String , data:Object=null ):void
{
signalMapper = new NativeMappedSignal(
this._service,
HttpResponseEvent.COMPLETE,
HttpResponseEvent,
ResourceModel,
Object
).mapTo( onResponseMap, data );
}
publicfunction onResponseMap( event:HttpResponseEvent ):ResourceModel
{
return new ResourceModel();
}
In Tests(tests/org/osflash/signals/natives/NativeMappedSignalFunctionArgTest.as) use just String, int, Number and Array, just this types is supported?
Error returned:
ArgumentError: Value object <functionFunction() {}>is not an instance of <[classResourceModel]>.atorg.osflash.signals::DeluxeSignal/dispatch()[D:\_github\as3-signals-0.8\src\org\osflash\signals\DeluxeSignal.as:148]
This don't work:
In Tests(tests/org/osflash/signals/natives/NativeMappedSignalFunctionArgTest.as) use just String, int, Number and Array, just this types is supported?
Error returned:
I'm using:
signals 0.8
robotlegs 1.5.2
signals-extension 0.2.4
Thanks for all, i'm working in this... 👍
The text was updated successfully, but these errors were encountered: