Of course. Thanks again.
It's fine how you are there, working on sunday!!
Regards
2015-04-26 18:47 GMT+02:00 Benoît Minisini :
> Le 26/04/2015 18:42, Jorge Carrión a écrit :
> > Ok. Thanks Benoit.
> >
>
> If you don't want the intermediate shell, use EXEC.
>
> --
> Benoît Minisini
>
>
> ---
Le 26/04/2015 18:42, Jorge Carrión a écrit :
> Ok. Thanks Benoit.
>
If you don't want the intermediate shell, use EXEC.
--
Benoît Minisini
--
One dashboard for servers and applications across Physical-Virtual-Cloud
Wid
Ok. Thanks Benoit.
2015-04-26 18:38 GMT+02:00 Benoît Minisini :
> Le 26/04/2015 17:48, Jorge Carrión a écrit :
> > A question, Benoit, it's the same thing for
> >
> > Shell wait
> >
> > Is based in xdg-util script too?
> >
> > Regards
> >
>
> No, but there is an intermediate shell ('/bin/sh' b
Le 26/04/2015 17:48, Jorge Carrión a écrit :
> A question, Benoit, it's the same thing for
>
> Shell wait
>
> Is based in xdg-util script too?
>
> Regards
>
No, but there is an intermediate shell ('/bin/sh' by default) between
your Gambas program and the executed process.
--
Benoît Minisini
-
A question, Benoit, it's the same thing for
Shell wait
Is based in xdg-util script too?
Regards
2015-04-26 10:31 GMT+02:00 Jorge Carrión :
> Buff... I've based all my project on it!... I suppouse that I'll have to
> find a way to freeze the application based on the file itself... I can't
> i
Buff... I've based all my project on it!... I suppouse that I'll have to
find a way to freeze the application based on the file itself... I can't
imagine how in this moment.
Thank you a lot, Benoit.
Regards
2015-04-25 23:06 GMT+02:00 Benoît Minisini :
> Le 21/04/2015 13:24, Jorge Carrión a écri
Le 21/04/2015 13:24, Jorge Carrión a écrit :
> I have a project thas uses gbDesktop in order to open .odt documents and
> let users to modify them.
> In order to control if a document has changed after been closed the second
> parameter of desktop.open is setted to True.
>
> gbDesktop.Open(myfile,T
I have a project thas uses gbDesktop in order to open .odt documents and
let users to modify them.
In order to control if a document has changed after been closed the second
parameter of desktop.open is setted to True.
gbDesktop.Open(myfile,True)
It seems work fine..but (allways there's a but) ye