[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

[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.

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

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, 2010

[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..

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 pinozo...@gmail.com wrote: Il martedì 16 marzo 2010 05:28:26 gambas-user-requ...@lists.sourceforge.net ha scritto: [Gambas-user] Release of

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] 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:

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