[Gambas-user] gb.option documentation

2012-02-21 Thread Sebastian Kulesz
Hi! Wanting to use the gb.option component I found out that the documentation was missing. I wrote most of it by testing with a sample project and using the Getopt [0] documentation. But the remaining 3 pages are out of my understanding. Would anybody with the knowledge be so keen to finish them s

Re: [Gambas-user] How to make Class file to Library for use in other Gambas applications

2012-02-21 Thread GMail
On Wed, 2012-02-22 at 01:03 +0100, Willy Raets wrote: > Hi all, > > I've been searching and reading my butt of on how to make a library with > Gambas 2 for Gambas 2. > First, gambas 2 does not have "libraries", what you are creating is a "gambas component". A pedantic point perhaps, but gambas 3

Re: [Gambas-user] Issue 181 in gambas: Crash with certain menu caption.

2012-02-21 Thread gambas
Comment #7 on issue 181 by jussi.la...@gmail.com: Crash with certain menu caption. http://code.google.com/p/gambas/issues/detail?id=181 Problem still persist with r4493. Also I have no problems with other GTK+ programs, only those made with Gambas. I reverted back to r4255, and everything wo

Re: [Gambas-user] How to make Class file to Library for use in other Gambas applications

2012-02-21 Thread Jussi Lahtinen
First, use Export command in classes you want to expose as library. Then, open project which uses this as library. Open project properties, choose tab "libraries" and add library binary. Jussi On Wed, Feb 22, 2012 at 02:03, Willy Raets wrote: > Hi all, > > I've been searching and reading my bu

[Gambas-user] How to make Class file to Library for use in other Gambas applications

2012-02-21 Thread Willy Raets
Hi all, I've been searching and reading my butt of on how to make a library with Gambas 2 for Gambas 2. It is a very simple and short library so I can get familiar with how it works and do a how to documentation so others can benefit of my learning curve as well and you will be bored less with qu

[Gambas-user] How to regain the used memory after clearing the array?

2012-02-21 Thread M. Cs.
Hello! I have this problem with arrays. I have a class Keress given with this: ' Gambas class file Export ' Gambas module file Create Static Private nev As New String[] Private ut As New String[] Private nagy As New Float[] Private mikor As New String[] Private kotet As New String[] Public SConn A