[Gambas-user] Bug with GTK+

2014-12-13 Thread Jussi Lahtinen
Textbox's event is fired twice if the box is disabled, enabled and put in focus. See attachment. Everything work as expected with Qt4. Jussi GTKEventBug-0.0.1.tar.gz Description: GNU Zip compressed data -- Download BIR

Re: [Gambas-user] [gambas-user] Possible bug in gb.gui

2014-12-13 Thread Benoît Minisini
Le 14/12/2014 01:01, Paul Horechuk a écrit : > I finally nailed down a bug in my environment. > > During development using Ubuntu 14.04 with the KDE/Plasma desktop and > Gambas 3.5.4 up to 3.6.2, everything works. Problems were encountered > when I installed a source archive on Fedora 20. This Fedo

[Gambas-user] [gambas-user] Possible bug in gb.gui

2014-12-13 Thread Paul Horechuk
I finally nailed down a bug in my environment. During development using Ubuntu 14.04 with the KDE/Plasma desktop and Gambas 3.5.4 up to 3.6.2, everything works. Problems were encountered when I installed a source archive on Fedora 20. This Fedora was with the default Gnome desktop. Gambas was

Re: [Gambas-user] [GambasMag] Articles for Feb 2015 issue

2014-12-13 Thread Christof Thalhofer
Hi Randall, Am 30.11.2014 um 17:20 schrieb Randall Morgan: > The site was down on and off the last few days as my isp was updating > equipment. This next week the power company will be working in the area and > that may effect connectivity at some point. I'm associate in a hosting cooperative in

Re: [Gambas-user] JIT and IDE

2014-12-13 Thread Jussi Lahtinen
I will see only this: ​ Jussi On Sat, Dec 13, 2014 at 8:35 PM, Emil Lenngren wrote: > > Can you send a screenshot of how the error message looks like in the ide? > Den 13 dec 2014 19:31 skrev "Jussi Lahtinen" : > > Hi! >> Is it possible to have bit better integration with JIT and IDE? >> Now w

Re: [Gambas-user] JIT and IDE

2014-12-13 Thread Emil Lenngren
Can you send a screenshot of how the error message looks like in the ide? Den 13 dec 2014 19:31 skrev "Jussi Lahtinen" : > Hi! > Is it possible to have bit better integration with JIT and IDE? > Now when you try to run project with JIT enabled, you may not get line > number of offending code, only

[Gambas-user] JIT and IDE

2014-12-13 Thread Jussi Lahtinen
Hi! Is it possible to have bit better integration with JIT and IDE? Now when you try to run project with JIT enabled, you may not get line number of offending code, only the error message. So I have to debug the project in terminal: $ LANG=en GB_JIT=info gbx3 Which gives: mTest.DoTests.1586: #6:

Re: [Gambas-user] Issue 579 in gambas: Sqlite Conn.Exec failure with a CTE query

2014-12-13 Thread gambas
Updates: Status: Accepted Comment #2 on issue 579 by benoit.m...@gmail.com: Sqlite Conn.Exec failure with a CTE query https://code.google.com/p/gambas/issues/detail?id=579 OK, I have upgraded my system. Now I see that the CTE examples provided by the SQLite documentation work, but not