Re: [Gambas-user] Issue 240 in gambas: CheckBox Tristate View on Runtime

2012-04-21 Thread gambas
Comment #1 on issue 240 by kmanja...@gmail.com: CheckBox Tristate View on Runtime http://code.google.com/p/gambas/issues/detail?id=240 PROBLEM SOLVED On, Project - Properties... - Environment - Environment variables Insert: Variable = GB_GUI Value= gb.qt4 The solution was available on

Re: [Gambas-user] Issue 237 in gambas: Grey DrawingArea on Form_Open

2012-04-21 Thread gambas
Updates: Labels: -Version Version-TRUNK Comment #1 on issue 237 by benoit.m...@gmail.com: Grey DrawingArea on Form_Open http://code.google.com/p/gambas/issues/detail?id=237 I have no idea what your program does and what to do to reproduce the bug. Please give more details!

Re: [Gambas-user] Issue 238 in gambas: tableview.SelectAll doesn't seem to work

2012-04-21 Thread gambas
Updates: Status: Accepted Labels: -Version Version-TRUNK Comment #1 on issue 238 by benoit.m...@gmail.com: tableview.SelectAll doesn't seem to work http://code.google.com/p/gambas/issues/detail?id=238 (No comment was entered for this change.)

Re: [Gambas-user] Issue 238 in gambas: tableview.SelectAll doesn't seem to work

2012-04-21 Thread gambas
Updates: Status: Fixed Comment #2 on issue 238 by benoit.m...@gmail.com: tableview.SelectAll doesn't seem to work http://code.google.com/p/gambas/issues/detail?id=238 Fixed in revision #4650. -- For

Re: [Gambas-user] Issue 239 in gambas: Hide columns in tableview

2012-04-21 Thread gambas
Updates: Labels: -Version Version-TRUNK Comment #1 on issue 239 by benoit.m...@gmail.com: Hide columns in tableview http://code.google.com/p/gambas/issues/detail?id=239 You can set the width of a column to zero. But the minimum width keeps being 1 pixel, which should make the column

Re: [Gambas-user] Issue 240 in gambas: CheckBox Tristate View on Runtime

2012-04-21 Thread gambas
Updates: Status: NeedsInfo Comment #2 on issue 240 by benoit.m...@gmail.com: CheckBox Tristate View on Runtime http://code.google.com/p/gambas/issues/detail?id=240 Not really, as you changed the GUI component. I guess that you used gb.gtk indirectly (this is the default with XFCE),

[Gambas-user] svn: Failed to add directory....

2012-04-21 Thread Ru Vuott
Hello, today I was updating my Gambas 3 and I received an error notice: $ svn checkout https://gambas.svn.sourceforge.net/svnroot/gambas/gambas/trunk/ Utrunk/app/other/MakeWebSite/gambas.sourceforge.net/home.html Utrunk/app/other/MakeWebSite/.src/MMain.module U

Re: [Gambas-user] Issue 239 in gambas: Hide columns in tableview

2012-04-21 Thread gambas
Updates: Status: NeedsInfo Comment #2 on issue 239 by benoit.m...@gmail.com: Hide columns in tableview http://code.google.com/p/gambas/issues/detail?id=239 (No comment was entered for this change.) -- For

Re: [Gambas-user] Issue 237 in gambas: Grey DrawingArea on Form_Open

2012-04-21 Thread gambas
Updates: Status: Accepted Comment #2 on issue 237 by benoit.m...@gmail.com: Grey DrawingArea on Form_Open http://code.google.com/p/gambas/issues/detail?id=237 ...anyway I got the same bug with the GameOfLife example.

Re: [Gambas-user] Grab command

2012-04-21 Thread tobi
On Fri, 20 Apr 2012, trat50 wrote: Thanks Tobi, Yes you are correct - this is on Gambas2. I'll have to try that on a PictureBox. Initially I had everything for this app on a PictureBox, but I didn't know how to draw on those. I'll see what I can find in the texts, or maybe someone will

Re: [Gambas-user] Issue 236 in gambas: gb.net.curl fails to connect using https

