Re: [Gambas-user] XML-RPC component bug?

2009-11-10 Thread Ron
Toni wrote: > Hi, > I'm having problems with the XML-RPC component. > The same piece of code (and actually the compiled program too) works > fine in one computer an gives an error in another. > > System where it works: Ubuntu 9.10 32bits > System where it fails: Ubuntu 8.10 64bits > Both systems h

Re: [Gambas-user] Make Installation Package Failure

2009-11-10 Thread charlesg
The package on Ubuntu is annoyingly incomplete. Go into Synaptic, search on Gambas and install the rest of what should have been in the package. Even better compile Gambas from source although 2.13 is fine for testing. rgds -- View this message in context: http://old.nabble.com/Make-Installati

[Gambas-user] XML-RPC component bug?

2009-11-10 Thread Toni
Hi, I'm having problems with the XML-RPC component. The same piece of code (and actually the compiled program too) works fine in one computer an gives an error in another. System where it works: Ubuntu 9.10 32bits System where it fails: Ubuntu 8.10 64bits Both systems have the same Gambas versi

[Gambas-user] Make Installation Package Failure

2009-11-10 Thread Steven Herbert
Good Morning: Not sure whether this is a bug or I have failed to do something correctly. If there is an link to solve this problem please forgive me and direct me to the appropriate link. - thanks I am using Gambas 2.13 on Ubuntu 9.10 As an investigation project to Gambas' viability, I built a

Re: [Gambas-user] date member order & presentation

2009-11-10 Thread Fabien Bodard
2009/11/10 Jean-Yves F. Barbier <12u...@gmail.com>: > Fabien Bodard a écrit : >> 2009/11/10 Jean-Yves F. Barbier <12u...@gmail.com>: >>> Hi, >>> >>> I use a postgresql database, and I need to display dates (in a modified >>> TableView) according to DB (ISO: -mm-dd, with separator '-', not '/'),

Re: [Gambas-user] date member order & presentation

2009-11-10 Thread Jean-Yves F. Barbier
Fabien Bodard a écrit : > 2009/11/10 Jean-Yves F. Barbier <12u...@gmail.com>: >> Hi, >> >> I use a postgresql database, and I need to display dates (in a modified >> TableView) according to DB (ISO: -mm-dd, with separator '-', not '/'), >> otherwise it displays 10/11/2009, but waits for an inpu

Re: [Gambas-user] date member order & presentation

2009-11-10 Thread Fabien Bodard
2009/11/10 Jean-Yves F. Barbier <12u...@gmail.com>: > Hi, > > I use a postgresql database, and I need to display dates (in a modified > TableView) according to DB (ISO: -mm-dd, with separator '-', not '/'), > otherwise it displays 10/11/2009, but waits for an input such as 2009-11-10 > when I s