[Gambas-user] Icon of "Printer" component does not show on Form !

2013-12-30 Thread Ru Vuott
Hello, an our friend, member of italian Gambas forum (www.gambas-it.org), wrote that when he tries to put on a Form icon of "Printer" component, this icon does not show, it does not appear on the form. Here is his system: [System] Gambas=3.5.1 OperatingSystem=Linux Kernel=3.11.0-15-generic Arc

[Gambas-user] (no subject)

2013-12-30 Thread Ru Vuott
Hello, an our friend, member of italian Gambas forum (www.gambas-it.org), wrote that when he tries to put on a Form icon of "Printer" component, this icon does not show, it does not appear on the form. Here is his system: [System] Gambas=3.5.1 OperatingSystem=Linux Kernel=3.11.0-15-generic Arc

[Gambas-user] GridView question

2013-12-30 Thread Charlie Reinl
Salut, where can I find the Row-headers.Width and Column-headers.Height, for finally place my Editor right to the cell... Or missed I something? This With GV1[GV1.Row, 1] cbxFName.Move(GV1.X + .X , GV1.Y + .Y , .Width, .Height) works well without headers. -- Amicalement Charlie -

Re: [Gambas-user] svn build problem 6035

2013-12-30 Thread Kendek
I confirm this. Build log on Ubuntu 14.04 with GTK+3 3.10.6: https://launchpadlibrarian.net/161114453/buildlog_ubuntu-trusty-amd64.gambas3_3.5.99.1%2Bsvn20131230%2Bbuild7~ubuntu14.04.1_FAILEDTOBUILD.txt.gz See the very end. -- View this message in context: http://gambas.8142.n7.nabble.com/svn

Re: [Gambas-user] gb.gtk3 disabled with rev. #6038

2013-12-30 Thread Ru Vuott
Oh, well. bye vuott Lun 30/12/13, wally ha scritto: Oggetto: Re: [Gambas-user] gb.gtk3 disabled with rev. #6038 A: "mailing list for gambas users" Data: Lunedì 30 dicembre 2013, 21:21 On Monday 30 December 2013 19:58:50 Ru Vuott wrote: > Hi

[Gambas-user] Issue 490 in gambas: Possible printing bug? (printing multiple 1st pages)

2013-12-30 Thread gambas
Status: New Owner: Labels: Version-3.5.0 Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 490 by jonericn...@gmail.com: Possible printing bug? (printing multiple 1st pages) http://code.google.com/p/gambas/issues/detail?id=490 I have encountered a possibl

Re: [Gambas-user] gb.gtk3 disabled with rev. #6038

2013-12-30 Thread wally
On Monday 30 December 2013 19:58:50 Ru Vuott wrote: > Hi wally, > > I installed " libgtk-3-dev " library, following Kende's suggestion. > > So, the updating was good. > > I would like to understand if I have to install those other libraries > >gtk3-devel >gtk3-tools >libgtk-3-0 >

Re: [Gambas-user] gb.gtk3 disabled with rev. #6038

2013-12-30 Thread Ru Vuott
Hi wally, I installed " libgtk-3-dev " library, following Kende's suggestion. So, the updating was good. I would like to understand if I have to install those other libraries gtk3-devel gtk3-tools libgtk-3-0 gtk3-data that you have shown me. Thanks vuott --

Re: [Gambas-user] gb.gtk3 disabled with rev. #6038

2013-12-30 Thread Kende Krisztián
2013-12-30 20:40 keltezéssel, Ru Vuott írta: > Well, now it works ! > > Thank you, Kende > > Bye > vuot > > And I working on Ubuntu "Daily Builds" PPA. I create 'gambas3-gb-gtk3' and 'gambas3-gb-inotify' packages. Kendek -

Re: [Gambas-user] gb.gtk3 disabled with rev. #6038

2013-12-30 Thread Ru Vuott
Well, now it works ! Thank you, Kende Bye vuot Lun 30/12/13, Kende Krisztián ha scritto: Oggetto: Re: [Gambas-user] gb.gtk3 disabled with rev. #6038 A: gambas-user@lists.sourceforge.net Data: Lunedì 30 dicembre 2013, 20:18 2013-12-30 20:10 k

Re: [Gambas-user] gb.gtk3 disabled with rev. #6038

2013-12-30 Thread wally
On Monday 30 December 2013 19:10:19 Ru Vuott wrote: > Hello, > > I updated my Gambas-3 with rev. #6038, but at the end of " ~/trunk $ ./configure -C " I obtain the following warning: > || THESE COMPONENTS ARE DISABLED: > || - gb.gtk3 > > Which library have I to install ? > > Thanks > vuott > >

Re: [Gambas-user] gb.gtk3 disabled with rev. #6038

2013-12-30 Thread Kende Krisztián
2013-12-30 20:10 keltezéssel, Ru Vuott írta: > Hello, > > I updated my Gambas-3 with rev. #6038, but at the end of " ~/trunk $ > ./configure -C " I obtain the following warning: > > || > || THESE COMPONENTS ARE DISABLED: > || - gb.gtk3 > || > > Which library have I to install ? > > Thanks > vuott

