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 gam...@users.sourceforge.net: Le 21/04/2015

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 command 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 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

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 gam...@users.sourceforge.net: Le 26/04/2015 17:48, Jorge Carrión a écrit : A question, Benoit, it's the same thing for Shell command wait Is based in xdg-util script too? Regards No, but there is an intermediate

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 gam...@users.sourceforge.net: 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

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 command wait Is based in xdg-util script too? Regards 2015-04-26 10:31 GMT+02:00 Jorge Carrión sho...@gmail.com: 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

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,True)

[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)