Re: [Gambas-user] Issue 572 in gambas: Gambas will not compile

2014-10-26 Thread gambas
Comment #9 on issue 572 by ptaylor2...@gmail.com: Gambas will not compile https://code.google.com/p/gambas/issues/detail?id=572 I checked the gambas3-dev??.deb file for Debian Wheezy and their is no file gbr3 in the debian package. How can I fix this issue please? -- You received this messa

[Gambas-user] A little question about propagation of events and ShowModal.

2014-10-26 Thread Jorge Carrión
I have a User help routine based in Key F1 keyrelease. The code is in form FMain Form_KeyRelease() Event. This event is nicely propagated to all forms in FMain.Controls collection and all works fine. Today I've noticed that doesn't work on modal forms (opened with ShowModal). If copy/paste the FMa

[Gambas-user] About the Gambas software repository

2014-10-26 Thread Benoît Minisini
Hi, With revision #6583, you can start to play with the Gambas software repository, as known as the "Gambas farm server". This is a Gambas project located in '/trunk/app/src/gambas-farm-server'. To install a Gambas farm server, you have to: - Compile the gambas-farm-server project and make an

Re: [Gambas-user] Release goals for 3.7 / 4.0

2014-10-26 Thread PICCORO McKAY Lenz
From: Beno?t Minisini > I think for gambas 3.7 the changes between versions must stop > (preferable), > > so then the repository can be able to stable across time.. The rule is the following: A program made with Gambas 3.X will work with > all Gambas 3.Y where Y >= X, except if your program reli

[Gambas-user] SOLVED Desktop.SendKeys, in version 3.6

2014-10-26 Thread Charlie Reinl
SOLVED Salut Benoît, Finally, I found the error. Me or maybe even you, at least gambas. The attached Screen shows the Desktop properties/methods/constance if the component gb.desktop IS NOT ADDED to the project. Imagine the rest, and tell me why that is like this. Why do we have two different Des

Re: [Gambas-user] Gtk-CRITICAL messages.

2014-10-26 Thread Jorge Carrión
Try to change the qt4 theme with qtconfig, fron default (who uses gtk functions) to another who doesn't. It works for me. Regards 2014-10-26 9:02 GMT+01:00 Ian : > I was testing why this error message appears > > "(ApplicationName:6831): Gtk-CRITICAL **: IA__gtk_widget_get_direction: > asser

[Gambas-user] Gtk-CRITICAL messages.

2014-10-26 Thread Ian
I was testing why this error message appears "(ApplicationName:6831): Gtk-CRITICAL **: IA__gtk_widget_get_direction: assertion 'GTK_IS_WIDGET (widget)' failed" It occurred every time the mouse passed over a control. Not sure if it is fixable or a just a GTK interface thing. [System] Gambas