[Gambas-user] gb.gtk3 disabled with rev. #6038

2013-12-30 Thread Ru Vuott
Hello, I updated my Gambas-3 with rev. #6038, but at the end of " ~/trunk $ ./configure -C " I obtain the following warning: || || THESE COMPONENTS ARE DISABLED: || - gb.gtk3 || Which library have I to install ? Thanks vuott

Re: [Gambas-user] Native Complex type?

2013-12-30 Thread Fabien Bodard
Le 29 déc. 2013 16:40, "Tobias Boege" a écrit : > > On Sun, 22 Dec 2013, Beno?t Minisini wrote: > > Le 21/12/2013 16:53, Tobias Boege a ?crit : > > > Hi Benoit, > > > > > > is it planned to support complex numbers in Val() or to have an IsComplex() > > > function? > > > > No at the moment. > > > >

[Gambas-user] Issue 489 in gambas: One more LIKE operator bug

2013-12-30 Thread gambas
Status: New Owner: Labels: Version-3.5.0 Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 489 by krisztiankende: One more LIKE operator bug http://code.google.com/p/gambas/issues/detail?id=489 The following code output is incorrect: TextBox1.Text = "al

Re: [Gambas-user] svn build problem 6035

2013-12-30 Thread wally
On Monday 30 December 2013 12:43:35 Benoît Minisini wrote: > Le 30/12/2013 12:31, wally a écrit : > > On Monday 30 December 2013 10:40:29 Benoît Minisini wrote: > >> Le 30/12/2013 08:59, wally a écrit : > >>> Hi, > >>> > >>> anubody else has this problem ? > >>> If necessary i can send better logs

Re: [Gambas-user] svn build problem 6035

2013-12-30 Thread wally
On Monday 30 December 2013 10:40:29 Benoît Minisini wrote: > Le 30/12/2013 08:59, wally a écrit : > > Hi, > > > > anubody else has this problem ? > > If necessary i can send better logs. > > Hope this is sufficient for a first view. > > > > > > At revision 6035. > > What's your GTK+3 version ?

Re: [Gambas-user] svn build problem 6035

2013-12-30 Thread Benoît Minisini
Le 30/12/2013 12:31, wally a écrit : > On Monday 30 December 2013 10:40:29 Benoît Minisini wrote: >> Le 30/12/2013 08:59, wally a écrit : >>> Hi, >>> >>> anubody else has this problem ? >>> If necessary i can send better logs. >>> Hope this is sufficient for a first view. >>> >>> >>> At revision 60

Re: [Gambas-user] Relaunching a program as root

2013-12-30 Thread Kende Krisztián
2013-12-30 12:15 keltezéssel, Tobias Boege írta: > On Mon, 30 Dec 2013, Kende Kriszti?n wrote: >> Otherwise. Your code: >> >> IIf(Application.Path Ends ".gambas", "/usr/bin/gbr3 ", "/usr/bin/gbx3 ") & >> Application.Path >> >> isn't correct, because Application.Path is a directory, not file. >> > R

Re: [Gambas-user] svn build problem 6035

2013-12-30 Thread wally
On Monday 30 December 2013 10:40:29 Benoît Minisini wrote: > Le 30/12/2013 08:59, wally a écrit : > > Hi, > > > > anubody else has this problem ? > > If necessary i can send better logs. > > Hope this is sufficient for a first view. > > > > > > At revision 6035. > > What's your GTK+3 version ?

Re: [Gambas-user] Relaunching a program as root

2013-12-30 Thread Tobias Boege
On Mon, 30 Dec 2013, Kende Kriszti?n wrote: > Otherwise. Your code: > > IIf(Application.Path Ends ".gambas", "/usr/bin/gbr3 ", "/usr/bin/gbx3 ") & > Application.Path > > isn't correct, because Application.Path is a directory, not file. > Right! You used Application.Path &/ Application.Name whic

[Gambas-user] FIXED : GridView, ColumnClick is not fired

2013-12-30 Thread Charlie Reinl
Am Montag, den 30.12.2013, 00:11 +0100 schrieb Benoît Minisini: > Le 29/12/2013 17:40, Charlie Reinl a écrit : > > Salut Benoît, > > > > GridView, ColumnClick is not fired. so a click on Columns Header ends in > > Click and says the click was on row 0. > > > > attached a TEST-project > > > > It sh

Re: [Gambas-user] svn build problem 6035

2013-12-30 Thread Benoît Minisini
Le 30/12/2013 08:59, wally a écrit : > Hi, > > anubody else has this problem ? > If necessary i can send better logs. > Hope this is sufficient for a first view. > > > At revision 6035. > What's your GTK+3 version ? -- Benoît Minisini

[Gambas-user] svn build problem 6035

2013-12-30 Thread wally
Hi, anubody else has this problem ? If necessary i can send better logs. Hope this is sufficient for a first view. At revision 6035. make[4]: Entering directory `/home/op/WORK/Programming/gambas/gambas3_svn/trunk/gb.gtk3/src' CXX gb_gtk3_la-gmemory.lo CXX gb_gtk3_la-font-parser.l