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
