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 <[email protected]> > Le Sun, 14 Apr 2013 12:02:39 +0200, Ron <[email protected]> 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 > > > ------------------------------------------------------------------------------ > Try New Relic Now & We'll Send You this Cool Shirt > New Relic is the only SaaS-based application performance monitoring service > that delivers powerful full stack analytics. Optimize and monitor your > browser, app, & servers with just a few lines of code. Try New Relic > and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr > _______________________________________________ > Gambas-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/gambas-user > ------------------------------------------------------------------------------ Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service that delivers powerful full stack analytics. Optimize and monitor your browser, app, & servers with just a few lines of code. Try New Relic and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
