Re: [Gambas-user] Pre-release of Gambas 3.6 (2)

2014-10-14 Thread Rolf-Werner Eilert
Am 14.10.2014 18:09, schrieb Benoît Minisini: > Le 14/10/2014 18:07, Rolf-Werner Eilert a écrit : >> >> >> Am 14.10.2014 14:37, schrieb Benoît Minisini: >>> Le 14/10/2014 12:29, Rolf-Werner Eilert a écrit : Am 13.10.2014 18:43, schrieb Benoît Minisini: > Hi, > > I have

[Gambas-user] Fwd: Pre-release of Gambas 3.6 (2)

2014-10-14 Thread Ian Haywood
compiles but lots of warnings on Debian testing make[4]: Entering directory '/home/ian/Downloads/gambas3-3.6.0/gb.desktop.gnome.keyring/src' CC gb_desktop_gnome_keyring_la-main.lo CC gb_desktop_gnome_keyring_la-keyring.lo keyring.c: In function 'get_password': keyring.c:50:5: warni

[Gambas-user] looping Constants

2014-10-14 Thread Karl Reinl
Salut Benoît, since gambas1 (works still on 3.5.4) I loop the Align Symbols like this For Each sAlignText In Class(Align).Symbols now with 3.6 I got an Error, a bug? or witch feature I missed. -- Amicalement Charlie -

Re: [Gambas-user] print resolution issues

2014-10-14 Thread Gian
Hi Paul, my little program QT_Graphics will work well? Have you tried to see if the proportions between video, pdf and printing on paper are correct? If the answers are yes, what prevents you to use 72 as resolution in your print Sub? You do not even convert millimeters into inches because th

Re: [Gambas-user] A question about SQL field's names in gambas

2014-10-14 Thread Jorge Carrión
Ok. Thanks a lot. Regards. 2014-10-14 14:58 GMT+02:00 Benoît Minisini : > Le 14/10/2014 11:10, Jorge Carrión a écrit : > > Nobody answer this question, but I want add what I've found in hope that > it > > helps someone who same problem: > > > > If your SQL sentence uses a Mysql function > > So y

Re: [Gambas-user] Pre-release of Gambas 3.6 (2)

2014-10-14 Thread Benoît Minisini
Le 14/10/2014 18:07, Rolf-Werner Eilert a écrit : > > > Am 14.10.2014 14:37, schrieb Benoît Minisini: >> Le 14/10/2014 12:29, Rolf-Werner Eilert a écrit : >>> >>> >>> Am 13.10.2014 18:43, schrieb Benoît Minisini: Hi, I have uploaded a new pre-release source package of Gambas 3.6 at:

Re: [Gambas-user] Pre-release of Gambas 3.6 (2)

2014-10-14 Thread Rolf-Werner Eilert
Am 14.10.2014 14:37, schrieb Benoît Minisini: > Le 14/10/2014 12:29, Rolf-Werner Eilert a écrit : >> >> >> Am 13.10.2014 18:43, schrieb Benoît Minisini: >>> Hi, >>> >>> I have uploaded a new pre-release source package of Gambas 3.6 at: >>> >>> http://sourceforge.net/projects/gambas/files/gambas3/

Re: [Gambas-user] print resolution issues

2014-10-14 Thread Fabien Bodard
Correctly ...--- > well Le 14 oct. 2014 13:59, gambas...@gmail.com a écrit : Yes configure reset many properties For labels you can use gb.report too. It manage resolutions correctly. Le 13 oct. 2014 21:26, "Paul Horechuk" a écrit : It looks like the problem has been resolved. Keeping the same

Re: [Gambas-user] print resolution issues

2014-10-14 Thread Fabien Bodard
Yes configure reset many properties For labels you can use gb.report too. It manage resolutions correctly. Le 13 oct. 2014 21:26, "Paul Horechuk" a écrit : > It looks like the problem has been resolved. Keeping the same resolution > (100), I just moved the .resolution to just after the .configur

