Re: [Gambas-user] RpcClient patch

2013-04-23 Thread Ron
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

Re: [Gambas-user] RpcClient patch

2013-04-23 Thread Adrien Prokopowicz
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

[Gambas-user] RpcClient patch

2013-04-14 Thread Ron
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