[xmlrpcflash-development] [ xmlrpcflash-Bugs-798961 ] Function GetMember(Arg1) doesn't work properly
Brought to you by:
dopelogik
From: SourceForge.net <no...@so...> - 2003-09-02 07:40:08
|
Bugs item #798961, was opened at 2003-09-02 00:40 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=382298&aid=798961&group_id=24819 Category: library related Group: v0.5Alpha Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Function GetMember(Arg1) doesn't work properly! Initial Comment: Function GetMember(Arg1) doesn't work properly! If my server-side method returns an array to the client,then I cann't get what i want through the GetMember(). I modify the xml-rpc.as file,and the modified file is attached here.In my modified version,GetMember() does not return any value of fundamental type,it return an XMLRPC_object instance,we acquires the value from this XMLRPC_object instance. For examples: if my server-side method returns an array! then i can get the value as follow result=myXMLRPC.GetResults(); myValue=result.GetMember(0).GetMember(0).GetValue(); My email:ro...@gr... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=382298&aid=798961&group_id=24819 |