Re: [Gambas-user] A issue with gbDesktop.open

2015-04-26 Thread Jorge Carrión
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 > > > ---

Re: [Gambas-user] A issue with gbDesktop.open

2015-04-26 Thread 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

Re: [Gambas-user] A issue with gbDesktop.open

2015-04-26 Thread Jorge Carrión
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

Re: [Gambas-user] A issue with gbDesktop.open

2015-04-26 Thread 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' by default) between your Gambas program and the executed process. -- Benoît Minisini -

Re: [Gambas-user] A issue with gbDesktop.open

2015-04-26 Thread Jorge Carrión
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

Re: [Gambas-user] A issue with gbDesktop.open

2015-04-26 Thread 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 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

Re: [Gambas-user] A issue with gbDesktop.open

2015-04-25 Thread Benoît Minisini
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

[Gambas-user] A issue with gbDesktop.open

2015-04-21 Thread Jorge Carrión
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