Re: [Gambas-user] Conflicting and bewildering help for pipes

2013-10-29 Thread Bruce
On Wed, 2013-10-30 at 00:46 +0100, Benoît Minisini wrote: > Le 30/10/2013 00:00, Benoît Minisini a écrit : > > Le 29/10/2013 23:12, Tobias Boege a écrit : > >> On Fri, 25 Oct 2013, Beno?t Minisini wrote: > >>> Le 24/10/2013 15:08, Tobias Boege a ?crit : > My workaround always was like this: >

Re: [Gambas-user] Conflicting and bewildering help for pipes

2013-10-29 Thread Benoît Minisini
Le 30/10/2013 00:00, Benoît Minisini a écrit : Le 29/10/2013 23:12, Tobias Boege a écrit : On Fri, 25 Oct 2013, Beno?t Minisini wrote: Le 24/10/2013 15:08, Tobias Boege a ?crit : My workaround always was like this: ' Create the read pipe special file hGPstdout = Pipe "/tmp/gnuplotFI

Re: [Gambas-user] Conflicting and bewildering help for pipes

2013-10-29 Thread Bruce
On Wed, 2013-10-30 at 00:00 +0100, Benoît Minisini wrote: > Le 29/10/2013 23:12, Tobias Boege a écrit : > > On Fri, 25 Oct 2013, Beno?t Minisini wrote: > >> Le 24/10/2013 15:08, Tobias Boege a ?crit : > >>> My workaround always was like this: > >>> > >>> ' Create the read pipe special file > >>

Re: [Gambas-user] Conflicting and bewildering help for pipes

2013-10-29 Thread Benoît Minisini
Le 29/10/2013 23:12, Tobias Boege a écrit : > On Fri, 25 Oct 2013, Beno?t Minisini wrote: >> Le 24/10/2013 15:08, Tobias Boege a ?crit : >>> My workaround always was like this: >>> >>> ' Create the read pipe special file >>> hGPstdout = Pipe "/tmp/gnuplotFIFO2" For Write >>> Close #hGPs

Re: [Gambas-user] Conflicting and bewildering help for pipes

2013-10-29 Thread Tobias Boege
On Fri, 25 Oct 2013, Beno?t Minisini wrote: > Le 24/10/2013 15:08, Tobias Boege a ?crit : > > My workaround always was like this: > > > >' Create the read pipe special file > >hGPstdout = Pipe "/tmp/gnuplotFIFO2" For Write > >Close #hGPstdout > >' Create write end > >hGPpipe = P

Re: [Gambas-user] Color.Blend() and alpha channels

2013-10-29 Thread Tobias Boege
On Tue, 29 Oct 2013, Beno?t Minisini wrote: > Le 29/10/2013 20:27, Tobias Boege a ?crit : > > Hi Benoit, > > > > the documentation[0] of Color.Blend() states that the resulting colour get > > the maximum alpha channels of the Source and Destination parameters. > > > > However, in a test project, we

Re: [Gambas-user] Color.Blend() and alpha channels

2013-10-29 Thread Benoît Minisini
Le 29/10/2013 20:27, Tobias Boege a écrit : > Hi Benoit, > > the documentation[0] of Color.Blend() states that the resulting colour get > the maximum alpha channels of the Source and Destination parameters. > > However, in a test project, we Color.Blend()'d two colours, one of which has > the alpha

Re: [Gambas-user] Specifications for Gambas 3 packaging : updated!

