Hello there Robbi,
The submission to the tracker is MUCH appreciated, but it looks as
though Sourceforge services are 'down for maintinence' from my end
today, and I'd love to get an eye on the file you've attached.
With that, if your interested in getting involved with the development
of the Library, please jump on the xmlrpc-development mailing list-
it's where any action gets centralized, (which hasn't been a lot
lately).
http://lists.sourceforge.net/lists/listinfo/xmlrpcflash-development
Best,
Isaac
sourceforge member: dot_ike
On Tuesday, September 2, 2003, at 03:40 AM, SourceForge.net wrote:
> 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
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> //
> // xmlrpcflash-development mailing list
> // xml...@li...
> // http://lists.sourceforge.net/lists/listinfo/xmlrpcflash-development
>
>
|