Re: [Gambas-user] Re lease of Gambas 2.20.2

2010-03-22 Thread Ricardo Díaz Martín
Yes, you're right. If you see full change log you can see all the fixes/additions. At http://gambas.sourceforge.net/en/main.html you can see stable versions of gambas2. There was an important change behaviour in a component (ComboBox) in 2.20 that make some problems with backward compatibility.

Re: [Gambas-user] Some Qt4 bugs.

2010-03-22 Thread Benoît Minisini
> Yes, that was it, drawingarea problem is solved! > It is old code that worked earlier, so I didn't even think about such > things... thanks! > > > But, textedit problem persist. > Although I have some new information about it. > I think I remembered old Qt3 way little bit wrongly it is also

Re: [Gambas-user] Cannot reduce windows size to modal windows

2010-03-22 Thread Jaume Casado Ruiz
Ok, then it is a feature, thank you. I won't use this workaround, in fact I've never used it, I just discovered it before this email. I can read this: "If a resizable window is shown in modal mode, then its initial size becomes automatically its minimum size." here: http://gambasdoc.org/help/dev/g

Re: [Gambas-user] Re lease of Gambas 2.20.2

2010-03-22 Thread kevinfishburne
kevinfishburne wrote: > > Does this mean that the only difference between gambas2-2.19.0 and > gambas2-2.20.2 are the seven bug fixes mentioned in the quoted change log? > I'm trying to get a perspective of the version differences between GAMBAS > stable releases. I'm not familiar with the way o

Re: [Gambas-user] Possible bug in Desktop.Open()

2010-03-22 Thread Ricardo Díaz Martín
Thanks, I'm going to try again in other linux box to know what happen. The most strange is I execute source code form gambas IDE works as expected. Only executable file doesn't work this way. Regards, Ricardo Díaz 2010/3/22 Benoît Minisini > > Hi, > > > > Please try to run this simple code from

Re: [Gambas-user] Possible bug in Desktop.Open()

2010-03-22 Thread Benoît Minisini
> Hi, > > Please try to run this simple code from Gambas2 IDE on KDE or gnome and > works fine. After you make the executable file of the project, if you run > the example from console *doesn't work on KDE* but *works in gnome > *desktop. > > I think this is not a gambas bug because if I replace

Re: [Gambas-user] Release of Gambas 2.20.2 : does not compile

2010-03-22 Thread Jussi Lahtinen
Have you tried with new version of libtool? I have used 2.2.6 with no problems (on Ubuntu 9.10 64bit). Jussi On Mon, Mar 22, 2010 at 20:18, Pino Zollo wrote: > Il martedì 16 marzo 2010 05:28:26 gambas-user-requ...@lists.sourceforge.net ha > scritto: >> [Gambas-user] Release of Gambas 2.20.2 > >

[Gambas-user] Release of Gambas 2.20.2 : does not compile

2010-03-22 Thread Pino Zollo
Il martedì 16 marzo 2010 05:28:26 gambas-user-requ...@lists.sourceforge.net ha scritto: > [Gambas-user] Release of Gambas 2.20.2 make[4]: Entering directory `/usr/src/gambas2-2.20.2/main/gbx' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..-D

Re: [Gambas-user] problem with event Textbox_KeyPress

2010-03-22 Thread Jussi Lahtinen
Confirmed with GTK+, Gambas 2.20 rev 2813, Ubuntu 9.10 64bit. With Qt, not even visible form, if "test()" is not commented out from "Form_Open()" (I think this is not proper code). If "test()" is commented out, everything works as expected with Qt, but still not with GTK+. Jussi On Mon, Mar 22,

Re: [Gambas-user] Some Qt4 bugs.

2010-03-22 Thread Jussi Lahtinen
Yes, that was it, drawingarea problem is solved! It is old code that worked earlier, so I didn't even think about such things... thanks! But, textedit problem persist. Although I have some new information about it. I think I remembered old Qt3 way little bit wrongly it is also cutting sentenc

[Gambas-user] Message.Question stacking

2010-03-22 Thread Ricardo Díaz Martín
Hi, Why the windows open with Message.XXX haven´t got Stacking property set to Window.Above? If you open a modal window with Stacking property set to Window.Above in order to keep allways on top and and when you close this you ask to the user something, the message windows is not in the top.

[Gambas-user] problem with event Textbox_KeyPress

2010-03-22 Thread ivan-kern
Hello I have a problems with events Textbox_KeyPress, Textbox_MouseDown etc.. They do not work if new Form1.ShowModal is open. This problem is not with Gambas2-2.16.0. My system: I am using Gambas2-2.20.2 on Ubuntu 9.10 or Suse 11.0, gb.gtk component. Attached to this email I send you a min