Re: [Gambas-user] A "statusbar" control

2014-01-07 Thread Bruce
I have had some joy over the last few days doing this from scratch using the gb.form.mdi ToolBar as the base control. It's still a long way from "the answer" and also a long way from being a fully developed IDE useable control. but I thought you may like to see the progress so far. I mocked up a

Re: [Gambas-user] Solving the Gambas packaging problem psychologically (!)

2014-01-07 Thread Rolf-Werner Eilert
Am 07.01.2014 21:38, schrieb Benoît Minisini: > Le 07/01/2014 17:53, Rolf-Werner Eilert a écrit : >> As for TerraGen: http://planetside.co.uk/products/terragen3 >> >> But those guys have been programming it for years, so it would be hard >> to come up with anything near to its perfection... >> >>

[Gambas-user] Report component - variable height items

2014-01-07 Thread Bruce
Hiya Fabien, Guess what, I have jumped on the gb.report user list at long last (had to, we have a new client who wants "pretty" reports rather than the text ones we have used since forever.) One thing that I do not understand is, is how to make a variable height label. That is, one that will expa

Re: [Gambas-user] Memory leak...

2014-01-07 Thread Wolfgang
Am 08.01.2014 01:06, schrieb Benoît Minisini: > Le 07/01/2014 19:39, Wolfgang a écrit : >> Am 07.01.2014 13:13, schrieb Benoît Minisini: >>> Le 07/01/2014 12:15, Wolfgang a écrit : >>> Sure, here it is. Just want to save memory space (again ;-) >>> Please send the contents of the system inform

Re: [Gambas-user] Issue 484 in gambas: IDE and Runtime show different stock icons

2014-01-07 Thread gambas
Comment #2 on issue 484 by adamn...@gmail.com: IDE and Runtime show different stock icons http://code.google.com/p/gambas/issues/detail?id=484 Interesting, the IDE is using "Tango" theme, the Application.Theme is "lxde", which is in fact pointing to "Tango". Maybe this is an OpenBox/LXDE iss

Re: [Gambas-user] Issue 493 in gambas: IDE Refresh Project button doesn't reload symbolic links

2014-01-07 Thread gambas
Comment #1 on issue 493 by adamn...@gmail.com: IDE Refresh Project button doesn't reload symbolic links http://code.google.com/p/gambas/issues/detail?id=493 As an aside, there is no reload button on the form designer not the class editor for linked files either. This problem would be allevia

[Gambas-user] Issue 493 in gambas: IDE Refresh Project button doesn't reload symbolic links

2014-01-07 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 493 by adamn...@gmail.com: IDE Refresh Project button doesn't reload symbolic links http://code.google.com/p/gambas/issues/detail?id=493 1) Describe the problem. We have

[Gambas-user] New pre-release of Gambas 3.5.2

2014-01-07 Thread Benoît Minisini
You can download it from the same place: http://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.5.2.tar.bz2/download I just added three last minutes fixes. If you tell me that compiling that package works for you, I will release it officially. Regards, -- Benoît Minisini ---

Re: [Gambas-user] Menu Show Event with Unity desktop

2014-01-07 Thread Benoît Minisini
Le 08/01/2014 02:56, Greg Raffaelle a écrit : > The menu show event does not appear to be working with the global unity > menu in Ubuntu. When a program menu is displayed from the top global > menu it does not send a show event to the main program class. My > program menu only appears in the top

[Gambas-user] Menu Show Event with Unity desktop

2014-01-07 Thread Greg Raffaelle
The menu show event does not appear to be working with the global unity menu in Ubuntu. When a program menu is displayed from the top global menu it does not send a show event to the main program class. My program menu only appears in the top global menu bar and not at the top of the main for

Re: [Gambas-user] Memory leak...

2014-01-07 Thread Benoît Minisini
Le 07/01/2014 19:39, Wolfgang a écrit : > Am 07.01.2014 13:13, schrieb Benoît Minisini: >> Le 07/01/2014 12:15, Wolfgang a écrit : >> >>> Sure, here it is. Just want to save memory space (again ;-) >> >> Please send the contents of the system information dialog of the IDE. >> > As i am not sure if

Re: [Gambas-user] OpenGL's getString(mode) not returning string

