[xmlrpcflash-development] Fwd: xmlrpcflash 0.6 Alpha
Brought to you by:
dopelogik
|
From: Isaac L. <is...@st...> - 2003-02-28 11:45:09
|
More from Martin-
Begin forwarded message:
> From: "Martin Szulecki" <m.s...@mi...>
> Date: Fri Feb 28, 2003 4:59:17 AM America/New_York
> To: "'Isaac Levy'" <is...@st...>
> Subject: RE: xmlrpcflash 0.6 Alpha
>
> Hi Issac,
>
> One thing I seen in the new release:
>
> 1. The header says version 0.5 ;)
>
> 2. Please change the last _OnLoaded function to this correct one:
> ---------------------------------------------------------
> function _OnLoaded (success)
> {
> if (success)
> {
> this.ref.onLoaded(this.ref.getResults());
> }
> else
> {
> this.ref.onFailed(this.ERRORCODE[this.status]);
> }
> }
> ---------------------------------------------------------
>
> I thought it would have been posted on the mailinglist already.
> Added an XMLRPC::onTimedOut (using setInterval) event first but
> removed it later on because that way the library stays Flash 5
> compatible.
> That "// Flash MX only" left in the code...
>
> I changed the XMLRPC::onLoaded event to receive the results directly,
> coz its obvious. ;)
>
> That way you can easily do:
>
> ---------------------------------------------------------
> objXMLRPC = new XMLRPC("http://xmlrpc.server.com/", 30);
> objXMLRPC.onLoaded = function (results)
> {
> if (results.GetMember("faultCode") != null)
> {
> ...
> }
> ...
> }
> objXMLRPC.Call("tell.me.what.to.do.method.on.server");
> ---------------------------------------------------------
>
> Cheers,
>
> Martin
>
>
>> -----Original Message-----
>> From: Isaac Levy [mailto:is...@st...]
>> Sent: Friday, February 28, 2003 1:22 AM
>> To: Martin Szulecki
>> Subject: xmlrpcflash 0.6 Alpha
>>
>>
>> Hello Martin,
>>
>> I have just released the new files, with the event handler
>> modifications you submitted. Again, thank you very much.
>>
>> The new package can be downloaded here:
>> http://sourceforge.net/project/shownotes.php?release_id=143142
>>
>>
>> On Thursday, February 27, 2003, at 04:50 PM, Martin Szulecki wrote:
>>>
>>> Beside that I would like to inform you about a project called "MX
>>> Framework" I am currently doing.
>>> It is not yet public nor released and will also be
>> available under the
>>> LGPL.
>>> You can have a first glimpse at: http://mxf.syntax72.org
>>
>> This looks fantastic- I'll be digging in more in the next few days!
>>
>>> I would like to include major parts of the code in a XMLRPC
>> component.
>>
>> Fantastic, go for it! The new xmlrpcflash release is now under the
>> LGPL license, so this should let people include it in commercial, as
>> well as open, packages and software.
>>
>>> The implementation is already done but I would like to ask you how I
>>> should
>>> add the credits and if you permit inclusion.
>>
>> Ah- credits. Let me think here. Well, it's a bit sticky-
>> The original author, Patrick, has not added to or contributed to the
>> project in close to 2 years now, but the code is still very much his
>> creation. I was brought in as project admin early this
>> winter, and now
>> there are several others involved now- mostly non-officially.
>>
>> I would just point all credits to the sf project page,
>> http://xmlrpcflash.sourceforge.net
>>
>> and all will be happy. Or, you could put my name down as the
>> sourceforge admin, something like:
>> Isaac Levy <is...@st...> (sourceforge admin dot_ike)
>>
>>> Basicly I have kept all comments intact and only rewrote the code.
>>> The planed release of the Framework will include version and author
>>> details
>>> which are specified in XML files managed by the pear like
>> MXF Package
>>> Manager.
>>
>> This is fantastic. I'm eager to dig in!
>>
>> My best,
>> .ike
>>
>>
>>
>> Isaac Levy
>> + Office of Structured Systems
>> http://structuredsystems.net
>>
>>
>>
>
>
>
|