[Gambas-user] Java for Webkit?

2009-08-05 Thread richard terry
I noted in the browser example, no java? WebSettings seems to have mention of these but I can't set them. Any help appreciated. Thanks. richard -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 3

Re: [Gambas-user] gbs web application debugging - find line numbers?

2009-08-05 Thread Benoît Minisini
> Hi, > > I'm building a web application, but its currently a pain to debug the > scripts. Everything is working fine (Apache and etc) and file permissions > are okay, but a pesky line in my script is throwing a file not found error, > and I cannot find which one. This is the output catched in apac

[Gambas-user] gbs web application debugging - find line numbers?

2009-08-05 Thread Joshua Higgins
Hi, I'm building a web application, but its currently a pain to debug the scripts. Everything is working fine (Apache and etc) and file permissions are okay, but a pesky line in my script is throwing a file not found error, and I cannot find which one. This is the output catched in apache's error.

Re: [Gambas-user] Executing commands as root

2009-08-05 Thread David Villalobos Cambronero
Hey Thanks to all, very helpful Regards -- David - Original Message From: Steven revimmo To: mailing list for gambas users Sent: Wednesday, August 5, 2009 9:30:46 AM Subject: Re: [Gambas-user] Executing commands as root I used this : SHELL "kdesu " & Chr(34) & "/usr/sb

Re: [Gambas-user] Executing commands as root

2009-08-05 Thread Steven revimmo
I used this : SHELL "kdesu " & Chr(34) & "/usr/sbin/lpadmin -p request_ps -v 'pipe:/bin/cat - > " & User.Home & "/request/work/tempfile.ps' -m PostscriptColor.ppd -E" & Chr(34) WAIT (to install a printer) cheers, steven Le mercredi 05 août 2009 à 17:07 +0200, Stefano Palmeri a écrit : >

Re: [Gambas-user] Column auto reseize in tables views.

2009-08-05 Thread Charlie Reinl
Am Mittwoch, den 05.08.2009, 17:29 +0200 schrieb Benoît Minisini: > > Am Mittwoch, den 05.08.2009, 15:58 +0200 schrieb Benoît Minisini: > > > > Salut Benoit, > > > > > > > > while talking GridView. I think that belongs to that subject. > > > > > > > > I moving a gambas1 project to gambas2, and rema

Re: [Gambas-user] Executing commands as root

2009-08-05 Thread Benoît Minisini
> hey David, > > I'm using Debian Lenny 5.0.2 and Gambas 2.14 > > for me this command works fine > > SHELL "gksudo gnome-commander" > > but I think it's Gnome specific > > I hope it helps > > Regards > Dimitris > By using the INPUT/OUTPUT option of SHELL, you can run "su" or "sudo" inside a termi

Re: [Gambas-user] Column auto reseize in tables views.

2009-08-05 Thread Benoît Minisini
> Am Mittwoch, den 05.08.2009, 15:58 +0200 schrieb Benoît Minisini: > > > Salut Benoit, > > > > > > while talking GridView. I think that belongs to that subject. > > > > > > I moving a gambas1 project to gambas2, and remarked, > > > that with GridView you can't have EmptySpace at right in a > > > G

Re: [Gambas-user] Executing commands as root

2009-08-05 Thread Stefano Palmeri
Il mercoledì 5 agosto 2009 15:45:24 David Villalobos Cambronero ha scritto: > Hi all, > > Time ago, someone asked about executing commands as root and pass the root > password to SHELL, does anybody remember the solution? > > Regards > > > -- > David > > He was me. My error was I opened the shell

Re: [Gambas-user] Executing commands as root

2009-08-05 Thread Rolf-Werner Eilert
Joshua Higgins schrieb: > Not sure its possible. > > 2009/8/5 David Villalobos Cambronero > >> Hi all, >> >> Time ago, someone asked about executing commands as root and pass the root >> password to SHELL, does anybody remember the solution? >> >> Regards >> >> >> -- >> David >> Maybe sudo

Re: [Gambas-user] Executing commands as root

2009-08-05 Thread Dimitris Anogiatis
hey David, I'm using Debian Lenny 5.0.2 and Gambas 2.14 for me this command works fine SHELL "gksudo gnome-commander" but I think it's Gnome specific I hope it helps Regards Dimitris On Wed, Aug 5, 2009 at 8:50 AM, Joshua Higgins wrote: > Not sure its possible. > > 2009/8/5 David Villal

Re: [Gambas-user] Executing commands as root

2009-08-05 Thread Joshua Higgins
Not sure its possible. 2009/8/5 David Villalobos Cambronero > Hi all, > > Time ago, someone asked about executing commands as root and pass the root > password to SHELL, does anybody remember the solution? > > Regards > > > -- > David > > > > > > > --

Re: [Gambas-user] Column auto reseize in tables views.

2009-08-05 Thread Benoît Minisini
> > Salut Benoit, > > while talking GridView. I think that belongs to that subject. > > I moving a gambas1 project to gambas2, and remarked, > that with GridView you can't have EmptySpace at right in a > Grid (gambas1.png) At that time I used the TableView component. > > With GridView from gambas2

[Gambas-user] Executing commands as root

2009-08-05 Thread David Villalobos Cambronero
Hi all, Time ago, someone asked about executing commands as root and pass the root password to SHELL, does anybody remember the solution? Regards -- David -- Let Crystal Reports handle the reporting - Free

Re: [Gambas-user] re-setting several radiobuttons to false ?how

2009-08-05 Thread richard terry
On Wed, 5 Aug 2009 08:04:16 pm Stefano Palmeri wrote: > Il mercoledì 5 agosto 2009 11:16:32 Charlie Reinl ha scritto: > > Am Mittwoch, den 05.08.2009, 17:48 +1000 schrieb richard terry: > > > If one has say 3 radiobuttons in a container > > > is there anyway to set them all back to false ? > > > >

Re: [Gambas-user] re-setting several radiobuttons to false ?how

2009-08-05 Thread Ron_1st
On Wednesday 05 August 2009, Charlie Reinl wrote: > Am Mittwoch, den 05.08.2009, 17:48 +1000 schrieb richard terry: > > If one has say 3 radiobuttons in a container > > is there anyway to set them all back to false ? > > > > If I try this code to clear some textboxes, checkboxes and radiobuttons

Re: [Gambas-user] re-setting several radiobuttons to false ?how

2009-08-05 Thread Stefano Palmeri
Il mercoledì 5 agosto 2009 11:16:32 Charlie Reinl ha scritto: > Am Mittwoch, den 05.08.2009, 17:48 +1000 schrieb richard terry: > > If one has say 3 radiobuttons in a container > > is there anyway to set them all back to false ? > > > > If I try this code to clear some textboxes, checkboxes and rad

Re: [Gambas-user] re-setting several radiobuttons to false ?how

2009-08-05 Thread Charlie Reinl
Am Mittwoch, den 05.08.2009, 17:48 +1000 schrieb richard terry: > If one has say 3 radiobuttons in a container > is there anyway to set them all back to false ? > > If I try this code to clear some textboxes, checkboxes and radiobuttons > contained within a hbox, the tetboxes clear and checkboxes

[Gambas-user] re-setting several radiobuttons to false ?how

2009-08-05 Thread richard terry
If one has say 3 radiobuttons in a container is there anyway to set them all back to false ? If I try this code to clear some textboxes, checkboxes and radiobuttons contained within a hbox, the tetboxes clear and checkboxes clear, but not the radiobuttons: Dim hCtrl As Control Dim hb As HB