[Gambas-user] RpcClient patch
Adrien Prokopowicz
adrien.prokopowicz at ...626...
Tue Apr 23 09:46:23 CEST 2013
Le Sun, 14 Apr 2013 12:02:39 +0200, Ron <ron at ...1740...> a écrit:
> In gb.xml.rpc client code the RpcMethod_Read value is incorrectly filled.
> This results in error when displaying RpcClient variables, see
> screenshot.
>
> gambas/trunk/gb.xml/src/rpc/gb.xml.rpc/.src/RpcClient.class:
>
> BAD:
>
> Function RpcMethod_Read() As RpcFunction
>
> Return RpcFunction
>
> End
>
>
> GOOD/BETTER:
>
> Function RpcMethod_Read() As RpcFunction
>
> Return Method
>
> End
>
> Regards,
> Ron_2nd.
Hi Ron,
I fixed that in revision #5620, thanks.
And sorry for response time, I've been very busy these days.
Regards,
--
Adrien Prokopowicz
More information about the User
mailing list