[Gambas-user] smpt body vs attachement

2013-04-23 Thread Willy Raets
Hello, Another question on the use of smtp. When in an application I do: hMail.Add(tarBody.Text) The content of tarBody (a TextArea) is send as body of the email So on opening the mail you see this as the mail body as I expect. There is no attachement When doing: hMail.Add(tarBody.Text) hMail

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] Issue 421 in gambas: gb.xml.rpc doesn't work correctly with gb.libxml

2013-04-23 Thread gambas
Updates: Status: Accepted Owner: adrien.p...@gmail.com Comment #1 on issue 421 by adrien.p...@gmail.com: gb.xml.rpc doesn't work correctly with gb.libxml http://code.google.com/p/gambas/issues/detail?id=421 That's weird, I usually see bugs caused by the new implementation (gb.xm

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