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

2013-01-10 Thread gambas
Comment #7 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: For the 100% cpu usage i logged another issue: http://code.google.com/p/gambas/issues/detail?id=384

[Gambas-user] Issue 384 in gambas: XmlReader doesn't raise an error on FromString if string is empty, which it did in gambas2

2013-01-10 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 384 by uale...@gmail.com: XmlReader doesn't raise an error on FromString if string is empty, which it did in gambas2 http://code.google.com/p/gambas/issues/detail?id=384

Re: [Gambas-user] Need help for resolving a strange behaviour in Gambas 3.3.4

2013-01-10 Thread laurent bernabe
Because in "le compte est bon" I use a recursive algorithm. 2013/1/10 Benoît Minisini > Le 10/01/2013 14:04, laurent bernabe a écrit : > > Ok : thank you. > > > > By the way, can I ask whether Gambas projects are interpreted, some > > kind of byte-coded or compiled ? > > It's because I want to

Re: [Gambas-user] Need help for resolving a strange behaviour in Gambas 3.3.4

2013-01-10 Thread Benoît Minisini
Le 10/01/2013 14:04, laurent bernabe a écrit : > Ok : thank you. > > By the way, can I ask you whether Gambas projects are interpreted, some > kind of byte-coded or compiled ? > It's because I want to code a project like the famous "Le compte est bon" > (The calculation is good). > > Regards > Int

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

2013-01-10 Thread gambas
Comment #6 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 Looking in the "miniServer.class" file, it seems it retrieves the first part and it "expects" more data, because the Content-L

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

2013-01-10 Thread gambas
Comment #5 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 found the reason why it isn't working. The RpcClient is sending the HTTP request in 2 IP packets and the RpcServer

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

2013-01-10 Thread gambas
Comment #4 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 found a typo in your r5498 "./gb.xml/src/rpc/gb.xml.rpc/.src/RpcClient.class" file. Change the following from: If Righ

Re: [Gambas-user] report

2013-01-10 Thread Fabien Bodard
so ? ... need miore info to help you 2013/1/10 Shane > can someone tell me how to use this tried a test project but can't get > anything to display > > > > -- > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, H

Re: [Gambas-user] Need help for resolving a strange behaviour in Gambas 3.3.4

2013-01-10 Thread laurent bernabe
Ok : thank you. By the way, can I ask you whether Gambas projects are interpreted, some kind of byte-coded or compiled ? It's because I want to code a project like the famous "Le compte est bon" (The calculation is good). Regards 2013/1/10 Benoît Minisini > Le 10/01/2013 13:21, Benoît Minisini

Re: [Gambas-user] Need help for resolving a strange behaviour in Gambas 3.3.4

2013-01-10 Thread laurent bernabe
Ok : That's why I could not be told about my error. Thank you very much :) 2013/1/10 Benoît Minisini > Le 10/01/2013 12:02, laurent bernabe a écrit : > > Hello, > > > > Could someone help me for resolving a strange gambas behaviour ? > > > > When I run my project, I get an error saying me that

Re: [Gambas-user] Need help for resolving a strange behaviour in Gambas 3.3.4

2013-01-10 Thread Benoît Minisini
Le 10/01/2013 13:21, Benoît Minisini a écrit : > Le 10/01/2013 12:02, laurent bernabe a écrit : >> Hello, >> >> Could someone help me for resolving a strange gambas behaviour ? >> >> When I run my project, I get an error saying me that I gave an incorrect >> type : but the stack trace is empty (Fma

Re: [Gambas-user] Need help for resolving a strange behaviour in Gambas 3.3.4

2013-01-10 Thread Benoît Minisini
Le 10/01/2013 12:02, laurent bernabe a écrit : > Hello, > > Could someone help me for resolving a strange gambas behaviour ? > > When I run my project, I get an error saying me that I gave an incorrect > type : but the stack trace is empty (Fmain.fmain.0) and I it does not show > me where I did the

Re: [Gambas-user] Need help for resolving a strange behaviour in Gambas 3.3.4

2013-01-10 Thread laurent bernabe
I solved my problem ! First I am using the latest development version of Gambas instead of the version available on nemh repository. This way I could have an idea of where I did my error. I must not write private brouillon[6,6] as new Integer but rather private brouillon as new Integer[6,6] R

Re: [Gambas-user] a new strange behavior

2013-01-10 Thread Benoît Minisini
Le 07/01/2013 15:19, Karl Reinl a écrit : > Salut Benoît, > > for testing matters, I loaded the ReportExample from Examples and saved > it as ReportExample in my home directory to 'Testing+Bugs'. > > Then I added on top of FMain.class 'Export', changed in Properties from > normal to library and mad

[Gambas-user] A few algorithms #1

2013-01-10 Thread Bruce
This may be of interest to some so I post it with best interests. Problem: Given a list of items shuffle them into a random order, e.g, cards, cars, boyfriends, girlfriends, recipes, whatever. Answer: For small data sets: '' Fisher-Yates shuffle routine to randomise source lists.

Re: [Gambas-user] Need help for resolving a strange behaviour in Gambas 3.3.4

2013-01-10 Thread laurent bernabe
Hello, Thank you for your answer. But I replaced gb.gui to gb.qt4 and it did not solve the problem. Regards 2013/1/10 Charlie Reinl > Am Donnerstag, den 10.01.2013, 12:02 +0100 schrieb laurent bernabe: > > Hello, > > > > Could someone help me for resolving a strange gambas behaviour ? > > > >

Re: [Gambas-user] Need help for resolving a strange behaviour in Gambas 3.3.4

2013-01-10 Thread Charlie Reinl
Am Donnerstag, den 10.01.2013, 12:02 +0100 schrieb laurent bernabe: > Hello, > > Could someone help me for resolving a strange gambas behaviour ? > > When I run my project, I get an error saying me that I gave an incorrect > type : but the stack trace is empty (Fmain.fmain.0) and I it does not sh