Re: [Gambas-user] Gambas stable builds

2015-04-21 Thread Fabien Bodard
2015-04-21 18:43 GMT+02:00 Sebastian Kulesz sebi...@gmail.com: On Apr 21, 2015 10:13 AM, corradove...@libero.it corradove...@libero.it wrote: According page: https://launchpad.net/~gambas-team/+archive/ubuntu/gambas3 the current gambas version should be 3.7 but ubuntu 15.4 software

[Gambas-user] Entry value for gambas project

2015-04-21 Thread bill-lancaster
I want to start a Gambas programme from another Gambas programme. What would be the best way to pass a value to the programme? At the moment I write the value to a file from the first programme and read it in the second one. then open the ne prog with:- Exec [User.Home /

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

[Gambas-user] Gambas stable builds

2015-04-21 Thread corradove...@libero.it
According page: https://launchpad.net/~gambas-team/+archive/ubuntu/gambas3 the current gambas version should be 3.7 but ubuntu 15.4 software center installs gambas3-ide 3.5.4-2ubuntu3 (here the lines from gambas system information) [System] Gambas=3.5.4

[Gambas-user] Filter on dir(

2015-04-21 Thread Roel Touwen
Hi All, I cannot find the explanation of the filter variable in dir (Path,Pattern,Filter). What I would like to do is filter only symlink files from a directory. Thanks Roel -- BPM Camp - Free Virtual Workshop May

Re: [Gambas-user] Entry value for gambas project

2015-04-21 Thread bill-lancaster
Thank you guys - it's just what I was looking for Bill -- View this message in context: http://gambas.8142.n7.nabble.com/Entry-value-for-gambas-project-tp51346p51352.html Sent from the gambas-user mailing list archive at Nabble.com.

Re: [Gambas-user] Entry value for gambas project

2015-04-21 Thread Gian
Il 21/04/2015 09:55, bill-lancaster ha scritto: I want to start a Gambas programme from another Gambas programme. What would be the best way to pass a value to the programme? At the moment I write the value to a file from the first programme and read it in the second one. then open the ne

Re: [Gambas-user] Entry value for gambas project

2015-04-21 Thread Julio Sanchez
Bill-lancaster: One way, would pass arguments to the program from the command line. To read must use Application.Args Here's an example (in Spanish) http://cursogambas.blogspot.com.es/2012/08/escribir-paramentros-inciales-para-el.html Regards Julio 2015-04-21 9:55 GMT+02:00 bill-lancaster

Re: [Gambas-user] Filter on dir(

2015-04-21 Thread Fabien Bodard
Dir(path,*,gb.link) http://gambaswiki.org/wiki/comp/gb/stat/type Le 21 avr. 2015 14:52, Roel Touwen r...@touwtje.info a écrit : Hi All, I cannot find the explanation of the filter variable in dir (Path,Pattern,Filter). What I would like to do is filter only symlink files from a directory.

Re: [Gambas-user] Gambas stable builds

2015-04-21 Thread Sebastian Kulesz
On Apr 21, 2015 10:13 AM, corradove...@libero.it corradove...@libero.it wrote: According page: https://launchpad.net/~gambas-team/+archive/ubuntu/gambas3 the current gambas version should be 3.7 but ubuntu 15.4 software center installs gambas3-ide 3.5.4-2ubuntu3 (here the lines from