Re: [Gambas-user] Issue 373 in gambas: Drag And Drop Data from CAJA and Nautilus

2013-01-12 Thread gambas
Updates: Status: NeedsInfo Labels: -Version Version-TRUNK Comment #1 on issue 373 by benoit.m...@gmail.com: Drag And Drop Data from CAJA and Nautilus http://code.google.com/p/gambas/issues/detail?id=373 Can you check the contents of Drag.Formats to see if there is a difference

Re: [Gambas-user] Issue 380 in gambas: RpcClient sends invalid HTTP requests (and RpcServer stops working)

2013-01-12 Thread gambas
Updates: Status: Fixed Comment #15 on issue 380 by benoit.m...@gmail.com: RpcClient sends invalid HTTP requests (and RpcServer stops working) http://code.google.com/p/gambas/issues/detail?id=380 Oops, fixed in revision #5502. ---

Re: [Gambas-user] Issue 385 in gambas: XmlReader hangs RpcClient response parsing in gambas3, works fine in gambas2

2013-01-12 Thread gambas
Updates: Status: Fixed Comment #5 on issue 385 by benoit.m...@gmail.com: XmlReader hangs RpcClient response parsing in gambas3, works fine in gambas2 http://code.google.com/p/gambas/issues/detail?id=385 (No comment was entered for this change.)

Re: [Gambas-user] Issue 380 in gambas: RpcClient sends invalid HTTP requests (and RpcServer stops working)

2013-01-12 Thread gambas
Comment #14 on issue 380 by uale...@gmail.com: RpcClient sends invalid HTTP requests (and RpcServer stops working) http://code.google.com/p/gambas/issues/detail?id=380 ps. the client is the RcpClient, which uses the curl library. When i got more time, i will have a look (i think it is more ti

Re: [Gambas-user] Issue 380 in gambas: RpcClient sends invalid HTTP requests (and RpcServer stops working)

2013-01-12 Thread gambas
Comment #13 on issue 380 by uale...@gmail.com: RpcClient sends invalid HTTP requests (and RpcServer stops working) http://code.google.com/p/gambas/issues/detail?id=380 Ok, i can confirm the new code looks to work fine. Only, can you modify 1 more thing, because the r5498 fix was invalid:

Re: [Gambas-user] Issue 385 in gambas: XmlReader hangs RpcClient response parsing in gambas3, works fine in gambas2

2013-01-12 Thread gambas
Comment #4 on issue 385 by uale...@gmail.com: XmlReader hangs RpcClient response parsing in gambas3, works fine in gambas2 http://code.google.com/p/gambas/issues/detail?id=385 I can confirm it works, thanks for the quick fix. ---

Re: [Gambas-user] Issue 386 in gambas: Memory leak when using the "Signature" property of the ".Symbol" class

2013-01-12 Thread gambas
Updates: Status: Fixed Comment #2 on issue 386 by benoit.m...@gmail.com: Memory leak when using the "Signature" property of the ".Symbol" class http://code.google.com/p/gambas/issues/detail?id=386 Fixed in revision #5502. ---

Re: [Gambas-user] Issue 386 in gambas: Memory leak when using the "Signature" property of the ".Symbol" class

2013-01-12 Thread gambas
Updates: Status: Accepted Comment #1 on issue 386 by benoit.m...@gmail.com: Memory leak when using the "Signature" property of the ".Symbol" class http://code.google.com/p/gambas/issues/detail?id=386 (No comment was entered for this change.) ---

Re: [Gambas-user] Issue 385 in gambas: XmlReader hangs RpcClient response parsing in gambas3, works fine in gambas2

2013-01-12 Thread gambas
Updates: Status: NeedsInfo Labels: -Version Version-TRUNK Comment #3 on issue 385 by benoit.m...@gmail.com: XmlReader hangs RpcClient response parsing in gambas3, works fine in gambas2 http://code.google.com/p/gambas/issues/detail?id=385 Fixed submitted in revision #5401. Can yo

Re: [Gambas-user] Issue 380 in gambas: RpcClient sends invalid HTTP requests (and RpcServer stops working)

2013-01-12 Thread gambas
Comment #12 on issue 380 by benoit.m...@gmail.com: RpcClient sends invalid HTTP requests (and RpcServer stops working) http://code.google.com/p/gambas/issues/detail?id=380 I implemented your fix by using the Begin() and Send() method in revision #5500. Can you tell me if it works? By the way

Re: [Gambas-user] Issue 380 in gambas: RpcClient sends invalid HTTP requests (and RpcServer stops working)

2013-01-12 Thread gambas
Comment #11 on issue 380 by benoit.m...@gmail.com: RpcClient sends invalid HTTP requests (and RpcServer stops working) http://code.google.com/p/gambas/issues/detail?id=380 Cool, reporting a bug and fixing it. :-) More seriously, I was actually aware of the problem of packet unicity because I

Re: [Gambas-user] Issue 380 in gambas: RpcClient sends invalid HTTP requests (and RpcServer stops working)

2013-01-12 Thread gambas
Comment #10 on issue 380 by uale...@gmail.com: RpcClient sends invalid HTTP requests (and RpcServer stops working) http://code.google.com/p/gambas/issues/detail?id=380 @Benoit: I modified the "gb.xml/src/rpc/gb.xml.rpc/.src/miniServer.class" and is attached. It does a few things now: 1 - It

Re: [Gambas-user] Issue 381 in gambas: Connection created via GUI doesn't work

2013-01-12 Thread gambas
Comment #2 on issue 381 by mig...@gmail.com: Connection created via GUI doesn't work http://code.google.com/p/gambas/issues/detail?id=381 Hi again and thanks for your time. You were right...gb.desktop component was not checked. I checked it but same error message is shown.

Re: [Gambas-user] Issue 385 in gambas: XmlReader hangs RpcClient response parsing in gambas3, works fine in gambas2

2013-01-12 Thread gambas
Comment #2 on issue 385 by uale...@gmail.com: XmlReader hangs RpcClient response parsing in gambas3, works fine in gambas2 http://code.google.com/p/gambas/issues/detail?id=385 Ok, last comment. Replacing the: If Xml.Node.Name = "data" Then with: If Xml.Eof Then Then Seems to solve it ... Only

Re: [Gambas-user] Issue 385 in gambas: XmlReader hangs RpcClient response parsing in gambas3, works fine in gambas2

2013-01-12 Thread gambas
Comment #1 on issue 385 by uale...@gmail.com: XmlReader hangs RpcClient response parsing in gambas3, works fine in gambas2 http://code.google.com/p/gambas/issues/detail?id=385 The code never exits, because the following lines will NEVER be true in gambas3: If Xml.Node.Name = "data" Then Ex

[Gambas-user] Issue 386 in gambas: Memory leak when using the "Signature" property of the ".Symbol" class

2013-01-12 Thread gambas
Status: New Owner: Labels: Version-TRUNK Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 386 by svit...@gmail.com: Memory leak when using the "Signature" property of the ".Symbol" class http://code.google.com/p/gambas/issues/detail?id=386 1) Describe th

[Gambas-user] Issue 385 in gambas: XmlReader hangs RpcClient response parsing in gambas3, works fine in gambas2

2013-01-12 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 385 by uale...@gmail.com: XmlReader hangs RpcClient response parsing in gambas3, works fine in gambas2 http://code.google.com/p/gambas/issues/detail?id=385 1) Describe th