2012-04-21 Thread gambas
Updates: Status: NeedsInfo Comment #4 on issue 236 by benoit.m...@gmail.com: gb.net.curl fails to connect using https http://code.google.com/p/gambas/issues/detail?id=236 (No comment was entered for this change.)

Re: [Gambas-user] svn: Failed to add directory....

2012-04-21 Thread Charlie Reinl
Am Samstag, den 21.04.2012, 14:39 +0100 schrieb Ru Vuott: Hello, today I was updating my Gambas 3 and I received an error notice: $ svn checkout https://gambas.svn.sourceforge.net/svnroot/gambas/gambas/trunk/ Utrunk/app/other/MakeWebSite/gambas.sourceforge.net/home.html U

[Gambas-user] rev. 4651 and new gb.xml

2012-04-21 Thread Karl Reinl
Salut Benoît, the new gb.xml broke my project which used before gb.xml and gb.xml.xslt. As I can see, you wrote a gambas component also called gb.xml, which replaced the old. Now I struggle at xml.FromString() where xml is a XmlDocument, while you forgot FromString, hope ther are not others. --

Re: [Gambas-user] rev. 4651 and new gb.xml

2012-04-21 Thread tobi
On Sat, 21 Apr 2012, Karl Reinl wrote: Salut Benoît, the new gb.xml broke my project which used before gb.xml and gb.xml.xslt. As I can see, you wrote a gambas component also called gb.xml, which replaced the old. Now I struggle at xml.FromString() where xml is a XmlDocument, while you

Re: [Gambas-user] rev. 4651 and new gb.xml

2012-04-21 Thread Charlie Reinl
Am Samstag, den 21.04.2012, 21:35 +0200 schrieb tobi: On Sat, 21 Apr 2012, Karl Reinl wrote: Salut Benoît, the new gb.xml broke my project which used before gb.xml and gb.xml.xslt. As I can see, you wrote a gambas component also called gb.xml, which replaced the old. Now I struggle

Re: [Gambas-user] rev. 4651 and new gb.xml

2012-04-21 Thread Adrien Prokopowicz
Le samedi 21 avril 2012 21:34:55 Karl Reinl a écrit : Salut Benoît, the new gb.xml broke my project which used before gb.xml and gb.xml.xslt. As I can see, you wrote a gambas component also called gb.xml, which replaced the old. Now I struggle at xml.FromString() where xml is a

Re: [Gambas-user] rev. 4651 and new gb.xml

2012-04-21 Thread tobi
On Sat, 21 Apr 2012, Charlie Reinl wrote: Am Samstag, den 21.04.2012, 21:35 +0200 schrieb tobi: On Sat, 21 Apr 2012, Karl Reinl wrote: Salut Benoît, the new gb.xml broke my project which used before gb.xml and gb.xml.xslt. As I can see, you wrote a gambas component also called

Re: [Gambas-user] rev. 4651 and new gb.xml

2012-04-21 Thread Charlie Reinl
Am Samstag, den 21.04.2012, 22:18 +0200 schrieb tobi: On Sat, 21 Apr 2012, Charlie Reinl wrote: Am Samstag, den 21.04.2012, 21:35 +0200 schrieb tobi: On Sat, 21 Apr 2012, Karl Reinl wrote: Salut Benoît, the new gb.xml broke my project which used before gb.xml and

Re: [Gambas-user] svn: Failed to add directory....

2012-04-21 Thread Ru Vuott
Hello, I eliminated gb.xml folder; then I launched $ svn checkout https://gambas.svn.sourceforge.net/svnroot/gambas/gambas/trunk/ and it was OK. Thanks Vuo --- Sab 21/4/12, Charlie Reinl karl.re...@fen-net.de ha scritto: Da: Charlie Reinl karl.re...@fen-net.de Oggetto: Re:

Re: [Gambas-user] rev. 4651 and new gb.xml

2012-04-21 Thread Charlie Reinl
Am Samstag, den 21.04.2012, 21:19 +0200 schrieb Adrien Prokopowicz: Le samedi 21 avril 2012 21:34:55 Karl Reinl a écrit : Salut Benoît, the new gb.xml broke my project which used before gb.xml and gb.xml.xslt. As I can see, you wrote a gambas component also called gb.xml, which

