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:
>
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
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
> >>
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
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
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
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
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
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,
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
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
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
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
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
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
--
>> 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
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
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
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
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
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
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
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
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
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:
> > >
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
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,
27 matches
Mail list logo