2014-01-07 Thread Benoît Minisini
Le 07/01/2014 20:03, terco IDE a écrit : > Hi all: > > the openGL funcion > > getString( name ) as string > > gives error when using it like: > Dim s As String >s = gl.GetString(gl.VENDOR) > > Error: not returning value > > as if were defined like a sub > > I'm using Gambas 3.5.90 > > Saludos >

Re: [Gambas-user] Solving the Gambas packaging problem psychologically (!)

2014-01-07 Thread Benoît Minisini
Le 07/01/2014 17:53, Rolf-Werner Eilert a écrit : > As for TerraGen: http://planetside.co.uk/products/terragen3 > > But those guys have been programming it for years, so it would be hard > to come up with anything near to its perfection... > > The serial letter thing is (in a very simple form) the

[Gambas-user] SDL Crash

2014-01-07 Thread Sebastian Claus
Dear all, I've a strange problem and I'm not sure whether it's a bug or an unlucky configuration of my system. Unfortunately, the built-in project sender didn't work as well, so I manualy packed it. The crash occurs during the implicit call of Draw.End() in the Window-Event handler for the draw

[Gambas-user] OpenGL's getString(mode) not returning string

2014-01-07 Thread terco IDE
Hi all: the openGL funcion getString( name ) as string gives error when using it like: Dim s As String s = gl.GetString(gl.VENDOR) Error: not returning value as if were defined like a sub I'm using Gambas 3.5.90 Saludos Martin --

Re: [Gambas-user] Memory leak...

2014-01-07 Thread Wolfgang
Am 07.01.2014 13:13, schrieb Benoît Minisini: > Le 07/01/2014 12:15, Wolfgang a écrit : > >> Sure, here it is. Just want to save memory space (again ;-) > > Please send the contents of the system information dialog of the IDE. > As i am not sure if my last post came through I send it again : [Syst

Re: [Gambas-user] Solving the Gambas packaging problem psychologically (!)

2014-01-07 Thread Rolf-Werner Eilert
Am 07.01.2014 13:29, schrieb Benoît Minisini: > Le 07/01/2014 13:17, Rolf-Werner Eilert a écrit : >> >> >> Am 06.01.2014 18:35, schrieb Benoît Minisini: >>> Yeah, great mail subject! >>> >>> I think it will be more difficult for Linux distributions to fail >>> packaging Gambas correctly if there

Re: [Gambas-user] Printing with gb.gui not same result as qt4

2014-01-07 Thread Benoît Minisini
Le 07/01/2014 16:29, Rolf-Werner Eilert a écrit : > Hi, > > Guess I found a feature :) > > When running a program with printing into PDF, gb.gui and NOT on a Qt4 > system (like Lxde or KDE3), the positions on the page aren't delivered > correctly. When reducing myPrinter.Resolution to 75, it is ok

[Gambas-user] Printing with gb.gui not same result as qt4

2014-01-07 Thread Rolf-Werner Eilert
Hi, Guess I found a feature :) When running a program with printing into PDF, gb.gui and NOT on a Qt4 system (like Lxde or KDE3), the positions on the page aren't delivered correctly. When reducing myPrinter.Resolution to 75, it is ok in X direction, but Font.Height keeps being measured too bi

Re: [Gambas-user] Gambas 3.5.2 pre-release

2014-01-07 Thread Kende Krisztián
2014-01-07 14:38 keltezéssel, Benoît Minisini írta: > Le 07/01/2014 14:36, Kende Krisztián a écrit : >> 2014-01-07 14:30 keltezéssel, Benoît Minisini írta: >>> Le 07/01/2014 14:28, Benoît Minisini a écrit : Le 07/01/2014 14:26, Kende Krisztián a écrit : > 2014-01-07 14:21 keltezéssel, Kend

Re: [Gambas-user] Gambas 3.5.2 pre-release

2014-01-07 Thread Benoît Minisini
Le 07/01/2014 14:36, Kende Krisztián a écrit : > 2014-01-07 14:30 keltezéssel, Benoît Minisini írta: >> Le 07/01/2014 14:28, Benoît Minisini a écrit : >>> Le 07/01/2014 14:26, Kende Krisztián a écrit : 2014-01-07 14:21 keltezéssel, Kende Krisztián írta: > I found this Like operator bug: >>

Re: [Gambas-user] Gambas 3.5.2 pre-release

