Adrien,
No problem, was busy myself on my own project ;-)
And I guess the xmlrpc component is not used by many.
Had to dive into it myself quite often, since the author is not active with
gambas anymore.
Thanks, and I will test it.
Regards,
Ron.
2013/4/23 Adrien Prokopowicz
> Le Sun, 14 Apr
Le Sun, 14 Apr 2013 12:02:39 +0200, Ron 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 RpcM
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