Tour de Flex Sample - RemoteObject Events - 13400


comments

how do in flex 4?

 

<mx:remoteobject id="srv" destination="product" channelset="{channelset}" fault="faulthandler(event)">
        <mx:method name="getproducts" result="getproducts_resulthandler(event)"/>

</mx:remoteobject>

 

i got

 

could not resolve <s:method> component implementation.

 

when trying this

 

<s:remoteobject id="romajor" destination="majorsrv" fault="alert.show('remote object error')" >
            <s:method name="addmajor" result="romajorresult(event)"/>
</s:remoteobject>

 

thank you



More discussions in Tour de Flex Samples


adobe

Comments

Popular posts from this blog

Help with codes to add 1 more shift register and add more to matrix LED

tcp client

Is there an HTML component in Flex 2.0?