2014-01-07 Thread Kende Krisztián
2014-01-07 14:30 keltezéssel, Benoît Minisini írta: > Le 07/01/2014 14:28, Benoît Minisini a écrit : >> Le 07/01/2014 14:26, Kende Krisztián a écrit : >>> 2014-01-07 14:21 keltezéssel, Kende Krisztián írta: I found this Like operator bug: Print " " Like " " >>> With double space: >>

Re: [Gambas-user] Gambas 3.5.2 pre-release

2014-01-07 Thread Kende Krisztián
2014-01-07 14:21 keltezéssel, Kende Krisztián írta: > I found this Like operator bug: > > Print " " Like " " With double space: Print " " Like " " > > or > > Print "a a" Like "* *" > > or... with double space > > Output: False > --

Re: [Gambas-user] Gambas 3.5.2 pre-release

2014-01-07 Thread Benoît Minisini
Le 07/01/2014 14:28, Benoît Minisini a écrit : > Le 07/01/2014 14:26, Kende Krisztián a écrit : >> 2014-01-07 14:21 keltezéssel, Kende Krisztián írta: >>> I found this Like operator bug: >>> >>> Print " " Like " " >> >> With double space: >> >> Print " " Like " " >> >>> >>> or >>> >>>Pri

Re: [Gambas-user] Gambas 3.5.2 pre-release

2014-01-07 Thread Benoît Minisini
Le 07/01/2014 14:26, Kende Krisztián a écrit : > 2014-01-07 14:21 keltezéssel, Kende Krisztián írta: >> I found this Like operator bug: >> >> Print " " Like " " > > With double space: > > Print " " Like " " > >> >> or >> >>Print "a a" Like "* *" >> >> or... with double space >> >> Outp

Re: [Gambas-user] Gambas 3.5.2 pre-release

2014-01-07 Thread Kende Krisztián
2014-01-05 23:31 keltezéssel, Benoît Minisini írta: > Hi, > > I have uploaded a Gambas 3.5.2 pre-release package on sourceforge, so > that people can test it before the official release. > > http://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.5.2.tar.bz2/download > > I tried to backport

Re: [Gambas-user] Solving the Gambas packaging problem psychologically (!)

2014-01-07 Thread Benoît Minisini
Le 07/01/2014 13:17, Rolf-Werner Eilert a écrit : > > > Am 06.01.2014 18:35, schrieb Benoît Minisini: >> Yeah, great mail subject! >> >> I think it will be more difficult for Linux distributions to fail >> packaging Gambas correctly if there is a useful tool made in Gambas >> (other than the IDE) t

Re: [Gambas-user] Solving the Gambas packaging problem psychologically (!)

2014-01-07 Thread Rolf-Werner Eilert
Am 06.01.2014 18:35, schrieb Benoît Minisini: > Yeah, great mail subject! > > I think it will be more difficult for Linux distributions to fail > packaging Gambas correctly if there is a useful tool made in Gambas > (other than the IDE) that will be integrated inside package repositories > becaus

Re: [Gambas-user] Memory leak...

2014-01-07 Thread Wolfgang
Hello Benoît, I have sent it, but it says: "Your mail to 'Gambas-user' with the subject Re: [Gambas-user] Memory leak... Is being held until the list moderator can review it for approval." Wolfgang -- Rapidly tro

Re: [Gambas-user] Solving the Gambas packaging problem psychologically (!)

2014-01-07 Thread Bruce
On Mon, 2014-01-06 at 18:35 +0100, Benoît Minisini wrote: > Yeah, great mail subject! > > I think it will be more difficult for Linux distributions to fail > packaging Gambas correctly if there is a useful tool made in Gambas > (other than the IDE) that will be integrated inside package reposito

Re: [Gambas-user] Memory leak...

2014-01-07 Thread Benoît Minisini
Le 07/01/2014 11:45, Wolfgang a écrit : > Hello all, > > I am using Gambas 3.5.1 on a Ubuntu 12.04.3 LTS system with 2Gb of RAM. > > I made a short example to show my problem. Not a very useful code, but > it shows my problem! > > In the form I habe a Button called "ButtonStart" and a Picturebox1.

[Gambas-user] Memory leak...

2014-01-07 Thread Wolfgang
Hello all, I am using Gambas 3.5.1 on a Ubuntu 12.04.3 LTS system with 2Gb of RAM. I made a short example to show my problem. Not a very useful code, but it shows my problem! In the form I habe a Button called "ButtonStart" and a Picturebox1. Here is the code: Public Img As New Image Public