2013-10-29 Thread Benoît Minisini
Le 29/10/2013 19:28, Kende Krisztián a écrit : > > 2013-10-29 19:04 keltezéssel, Tobias Boege írta: >> On Tue, 29 Oct 2013, Kende Kriszti?n wrote: >>> 2013-10-28 20:37 keltez?ssel, Beno?t Minisini ?rta: Hi, The specifications of "how to package Gambas 3" have been updated (list

Re: [Gambas-user] Obtain my IP with Gambas

2013-10-29 Thread Dimitris Anogiatis
you don't need a root account or root priviledges to get the IP address: just do a Shell "ip -4 addr show eth0 | grep inet" TO ipaddr and just parse the IP from that line. Note that eth0 is the name of your network interface. Hope this helps to simplify things in your code. Dimitris On Mon,

[Gambas-user] Color.Blend() and alpha channels

2013-10-29 Thread Tobias Boege
Hi Benoit, the documentation[0] of Color.Blend() states that the resulting colour get the maximum alpha channels of the Source and Destination parameters. However, in a test project, we Color.Blend()'d two colours, one of which has the alpha component 190 and the other one has 90. The resulting c

Re: [Gambas-user] Specifications for Gambas 3 packaging : updated!

2013-10-29 Thread Kende Krisztián
2013-10-29 19:04 keltezéssel, Tobias Boege írta: > On Tue, 29 Oct 2013, Kende Kriszti?n wrote: >> 2013-10-28 20:37 keltez?ssel, Beno?t Minisini ?rta: >>> Hi, >>> >>> The specifications of "how to package Gambas 3" have been updated (list >>> of components, dependencies), thanks to all errors and m

Re: [Gambas-user] Specifications for Gambas 3 packaging : updated!

2013-10-29 Thread Tobias Boege
On Tue, 29 Oct 2013, Kende Kriszti?n wrote: > 2013-10-28 20:37 keltez?ssel, Beno?t Minisini ?rta: > > Hi, > > > > The specifications of "how to package Gambas 3" have been updated (list > > of components, dependencies), thanks to all errors and misses detected > > by Kende Kriszti?n. > > > > If any

Re: [Gambas-user] Conflicting and bewildering help for pipes

2013-10-29 Thread Tobias Boege
On Tue, 29 Oct 2013, Caveat wrote: > If gnuplot is giving an error, wouldn't that appear on stderr, which you > don't appear to be watching? > > Just a thought... > I also had a version where I redirected stdout to stderr had stderr redirected to the FIFO before. Good thought but no, the text a

Re: [Gambas-user] Specifications for Gambas 3 packaging : updated!

2013-10-29 Thread Kende Krisztián
2013-10-28 20:37 keltezéssel, Benoît Minisini írta: > Hi, > > The specifications of "how to package Gambas 3" have been updated (list > of components, dependencies), thanks to all errors and misses detected > by Kende Krisztián. > > If anyone find any error in it, please tell! > > Regards, > I cre

[Gambas-user] How do I use the data property of a databrowser

2013-10-29 Thread Marty
Hello, How do I access a cell in a databrowser? I want to use a routine to add data to a specific row and column after user input. How do I use the data property of the databrowser? I do not see any other way to get to the contents of a cell. Regards --

Re: [Gambas-user] WIP Debian packages of Gambas

2013-10-29 Thread Kende Krisztián
>> W: gambas3-gb-net-pop3: spelling-error-in-description allows to allows >> one to >> W: gambas3-gb-mime: spelling-error-in-description allows to allows one to >> W: gambas3-gb-ncurses: spelling-error-in-description allows to allows one >> to > Said that u write and spell so bad as PICCORO write

Re: [Gambas-user] Conflicting and bewildering help for pipes

2013-10-29 Thread Caveat
If gnuplot is giving an error, wouldn't that appear on stderr, which you don't appear to be watching? Just a thought... Kind regards, Caveat On 29/10/13 15:04, Tobias Boege wrote: > On Fri, 25 Oct 2013, Beno?t Minisini wrote: >> Le 24/10/2013 15:08, Tobias Boege a ?crit : >>> My workaround alwa

Re: [Gambas-user] Conflicting and bewildering help for pipes

2013-10-29 Thread Tobias Boege
On Fri, 25 Oct 2013, Beno?t Minisini wrote: > Le 24/10/2013 15:08, Tobias Boege a ?crit : > > My workaround always was like this: > > > >' Create the read pipe special file > >hGPstdout = Pipe "/tmp/gnuplotFIFO2" For Write > >Close #hGPstdout > >' Create write end > >hGPpipe = P

Re: [Gambas-user] WIP Debian packages of Gambas

2013-10-29 Thread PICCORO McKAY Lenz
Date: Mon, 28 Oct 2013 23:10:02 +0100 From: Kende Kriszti?n > I get these warnings: > > W: gambas3-examples: extra-license-file > usr/share/gambas3/examples/Games/GNUBoxWorld/License > W: gambas3-examples: extra-license-file > usr/share/gambas3/examples/Games/Puzzle1To8/Licence > W: gambas3-examp

Re: [Gambas-user] gb.settings: Detect if a slot exists

2013-10-29 Thread Tobias Boege
On Tue, 29 Oct 2013, Bruce wrote: > I have a need to detect if a particular Slot exists in the .config > file for an application. Just the Slot not whether any value lines exist > under it. > > There doesn't seem to be a way to do this via gb.settings? I have tried > using > > If Settin

Re: [Gambas-user] gb.settings: Detect if a slot exists

2013-10-29 Thread Charlie Reinl
Am Dienstag, den 29.10.2013, 13:57 +1030 schrieb Bruce: > I have a need to detect if a particular Slot exists in the .config > file for an application. Just the Slot not whether any value lines exist > under it. > > There doesn't seem to be a way to do this via gb.settings? I have tried > using

Re: [Gambas-user] Allocations non freed.

2013-10-29 Thread Tobias Boege
On Mon, 28 Oct 2013, Kevin Fishburne wrote: > On 10/28/2013 03:50 PM, Tobias Boege wrote: > > On Mon, 28 Oct 2013, Jorge Carri?n wrote: > >> I have a component who inherits from gridview. > >> It's not a complicated thing, but when its included in a project allways > >> produced a warning in the co

Re: [Gambas-user] Gambas3 crash after last update of Kendeks PPA

2013-10-29 Thread Kende Krisztián
Come on, I'm sorry that I made a mistake. :-) Has not completed the preparation of all packages, waiting for i386... 2013-10-29 10:40 keltezéssel, Jorge Carrión írta: > I want, without underestimating the work of anyone involved y Gambas > project, to add my thanks to Kende. His efforts are grea

Re: [Gambas-user] WIP Debian packages of Gambas

2013-10-29 Thread Ian Haywood
On Tue, Oct 29, 2013 at 12:44 AM, PICCORO McKAY Lenz wrote: > From: Ian Haywood > NOW must search and revise ALL files and sure for a right header of > license, and specified in the copyrithg file, this are the most > important task before uploading, if not some debian mantainers see > that and

Re: [Gambas-user] Gambas3 crash after last update of Kendeks PPA

2013-10-29 Thread Jorge Carrión
I want, without underestimating the work of anyone involved y Gambas project, to add my thanks to Kende. His efforts are greatly apprecieated for a lot of people. Regards 2013/10/29 Alain Baudrez > 2013/10/29 Kende Krisztián > > > > > 2013-10-29 07:43 keltezéssel, Alain Baudrez írta: > > >

Re: [Gambas-user] Gambas3 crash after last update of Kendeks PPA

2013-10-29 Thread Alain Baudrez
2013/10/29 Kende Krisztián > > 2013-10-29 07:43 keltezéssel, Alain Baudrez írta: > > I can confirm this problem while trying to open an existing project > > > > > > > > 2013/10/29 Jorge Carrión > > > >> Just click on New Proyect and obtain a error 11: > >> > >> > >> [11] Unknown symbol 'Path' in

Re: [Gambas-user] Gambas3 crash after last update of Kendeks PPA

2013-10-29 Thread Kende Krisztián
2013-10-29 07:43 keltezéssel, Alain Baudrez írta: > I can confirm this problem while trying to open an existing project > > > > 2013/10/29 Jorge Carrión > >> Just click on New Proyect and obtain a error 11: >> >> >> [11] Unknown symbol 'Path' in class 'Desktop'. >> CBookmarkList.Load.48 >> Yeah,