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
> 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
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.
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
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 :
>
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
> 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
> 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
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
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
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
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
>
>
>
>
>
>
> --
>
> 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
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
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 ?
> > >
>
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
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
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
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
19 matches
Mail list logo