Re: [Gambas-user] rev. 4651 and new gb.xml

2012-04-21 Thread Adrien Prokopowicz
Le samedi 21 avril 2012 23:18:27 Charlie Reinl a écrit : Am Samstag, den 21.04.2012, 21:19 +0200 schrieb Adrien Prokopowicz: Le samedi 21 avril 2012 21:34:55 Karl Reinl a écrit : Salut Benoît, the new gb.xml broke my project which used before gb.xml and gb.xml.xslt. As I can

Re: [Gambas-user] rev. 4651 and new gb.xml

2012-04-21 Thread Charlie Reinl
Am Samstag, den 21.04.2012, 23:47 +0200 schrieb Adrien Prokopowicz: Le samedi 21 avril 2012 23:18:27 Charlie Reinl a écrit : Am Samstag, den 21.04.2012, 21:19 +0200 schrieb Adrien Prokopowicz: Le samedi 21 avril 2012 21:34:55 Karl Reinl a écrit : Salut Benoît, the new gb.xml

[Gambas-user] Rev 4651 compile error with gb.xml

2012-04-21 Thread Bruce Bruen
reconfig-all completed OK configure -C completed OK make went well until the xml components ... Making all in gb.libxml make[2]: Entering directory `/home/bb/trunk/gb.libxml' make all-recursive make[3]: Entering directory `/home/bb/trunk/gb.libxml' Making all in src make[4]: Entering directory

Re: [Gambas-user] Rev 4651 compile error with gb.xml

2012-04-21 Thread Adrien Prokopowicz
Le dimanche 22 avril 2012 07:50:54 Bruce Bruen a écrit : reconfig-all completed OK configure -C completed OK make went well until the xml components ... Making all in gb.libxml make[2]: Entering directory `/home/bb/trunk/gb.libxml' make all-recursive make[3]: Entering directory

Re: [Gambas-user] Rev 4651 compile error with gb.xml

2012-04-21 Thread GMail
On Sun, 2012-04-22 at 00:32 +0200, Adrien Prokopowicz wrote: Does it work with the revision #4653 ? Yes, make completes OK now. Thanks Adrien -- For Developers, A Lot Can Happen In A Second. Boundary is the first

Re: [Gambas-user] Issue 236 in gambas: gb.net.curl fails to connect using https

2012-04-21 Thread gambas
Comment #5 on issue 236 by sebi...@gmail.com: gb.net.curl fails to connect using https http://code.google.com/p/gambas/issues/detail?id=236 Okay, I found the reason. It seems that openssl's function SSL_library_init() needs to be called somewhere before the execution of the https

Re: [Gambas-user] Rev 4651 compile error with gb.xml

2012-04-21 Thread Benoît Minisini
Le 22/04/2012 00:32, Adrien Prokopowicz a écrit : Le dimanche 22 avril 2012 07:50:54 Bruce Bruen a écrit : ... cc1plus: error: unrecognized command line option -Wdouble-promotion ... Adrien, you should remove all specific compilation flags in the Makefile.am file. Why did you put them? --

[Gambas-user] New XML component

2012-04-21 Thread Benoît Minisini
Hi, Adrien Prokopowicz has rewrote the XML component, the old one being renamed as gb.libxml. Sorry for the surprise! Please report any problem or incompatibility. I am not a user of XML, I know the basic things only, so Adrien is the guy who will fix the problem and help you. :-) Regards,

Re: [Gambas-user] Rev 4651 compile error with gb.xml

2012-04-21 Thread Adrien Prokopowicz
Le dimanche 22 avril 2012 02:00:56 Benoît Minisini a écrit : Le 22/04/2012 00:32, Adrien Prokopowicz a écrit : Le dimanche 22 avril 2012 07:50:54 Bruce Bruen a écrit : ... cc1plus: error: unrecognized command line option -Wdouble-promotion ... Adrien, you should remove all

Re: [Gambas-user] New XML component

2012-04-21 Thread Sebastian Kulesz
Hi! I have added most of the missing pages for the gb.xml and gb.xml.html documentation. I noticed that most of them where not even created. To the ones that seemed most relevant and important to the end user, I added some information. To the rest (i.e. constants, obvious properties or methods,