Re: [Gambas-user] gambas3 Revision 2498 fails on reconf-all

2009-12-23 Thread Charlie Reinl
Am Mittwoch, den 23.12.2009, 22:33 +0100 schrieb Laurent Carlier: > Le mercredi 23 décembre 2009 22:18:53, Charlie Reinl a écrit : > > Am Mittwoch, den 23.12.2009, 21:36 +0100 schrieb Laurent Carlier: > > > Le mardi 22 décembre 2009 21:53:58, Charlie Reinl a écrit : > > > > Am Dienstag, den 22.12.2

Re: [Gambas-user] gambas3 Revision 2498 fails on reconf-all

2009-12-23 Thread Laurent Carlier
Le mercredi 23 décembre 2009 22:18:53, Charlie Reinl a écrit : > Am Mittwoch, den 23.12.2009, 21:36 +0100 schrieb Laurent Carlier: > > Le mardi 22 décembre 2009 21:53:58, Charlie Reinl a écrit : > > > Am Dienstag, den 22.12.2009, 21:43 +0100 schrieb Laurent Carlier: > > > > Le mardi 22 décembre 200

Re: [Gambas-user] gambas3 Revision 2498 fails on reconf-all

2009-12-23 Thread Charlie Reinl
Am Mittwoch, den 23.12.2009, 21:36 +0100 schrieb Laurent Carlier: > Le mardi 22 décembre 2009 21:53:58, Charlie Reinl a écrit : > > Am Dienstag, den 22.12.2009, 21:43 +0100 schrieb Laurent Carlier: > > > Le mardi 22 décembre 2009 21:18:47, Charlie Reinl a écrit : > > > > Am Dienstag, den 22.12.2009

Re: [Gambas-user] Shell sudo

2009-12-23 Thread Joshua Higgins
I've been writing the command I want to execute as root ("apt-get install package") to a temporary file (e.g. /tmp/install.package), making it executable (chmod +x) then using SHELL "gksu sh /tmp/install.package" which prompts the user for the password. Its probably not the best way, but its quit

Re: [Gambas-user] gambas3 Revision 2498 fails on reconf-all

2009-12-23 Thread Laurent Carlier
Le mercredi 23 décembre 2009 21:42:30, Benoît Minisini a écrit : > > Le mardi 22 décembre 2009 21:53:58, Charlie Reinl a écrit : > > > Am Dienstag, den 22.12.2009, 21:43 +0100 schrieb Laurent Carlier: > > > > Le mardi 22 décembre 2009 21:18:47, Charlie Reinl a écrit : > > > > > Am Dienstag, den 22.

Re: [Gambas-user] gambas3 Revision 2498 fails on reconf-all

2009-12-23 Thread Benoît Minisini
> Le mardi 22 décembre 2009 21:53:58, Charlie Reinl a écrit : > > Am Dienstag, den 22.12.2009, 21:43 +0100 schrieb Laurent Carlier: > > > Le mardi 22 décembre 2009 21:18:47, Charlie Reinl a écrit : > > > > Am Dienstag, den 22.12.2009, 21:39 +0200 schrieb Jussi Lahtinen: > > > > > Please more info a

Re: [Gambas-user] gambas3 Revision 2498 fails on reconf-all

2009-12-23 Thread Laurent Carlier
Le mardi 22 décembre 2009 21:53:58, Charlie Reinl a écrit : > Am Dienstag, den 22.12.2009, 21:43 +0100 schrieb Laurent Carlier: > > Le mardi 22 décembre 2009 21:18:47, Charlie Reinl a écrit : > > > Am Dienstag, den 22.12.2009, 21:39 +0200 schrieb Jussi Lahtinen: > > > > Please more info about fail.

[Gambas-user] Shell sudo

2009-12-23 Thread M. Cs.
I'd like to make my app able to download and install packages via apt-get (or any other command-line package manager). How can I do that? I know it will need the user's password but how can I pass the command? The simple SHELL "sudo apt-get install ..." won't do the thing! Thanks! -

[Gambas-user] Database Sample Application

2009-12-23 Thread fsl
Has anyone successfully used this sample in Gambas to retrieve data from a MSSQL database in Fedora 12 or any other distro. I can get the connection to open using odbc as the type and a dsn configured in odbc.ini & odbcinst.ini using freetds as the driver however the application falls over when t