Re: [Gambas-user] wish

2009-11-18 Thread Ron_1st
On Tuesday 17 November 2009, Jerry McBride wrote: On Tuesday 17 November 2009 09:55:03 Jean-Yves F. Barbier wrote: Hi, It would be (very) nice to have the possibility to freely format text in ValueBox for I/O (may be the same syntax as in DBase screens). My wish would be the

[Gambas-user] DataCombo, key_press

2009-11-18 Thread Tomas Costa rivas
Hello: Does'nt work a datacombo with key events? How can I solve this problem? Regards -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and

[Gambas-user] Exist says OK, but the File.Load fails

2009-11-18 Thread Charlie Reinl
Salut, this is my code (I added the line numbers) Exist says OK but the File.Load fails with : File or directory does not exist args[0] = Reports/US-presidents-3.xml is a relative path If I use the Fullpath it works. AND: this only happens if the code is used in a component ! In the

[Gambas-user] Gambas XMLRPC Server and method with more than 1 parameter

2009-11-18 Thread Ron
Hi, anyone has the above working by any chance? It works with parameter (NULL) and 1 parameter but not with more than 1. The XMLRPC Client is ok, I have tested it against a non Gambas XMLRPC server. But if you post more than one parameter to the Gambas XMLRPC server, it doesn't check the

[Gambas-user] Bug fixed XMLRPC server

2009-11-18 Thread Ron
Benoit, I have found a bug in the file gambas/2.0/gb.xml/src/rpc/gb.xml.rpc/RpcServer.class I had to comment out one line to get more than one parameter to work. This line ' IF Xml.Node.Type = XmlReaderNodeType.EndElement THEN BREAK in the code snippet below is responsable for a premature

Re: [Gambas-user] Bug fixed XMLRPC server

2009-11-18 Thread Benoît Minisini
Benoit, I have found a bug in the file gambas/2.0/gb.xml/src/rpc/gb.xml.rpc/RpcServer.class I had to comment out one line to get more than one parameter to work. This line ' IF Xml.Node.Type = XmlReaderNodeType.EndElement THEN BREAK in the code snippet below is responsable for a

Re: [Gambas-user] Bug fixed XMLRPC server

2009-11-18 Thread Benoît Minisini
Benoit, I have found a bug in the file gambas/2.0/gb.xml/src/rpc/gb.xml.rpc/RpcServer.class I had to comment out one line to get more than one parameter to work. This line ' IF Xml.Node.Type = XmlReaderNodeType.EndElement THEN BREAK in the code snippet below is responsable for a

Re: [Gambas-user] Bug fixed XMLRPC server

2009-11-18 Thread Ron
I agree, but couldn't create a scenario in where that line was needed, but it looks like its useful. It would also be better to check for the exact amount of parameters, now it doesn't detect this (faultreply 6) Regards, Ron_2nd --- This e-mail is sent from my mobile phone. On Nov 18, 2009 10:41

[Gambas-user] Release of Gambas 2.18

2009-11-18 Thread Benoît Minisini
Hi, Here is a new release of Gambas 2. The goal of this release is mainly making the GTK+ component works with GTK+ 2.18, i.e. with recent distributions like Ubuntu 9.10 or Mandriva 2010.0. There a few changes and bug fixes too. Here is the ChangeLog: