[Gambas-user] Creating gambas component

2012-05-04 Thread fvegaf
I have created gambas 2 components before, but now when I'm setting up the properties of the project, in the tab provides on that tab is not showing anything (columns: class, type, group) when I right click on a blank area underneath the titles, I got the error This application has raised an

Re: [Gambas-user] About library and component packaging in Gambas 3

2012-05-04 Thread Bruce Bruen
Subtopic autotools autotools now works like a dream. We have been distributing stuff via autotools for several days now and have only come across the following problem. make uninstall (as root) appears to work but in fact doesn't. Given that we have installed sysinfos-0.0.2.tar.gz via the

Re: [Gambas-user] Creating gambas component

2012-05-04 Thread Benoît Minisini
Le 04/05/2012 14:56, fvegaf a écrit : I have created gambas 2 components before, but now when I'm setting up the properties of the project, in the tab provides on that tab is not showing anything (columns: class, type, group) when I right click on a blank area underneath the titles, I got the

Re: [Gambas-user] Creating gambas component

2012-05-04 Thread Fabien Bodard
arrColumn[500] As String nRows As Integer ' Heredamos el objeto gridview Inherits GridView Export first the export keyword and inherits must be on the top of the code... ' Heredamos el objeto gridview Inherits GridView Export arrColumn[500] As String nRows As Integer

Re: [Gambas-user] Creating gambas component

2012-05-04 Thread Francisco Vega
It worked! Thanks, you my hero. (I'm sorry by my ignorance) Francisco Vega Date: Fri, 4 May 2012 16:59:21 +0200 From: gambas...@gmail.com To: gambas-user@lists.sourceforge.net Subject: Re: [Gambas-user] Creating gambas component arrColumn[500] As String nRows As Integer '

Re: [Gambas-user] Dependencies: Documentation needs update

2012-05-04 Thread Matti
Hmm. On openSUSE, these libs are nowhere to find. Not in any repository, not in any RPM-search. Any SUSE user here who solved this? I installed gstreamer-0_10-devel - Include Files and Libraries mandatory for Development, and gstreamer-0_10-plugins-base-devel - Include files and libraries

Re: [Gambas-user] Dependencies: Documentation needs update

2012-05-04 Thread Benoît Minisini
Le 04/05/2012 21:08, Matti a écrit : Hmm. On openSUSE, these libs are nowhere to find. Not in any repository, not in any RPM-search. Any SUSE user here who solved this? I installed gstreamer-0_10-devel - Include Files and Libraries mandatory for Development, and

Re: [Gambas-user] Creating gambas component

2012-05-04 Thread Fabien Bodard
http://gambasdoc.org/help/lang/export?v3 2012/5/4 Francisco Vega fve...@hotmail.com It worked! Thanks, you my hero. (I'm sorry by my ignorance) Francisco Vega Date: Fri, 4 May 2012 16:59:21 +0200 From: gambas...@gmail.com To: gambas-user@lists.sourceforge.net Subject: Re:

Re: [Gambas-user] Segfault when overriding Variant[]

2012-05-04 Thread tobi
On Tue, 01 May 2012, tobi wrote: Hu hu. It should be possible to override any class, but please provide a project so that I can debug! -- Benoît Minisini -- Live Security Virtual Conference

Re: [Gambas-user] About library and component packaging in Gambas 3

2012-05-04 Thread Benoît Minisini
Le 02/05/2012 06:54, Bruce Bruen a écrit : Hi folks! (I'm getting pretty excited about the packager now.) Benoît, Please consider this little change for the autotools packager code in the IDE. We use a lot of common images in our projects. Corporate identity etc etc blah blah...

Re: [Gambas-user] About library and component packaging in Gambas 3

2012-05-04 Thread Benoît Minisini
Le 04/05/2012 15:25, Bruce Bruen a écrit : Subtopic autotools autotools now works like a dream. We have been distributing stuff via autotools for several days now and have only come across the following problem. make uninstall (as root) appears to work but in fact doesn't. Given that we

Re: [Gambas-user] About library and component packaging in Gambas 3

2012-05-04 Thread Benoît Minisini
Le 01/05/2012 14:15, Bruce Bruen a écrit : Oh I forgot! A new problem. Spaces in the vendor name cause fails in the rpm builder. This is not a high priority issue, but it would be nice if spaces in the Vendor name field in the wizard were converted to underscores before it was used in the

Re: [Gambas-user] About library and component packaging in Gambas 3

2012-05-04 Thread Benoît Minisini
Le 01/05/2012 13:27, Bruce Bruen a écrit : On Tue, 2012-05-01 at 12:22 +0200, Benoît Minisini wrote: A lot of answers to a lot of stuff, so I'm going to break it up into several posts. Le 29/04/2012 06:45, Bruce Bruen a écrit : SUGGESTION: Libraries should not need to have a startup

Re: [Gambas-user] Segfault when overriding Variant[]

2012-05-04 Thread Benoît Minisini
Le 04/05/2012 21:59, tobi a écrit : On Tue, 01 May 2012, tobi wrote: Hu hu. It should be possible to override any class, but please provide a project so that I can debug! -- Benoît Minisini -- Live Security

Re: [Gambas-user] About library and component packaging in Gambas 3

2012-05-04 Thread Benoît Minisini
Le 04/05/2012 23:34, Benoît Minisini a écrit : I don't like any of those solution at the moment. And if I define a compilation constant that will tell the compiler if we are making an executable or not? That way, you will just have to add a #If Executable (or something like that) to compile

Re: [Gambas-user] About library and component packaging in Gambas 3

2012-05-04 Thread Bruce Bruen
On Sat, 2012-05-05 at 02:45 +0200, Benoît Minisini wrote: Le 04/05/2012 23:34, Benoît Minisini a écrit : I don't like any of those solution at the moment. And if I define a compilation constant that will tell the compiler if we are making an executable or not? That way, you will just

Re: [Gambas-user] About library and component packaging in Gambas 3

2012-05-04 Thread Benoît Minisini
Le 05/05/2012 03:42, Bruce Bruen a écrit : On Sat, 2012-05-05 at 02:45 +0200, Benoît Minisini wrote: Le 04/05/2012 23:34, Benoît Minisini a écrit : I don't like any of those solution at the moment. And if I define a compilation constant that will tell the compiler if we are making an

Re: [Gambas-user] About library and component packaging in Gambas 3

2012-05-04 Thread Bruce Bruen
On Fri, 2012-05-04 at 23:19 +0200, Benoît Minisini wrote: Le 04/05/2012 15:25, Bruce Bruen a écrit : Subtopic autotools autotools now works like a dream. We have been distributing stuff via autotools for several days now and have only come across the following problem. make

Re: [Gambas-user] About library and component packaging in Gambas 3

2012-05-04 Thread Bruce Bruen
Thanks, Works fine now. Bruce On Fri, 2012-05-04 at 23:17 +0200, Benoît Minisini wrote: Le 02/05/2012 06:54, Bruce Bruen a écrit : Hi folks! (I'm getting pretty excited about the packager now.) Benoît, Please consider this little change for the autotools packager code in the

Re: [Gambas-user] About library and component packaging in Gambas 3

2012-05-04 Thread Bruce Bruen
On Sat, 2012-05-05 at 03:59 +0200, Benoît Minisini wrote: Le 05/05/2012 03:42, Bruce Bruen a écrit : On Sat, 2012-05-05 at 02:45 +0200, Benoît Minisini wrote: Le 04/05/2012 23:34, Benoît Minisini a écrit : ... And if I define a compilation constant that will tell the compiler if we