Re: [Gambas-user] Release of Gambas 3.6.1

2014-11-10 Thread Andreas Müller
Fabien Bodard gmail.com> writes: Die einzige Entscheidung, die uns noch bleibt, lautet: > "kostenpflichtig Bestellen" und dafür reicht der Einschaltknopf eines > iPhones aus. > > Et c'est triste ! > oui Monsieur! --

Re: [Gambas-user] Release of Gambas 3.6.1

2014-11-10 Thread Andreas Müller
Benoît Minisini users.sourceforge.net> writes: > > Hi, > > Gambas 3.6.1 has been released. It tries to fix (almost) all the nasty > bugs reported after the 3.6.0 release. > > The list of bug fixes in the ChangeLog at > http://gambaswiki.org/wiki/doc/release/3.6.1. > > Enjoy it! > Hello B

[Gambas-user] Ubuntu 10.04 LTS

2010-04-30 Thread andreas müller
Hello all, today I installed Ubuntu 10.04 LTS (lucid lynx). Unfortunatelly Gambas was not part of its repository. Did anybody install it manually on that platform already? best regards andreas -- ___

Re: [Gambas-user] Gambas-user Digest, Vol 36, Issue 53

2009-05-24 Thread Andreas Müller
Hello Werner, thanks for answer. I have found a solution by appending the printer coordinates to a binary file during calculation of the drawing area plot points. As I said, it is not clear when the plotting is finished, because it can be interactive, so I have some problems to calculate the compl

[Gambas-user] Two extended paint devices at the same time ?

2009-05-24 Thread Andreas Müller
Hello, I have an application wich generates plotting points (x,y) which are drawn by a draw.line(x1,y,1,x2,y2) command into some drawing area 'DA'. Draw.Begin(DA) Draw.ForeColor = Color.Black Draw.LineStyle = Line.Solid Draw.LineWidth = 1 (.. calcu

Re: [Gambas-user] Execute Gamabs?

2009-05-05 Thread Andreas Müller
read this: man xhost best regards -andreas > From: Stefan Miefert > Subject: Re: [Gambas-user] Execute Gamabs? > Hello, > > the gambas program is a gtk program. When I start it via console I get > an error. Canot open display > > how can I fix this? > --

Re: [Gambas-user] Gambas-user Digest, Vol 35, Issue 54

2009-04-23 Thread Andreas Müller
Hello Charlie, this comment makes me very happy and pushes me to continue with the project :-) For a programmer it's allways a somewhat difficult situation to 'put the trousers down' and show what is behind the sceenes, but I was so happy with the result, that I had to make it public. *

Re: [Gambas-user] Gambas-user Digest, Vol 35, Issue 48

2009-04-21 Thread Andreas Müller
Hello JB Skaggs, thank you for the help, but I think it is more pragmatic to uncomment the sound effects and remove the gb.sdl.sound component from the distribution files. Anybody interested in sound effects can uncomment a few lines in the display module and activate the component within his

[Gambas-user] Dependency is not satisfiable: gambas2-gb.sdl.sound

2009-04-20 Thread Andreas Müller
Hello, all Gambas2 supplies the gb.sdl.sound component. When I use this component on my Ubuntu 8.10 system, I can use sound within gambas applications. When I try to create an installation package, it will work. But when I try to install the package - just created - the following error pops up: De

Re: [Gambas-user] atanh - wrong calculation

2009-04-17 Thread Andreas Müller
Thanks Jussi. best regards andreas Am Freitag, den 17.04.2009, 01:02 +0300 schrieb Jussi Lahtinen: > Confirmed. > > Regards, > Jussi > > > >?(Atnh(0.5)) > >3,162277660168 > > > > but this is wrong. The definition of atanh() should be: -

[Gambas-user] atanh - wrong calculation

2009-04-16 Thread Andreas Müller
Hello all, first I want to thank Benoit for his wonderfull Gambas system - never was programming easier than with this IDE! Now my little problem. I calculated the atanh(0.5) and got: ?(Atnh(0.5)) 3,162277660168 but this is wrong. The definition of atanh() should be: a