Re: [Gambas-user] Issue 425 in gambas: installation error lastest gambas trunk or branch 3.4: on raspi: during execution of reconf-all: Compilation failed in require at /usr/share/perl/5.14/Thread/Que

2013-05-01 Thread gambas
Comment #2 on issue 425 by dummyjmi...@gmail.com: installation error lastest gambas trunk or branch 3.4: on raspi: during execution of reconf-all: Compilation failed in require at /usr/share/perl/5.14/Thread/Queue.pm line 22 http://code.google.com/p/gambas/issues/detail?id=425 hello, Since

Re: [Gambas-user] couple of silly questions for Debian packaging

2013-05-01 Thread Sebastian Kulesz
On Wed, May 1, 2013 at 11:44 PM, Ian Haywood wrote: > dear List > > A couple of small questions to help with Debian packaging: > Glad to hear! ;) > > - gb.net.pop3: is this component written purely in Gambas or partially > in C? where is it's source code? all I can find is the bytecode-compile

[Gambas-user] couple of silly questions for Debian packaging

2013-05-01 Thread Ian Haywood
dear List A couple of small questions to help with Debian packaging: - gb.net.pop3: is this component written purely in Gambas or partially in C? where is it's source code? all I can find is the bytecode-compiled file /comp/src/gb.net.pop3/gb.net.pop3.gambas - debian packager complains about exe

[Gambas-user] Enhancement Request: _GridView_Column.Font

2013-05-01 Thread Bruce
Benoît, Would it be possible to add the Font property to the _GridView_Column class like it exposes Alignment and Background etc for all cells in the column? Bruce -- Introducing AppDynamics Lite, a free troubleshooting

Re: [Gambas-user] Issue 426 in gambas: Long strings in gambas custom control constants

2013-05-01 Thread gambas
Updates: Status: Accepted Labels: -Version Version-3.4.0 Comment #2 on issue 426 by benoit.m...@gmail.com: Long strings in gambas custom control constants http://code.google.com/p/gambas/issues/detail?id=426 Indeed... -- You received this message because this project is config

Re: [Gambas-user] Issue 425 in gambas: installation error lastest gambas trunk or branch 3.4: on raspi: during execution of reconf-all: Compilation failed in require at /usr/share/perl/5.14/Thread/Que

2013-05-01 Thread gambas
Updates: Status: WontFix Labels: -Version Version-3.4.0 Comment #1 on issue 425 by benoit.m...@gmail.com: installation error lastest gambas trunk or branch 3.4: on raspi: during execution of reconf-all: Compilation failed in require at /usr/share/perl/5.14/Thread/Queue.pm lin

Re: [Gambas-user] Issue 424 in gambas: whole Gambas IDE shutdown trying to make an SQL Query in the SQL-Frame by using SQLite3

2013-05-01 Thread gambas
Updates: Status: NeedsInfo Comment #1 on issue 424 by benoit.m...@gmail.com: whole Gambas IDE shutdown trying to make an SQL Query in the SQL-Frame by using SQLite3 http://code.google.com/p/gambas/issues/detail?id=424 Sorry, I cannot reproduce the bug. If it is a segmentation fault, ple

Re: [Gambas-user] Issue 423 in gambas: Menu in form attached to workspace not visible

2013-05-01 Thread gambas
Updates: Status: NeedsInfo Labels: -Version-3.4.1 Version-3.4.0 Comment #1 on issue 423 by benoit.m...@gmail.com: Menu in form attached to workspace not visible http://code.google.com/p/gambas/issues/detail?id=423 Sorry, I cannot reproduce the bug. Everything works as expected.

Re: [Gambas-user] gridview row heights when cell is wrapped

2013-05-01 Thread Bruce
On Wed, 2013-05-01 at 13:44 +0200, Benoît Minisini wrote: > Le 01/05/2013 13:10, Benoît Minisini a écrit : > > Le 01/05/2013 08:05, Bruce a écrit : > >> On Mon, 2013-04-29 at 17:09 +0200, Benoît Minisini wrote: > >> \ > >>> > >>> Mmm, strange... Can you make a little project that reproduces the bug

Re: [Gambas-user] Restructuring the official Gambas examples

2013-05-01 Thread Ron
Although discussing about a good structure to put them under is a good thing, watch out not to waste time which better had been used to code the example themselves. I'm missing modern world examples, not simple basic stuff. Like how to interact with your webbrowser via websockets using Gambas. ht

Re: [Gambas-user] Restructuring the official Gambas examples

2013-05-01 Thread Randall Morgan
What I was trying to say was that I think having a small document explaining the example implementation within the example would be helpful. I don't think it should be in the Language documentation but in the example's directory. Nothing really involved, and this may be most appropriate for the sim

Re: [Gambas-user] Restructuring the official Gambas examples

2013-05-01 Thread Tobias Boege
On Tue, 30 Apr 2013, Fabien Bodard wrote: > 2013/4/30 Tobias Boege > > > On Mon, 29 Apr 2013, Beno?t Minisini wrote: > > > I have never found the time to write good examples so you have my full > > > blessing. > > > > > > Just don't work directly on the current examples > > > (/trunk/examples/exa