Re: [Gambas-user] Pre-release of Gambas 3.6 (2)

2014-10-14 Thread Ron
Yes I can do that... ;P 2014-10-14 15:34 GMT+02:00 Tobias Boege : > On Tue, 14 Oct 2014, Ron wrote: >> >> I get the idea that default alignment of a TextLabel is TopNormal now, >> >> is that on purpose? >> > >> > Mmm, it was always intended to be like that. But they were bugs about >> > that I thi

Re: [Gambas-user] Pre-release of Gambas 3.6 (2)

2014-10-14 Thread Tobias Boege
On Tue, 14 Oct 2014, Ron wrote: > >> I get the idea that default alignment of a TextLabel is TopNormal now, > >> is that on purpose? > > > > Mmm, it was always intended to be like that. But they were bugs about > > that I think in previous versions. > > But this way it doesn't align with a textBox

Re: [Gambas-user] Pre-release of Gambas 3.6 (2)

2014-10-14 Thread Ron
>> I get the idea that default alignment of a TextLabel is TopNormal now, >> is that on purpose? > > Mmm, it was always intended to be like that. But they were bugs about > that I think in previous versions. But this way it doesn't align with a textBox that you place behind it, it looks really bad

Re: [Gambas-user] A question about SQL field's names in gambas

2014-10-14 Thread Benoît Minisini
Le 14/10/2014 11:10, Jorge Carrión a écrit : > Nobody answer this question, but I want add what I've found in hope that it > helps someone who same problem: > > If your SQL sentence uses a Mysql function So you use MySQL. You didn't tell that in your first mail, how can we guess? > as mid, or sub

Re: [Gambas-user] Pre-release of Gambas 3.6 (2)

2014-10-14 Thread Benoît Minisini
Le 14/10/2014 14:28, Ron a écrit : > New archive runs OK on Ubuntu 14.04, versions are correct now. > > I have to get used to Copy/Paste being under Edit menu now (at least > it seems that the location changed) I did that so that I can eventually put the "Edit" menu on the top menu bar, as in oth

Re: [Gambas-user] Pre-release of Gambas 3.6 (2)

2014-10-14 Thread Benoît Minisini
Le 14/10/2014 12:29, Rolf-Werner Eilert a écrit : > > > Am 13.10.2014 18:43, schrieb Benoît Minisini: >> Hi, >> >> I have uploaded a new pre-release source package of Gambas 3.6 at: >> >> http://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.6.0.tar.bz2/download >> >> I have fixed the foll

Re: [Gambas-user] Pre-release of Gambas 3.6 (2)

2014-10-14 Thread Ron
New archive runs OK on Ubuntu 14.04, versions are correct now. I have to get used to Copy/Paste being under Edit menu now (at least it seems that the location changed) I get the idea that default alignment of a TextLabel is TopNormal now, is that on purpose? Regards, Ron. 2014-10-14 12:29 GMT+0

Re: [Gambas-user] Pre-release of Gambas 3.6 (2)

2014-10-14 Thread Rolf-Werner Eilert
Am 13.10.2014 18:43, schrieb Benoît Minisini: > Hi, > > I have uploaded a new pre-release source package of Gambas 3.6 at: > > http://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.6.0.tar.bz2/download > > I have fixed the following problems: > > - Some source files were missing. > > - I

Re: [Gambas-user] A question about SQL field's names in gambas

2014-10-14 Thread Jorge Carrión
Nobody answer this question, but I want add what I've found in hope that it helps someone who same problem: If your SQL sentence uses a Mysql function as mid, or substring or date_format or whatever, then table name is added to regular resultfields name (with or without alias) and fields who uses

Re: [Gambas-user] Pre-release of Gambas 3.6 (2)

2014-10-14 Thread Emanuele Sottocorno
Il 13/10/2014 18:43, Benoît Minisini ha scritto: > Hi, > > I have uploaded a new pre-release source package of Gambas 3.6 at: > > http://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.6.0.tar.bz2/download > > I have fixed the following problems: > > - Some source files were missing. > > -