Re: [Gambas-user] Issue 449 in gambas: RpcServer sends a not complete valid request, it sends "\n", it should send "\r\n".

2013-07-04 Thread gambas
Comment #4 on issue 449 by uale...@gmail.com: RpcServer sends a not complete valid request, it sends "\n", it should send "\r\n". http://code.google.com/p/gambas/issues/detail?id=449 I tested it and it is working fine, both issues can be closed. -- You received this message because this proje

Re: [Gambas-user] Issue 449 in gambas: RpcServer sends a not complete valid request, it sends "\n", it should send "\r\n".

2013-07-04 Thread gambas
Updates: Status: Started Labels: -Version Version-3.4.0 Comment #3 on issue 449 by benoit.m...@gmail.com: RpcServer sends a not complete valid request, it sends "\n", it should send "\r\n". http://code.google.com/p/gambas/issues/detail?id=449 Done in revision #5720. Tell me the

Re: [Gambas-user] Issue 438 in gambas: gb.xml.rpc sometimes doesn't parse data correctly due to incompleteness of received data

2013-07-04 Thread gambas
Comment #7 on issue 438 by uale...@gmail.com: gb.xml.rpc sometimes doesn't parse data correctly due to incompleteness of received data http://code.google.com/p/gambas/issues/detail?id=438 Fix is in included in issue 449, a modified "miniServer.class" is attached there. -- You received this

Re: [Gambas-user] Issue 449 in gambas: RpcServer sends a not complete valid request, it sends "\n", it should send "\r\n".

2013-07-04 Thread gambas
Comment #2 on issue 449 by uale...@gmail.com: RpcServer sends a not complete valid request, it sends "\n", it should send "\r\n". http://code.google.com/p/gambas/issues/detail?id=449 @Benoit: Attached is an updated "miniServer.class", this is based on the release BEFORE r5713 and it fixes th

Re: [Gambas-user] Howto tell how many pages to print

2013-07-04 Thread Fabien Bodard
It depend of what you want to achieve. You can use gb.report. One time the layer is done you give data. And it calculate all for you. I know it is not well documented since at less 5 years but i can help you. Le 3 juil. 2013 22:10, "Sprachschule Eilert" a écrit : > Hi folks, > > I am still cycli

Re: [Gambas-user] Keeping track of opened form instances

2013-07-04 Thread Benoît Minisini
Le 04/07/2013 10:14, Tobias Boege a écrit : > On Thu, 04 Jul 2013, Bruce wrote: >> Hi folks, >> >> I have a form ("FSummary") that basically opens a variable number of >> other forms. This action is controlled by the user. >> >> Each other form is an instance of a single form/class, say "FDetail".

Re: [Gambas-user] Keeping track of opened form instances

2013-07-04 Thread Tobias Boege
On Thu, 04 Jul 2013, Bruce wrote: > Hi folks, > > I have a form ("FSummary") that basically opens a variable number of > other forms. This action is controlled by the user. > > Each other form is an instance of a single form/class, say "FDetail". > Each and any of these could be closed by the use