Re: [Gambas-user] Restructuring the official Gambas examples

2013-05-01 Thread Tobias Boege
On Tue, 30 Apr 2013, David Robertson wrote: > On Tue, 2013-04-30 at 21:37 +0200, Tobias Boege wrote: > > I'm still looking for people's opinions (or Bruce's criticism) to get a > > representative consensus - maybe it's a flaw in our modern upbringing :-) - > > because examples are things that all h

[Gambas-user] Bug using TASK object

2013-05-01 Thread Olivier Cruilles
Hi Benoit, I'm adding a part in my project witch use intensely TASK objects. I start the treatment of many files, analyzed by each TASK object. After sometime, this bug appear: gbx3: xcb_io.c :221 : poll_for_event: L'assertion « (((long) (event_sequence) - (long) (dpy->request)) <= 0) » a écho

Re: [Gambas-user] Restructuring the official Gambas examples

2013-05-01 Thread Tobias Boege
On Tue, 30 Apr 2013, Sebastian Kulesz wrote: > That's why I said this wasn't the most accurate approach. Ratings can > easily be added to the IDE (just as components descriptions), there is no > need to modify any .component file. > > Doing it this way, classes, amount of symbols, amount of forms.

Re: [Gambas-user] Issue 422 in gambas: Menus dissapear if you open them without selecting an item, except last one.

2013-05-01 Thread gambas
Updates: Status: NeedsInfo Labels: -Version Version-TRUNK Comment #1 on issue 422 by benoit.m...@gmail.com: Menus dissapear if you open them without selecting an item, except last one. http://code.google.com/p/gambas/issues/detail?id=422 I cannot reproduce the bug with your proj

Re: [Gambas-user] gb.desktop: Trinity desktop (3.5.13)

2013-05-01 Thread Tobias Boege
On Wed, 01 May 2013, Beno?t Minisini wrote: > Le 01/05/2013 14:36, Tobias Boege a ?crit : > > On Wed, 01 May 2013, Beno?t Minisini wrote: > >> Le 30/04/2013 21:59, Tobias Boege a ?crit : > >>> Hi, > >>> > >>> I have a local patch to gb.desktop which makes it detect and use the > >>> default > >>>

Re: [Gambas-user] gb.desktop: Trinity desktop (3.5.13)

2013-05-01 Thread Benoît Minisini
Le 01/05/2013 14:36, Tobias Boege a écrit : > On Wed, 01 May 2013, Beno?t Minisini wrote: >> Le 30/04/2013 21:59, Tobias Boege a ?crit : >>> Hi, >>> >>> I have a local patch to gb.desktop which makes it detect and use the default >>> installation of TDE 3.5.13, i.e. >>> >>> Desktop.Type = "TDE" >>>

Re: [Gambas-user] gb.desktop: Trinity desktop (3.5.13)

2013-05-01 Thread Tobias Boege
On Wed, 01 May 2013, Beno?t Minisini wrote: > Le 30/04/2013 21:59, Tobias Boege a ?crit : > > Hi, > > > > I have a local patch to gb.desktop which makes it detect and use the default > > installation of TDE 3.5.13, i.e. > > > > Desktop.Type = "TDE" > > Desktop.OpenTerminal() runs "konsole" > > > >

Re: [Gambas-user] IDE FSelectIcon does not show pictures

2013-05-01 Thread Benoît Minisini
Le 30/04/2013 15:26, Tobias Boege a écrit : > Hi, > > the FSelectIcon form in the IDE (aka "Project" -> "Properties" -> Click on > the icon to select a project icon) does not show any picture on my system. > > Changing all the commas to semicolons in the Filter string in > FSelectIcon.class:32:Form

Re: [Gambas-user] gb.desktop: Trinity desktop (3.5.13)

2013-05-01 Thread Benoît Minisini
Le 30/04/2013 21:59, Tobias Boege a écrit : > Hi, > > I have a local patch to gb.desktop which makes it detect and use the default > installation of TDE 3.5.13, i.e. > > Desktop.Type = "TDE" > Desktop.OpenTerminal() runs "konsole" > > Is there anything else required to support a DE? Should TDE be r

Re: [Gambas-user] gridview row heights when cell is wrapped

2013-05-01 Thread Benoît Minisini
Le 01/05/2013 13:10, Benoît Minisini a écrit : > Le 01/05/2013 08:05, Bruce a écrit : >> On Mon, 2013-04-29 at 17:09 +0200, Benoît Minisini wrote: >> \ >>> >>> Mmm, strange... Can you make a little project that reproduces the bug >>> for me? >>> >> [Repost: I don't know whether the reproduction pro

Re: [Gambas-user] gridview row heights when cell is wrapped

2013-05-01 Thread Benoît Minisini
Le 01/05/2013 08:05, Bruce a écrit : > On Mon, 2013-04-29 at 17:09 +0200, Benoît Minisini wrote: > \ >> >> Mmm, strange... Can you make a little project that reproduces the bug >> for me? >> > [Repost: I don't know whether the reproduction project actually made > it?] > B > The problem comes from