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 center installs gambas3-ide 3.5.4-2ubuntu3
 (here the lines from gambas system information)

 [System]
 Gambas=3.5.4
 OperatingSystem=Linux
 Kernel=3.19.0-14-generic
 Architecture=x86_64
 Distribution=Ubuntu 15.04
 Desktop=GNOME
 Theme=QGtk
 Language=en_US.UTF-8
 Memory=1929M

 I know I can install from PPA (in fact I'm using 3.7.90 from daily PPA)
 but I think this is a problem.
 Should I open the problem to Ubuntu? Or to Gambas? On none?

 Actually, none of them. The problem is we can't find a Debian sponsor for
 the project, so Gambas packages remain outdated in Debian. Ubuntu syncs the
 packages from Debian in each release, so until we find a sponsor, it will
 remain outdated in Debian and, in consequence, in Ubuntu. I already tried
 and offered my help, but it got nowhere. If you want to reopen the issue in
 their mailing list and put some pressure, please do.


well ... bad philosophy... debian's people

 Thanks for your interest!

 Thanks for your attention
 Corrado

 --
 BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
 Develop your own process in accordance with the BPMN 2 standard
 Learn Process modeling best practices with Bonita BPM through live
 exercises
 http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual-
 event?utm_
 source=Sourceforge_BPM_Camp_5_6_15utm_medium=emailutm_campaign=VA_SF
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user
 --
 BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
 Develop your own process in accordance with the BPMN 2 standard
 Learn Process modeling best practices with Bonita BPM through live exercises
 http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
 source=Sourceforge_BPM_Camp_5_6_15utm_medium=emailutm_campaign=VA_SF
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user



-- 
Fabien Bodard

--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15utm_medium=emailutm_campaign=VA_SF
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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 / GambasFolder/GambasExec/MusicFiling.gambas]
where the executable version of the sencond programme resides.

Perhaps gb.settings would be a bit more elegant but maybe the best would be
to use the _new() sub in the second programme but how to call the second
programme?



--
View this message in context: 
http://gambas.8142.n7.nabble.com/Entry-value-for-gambas-project-tp51346.html
Sent from the gambas-user mailing list archive at Nabble.com.

--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15utm_medium=emailutm_campaign=VA_SF
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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) yesterday I find that in my
Office development mahcine, executing the project from the IDE, that second
parameter was ignored and the project does'nt wait for the end of launched
Desktop application (LibreOffice).

It drive me nut all the morning and I wrote a workaround... but (again)
this morning the second parameter works fine.

 The same machine, the same project, the same gambas. Yesterday doesn't
work, today works.

There is some explanation? This point is very important to my project, if
program doesn't wait all the sistem fails...

The system info:
[System]
Gambas=3.7.0
OperatingSystem=Linux
Kernel=3.13.0-37-generic
Architecture=x86_64
Distribution=Linux Mint 17.1 Rebecca
Desktop=GNOME
Theme=QCleanlooks
Language=es_ES.UTF-8
Memory=5934M
[Libraries]
Cairo=libcairo.so.2.11301.0
Curl=libcurl.so.4.3.0
DBus=libdbus-1.so.3.7.6
GStreamer=libgstreamer-0.10.so.0.30.0
GStreamer=libgstreamer-1.0.so.0.204.0
GTK+3=libgtk-3.so.0.1000.8
GTK+=libgtk-x11-2.0.so.0.2400.23
OpenGL=libGL.so.1.2.0
Poppler=libpoppler.so.44.0.0
Qt4=libQtCore.so.4.8.6
SDL=libSDL-1.2.so.0.11.4

The project uses qt4 and the Desktop Qt4 theme is cleanlooks

I can't send a proyect reproducing the error: *Today* it works fine!

Regards.
--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15utm_medium=emailutm_campaign=VA_SF
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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
OperatingSystem=Linux
Kernel=3.19.0-14-generic
Architecture=x86_64
Distribution=Ubuntu 15.04
Desktop=GNOME
Theme=QGtk
Language=en_US.UTF-8
Memory=1929M

I know I can install from PPA (in fact I'm using 3.7.90 from daily PPA)
but I think this is a problem.
Should I open the problem to Ubuntu? Or to Gambas? On none?
Thanks for your attention
Corrado
--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15utm_medium=emailutm_campaign=VA_SF
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15utm_medium=emailutm_campaign=VA_SF
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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.

--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15utm_medium=emailutm_campaign=VA_SF
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 prog with:-
  Exec [User.Home / GambasFolder/GambasExec/MusicFiling.gambas]
 where the executable version of the sencond programme resides.

 Perhaps gb.settings would be a bit more elegant but maybe the best would be
 to use the _new() sub in the second programme but how to call the second
 programme?

AFAIK, to passing the parameters is correct to use Shell or Exec and go 
to the Program_2 with Path/Program_2 “param_1, param_2, param_n”.
In Program_2 you can read with Application.Args or gb.args.
In IDE you can use the window “ProjectArguments” to Write and Read.
Regards
Gianluigi

--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15utm_medium=emailutm_campaign=VA_SF
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 bill-lancas...@lineone.net:

 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 / GambasFolder/GambasExec/MusicFiling.gambas]
 where the executable version of the sencond programme resides.

 Perhaps gb.settings would be a bit more elegant but maybe the best would be
 to use the _new() sub in the second programme but how to call the second
 programme?



 --
 View this message in context:
 http://gambas.8142.n7.nabble.com/Entry-value-for-gambas-project-tp51346.html
 Sent from the gambas-user mailing list archive at Nabble.com.


 --
 BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
 Develop your own process in accordance with the BPMN 2 standard
 Learn Process modeling best practices with Bonita BPM through live
 exercises
 http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual-
 event?utm_
 source=Sourceforge_BPM_Camp_5_6_15utm_medium=emailutm_campaign=VA_SF
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user

--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15utm_medium=emailutm_campaign=VA_SF
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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.

 Thanks

 Roel



 --
 BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
 Develop your own process in accordance with the BPMN 2 standard
 Learn Process modeling best practices with Bonita BPM through live
 exercises
 http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual-
 event?utm_
 source=Sourceforge_BPM_Camp_5_6_15utm_medium=emailutm_campaign=VA_SF
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user

--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15utm_medium=emailutm_campaign=VA_SF
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 gambas system information)

 [System]
 Gambas=3.5.4
 OperatingSystem=Linux
 Kernel=3.19.0-14-generic
 Architecture=x86_64
 Distribution=Ubuntu 15.04
 Desktop=GNOME
 Theme=QGtk
 Language=en_US.UTF-8
 Memory=1929M

 I know I can install from PPA (in fact I'm using 3.7.90 from daily PPA)
 but I think this is a problem.
 Should I open the problem to Ubuntu? Or to Gambas? On none?

Actually, none of them. The problem is we can't find a Debian sponsor for
the project, so Gambas packages remain outdated in Debian. Ubuntu syncs the
packages from Debian in each release, so until we find a sponsor, it will
remain outdated in Debian and, in consequence, in Ubuntu. I already tried
and offered my help, but it got nowhere. If you want to reopen the issue in
their mailing list and put some pressure, please do.

Thanks for your interest!

 Thanks for your attention
 Corrado

--
 BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
 Develop your own process in accordance with the BPMN 2 standard
 Learn Process modeling best practices with Bonita BPM through live
exercises
 http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual-
event?utm_
 source=Sourceforge_BPM_Camp_5_6_15utm_medium=emailutm_campaign=VA_SF
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user
--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15utm_medium=emailutm_campaign=VA_SF
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user