[Gambas-user] Issue 558 in gambas: Gambas is missing a Radio Menu Item

2014-09-11 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 558 by pata.kar...@gmail.com: Gambas is missing a Radio Menu Item https://code.google.com/p/gambas/issues/detail?id=558 1) Gambas is missing a Radio Menu Item. It's a

[Gambas-user] gb.db.form: Program hangs after erasing content in a DataControl and clicking into a DataBrowser

2014-09-11 Thread Tobias Boege
Hi, attached is a project which shows odd behaviour. At first glance, the source code seems OK to me, so it might be a bug. It needs: - MySQL running, a user named test without password but with the ability to create a database.table Kontakte.kontakte. To reproduce: - (If you start the

Re: [Gambas-user] gb.db.form: Program hangs after erasing content in a DataControl and clicking into a DataBrowser

2014-09-11 Thread T Lee Davidson
I get the same behavior: application hangs (with mysqld taking about 20-40% of CPU and gbx3 taking about 7-16%). Upon relaunch of the app, the db table does indeed appear to have been updated. On 09/11/2014 01:57 PM, Tobias Boege wrote: Hi, attached is a project which shows odd behaviour.

Re: [Gambas-user] gb.db.form: Program hangs after erasing content in a DataControl and clicking into a DataBrowser

2014-09-11 Thread Tobias Boege
On Thu, 11 Sep 2014, T Lee Davidson wrote: I get the same behavior: application hangs (with mysqld taking about 20-40% of CPU and gbx3 taking about 7-16%). Upon relaunch of the app, the db table does indeed appear to have been updated. Right. -- There's an old saying: Don't change

[Gambas-user] error on gb.report.clear

2014-09-11 Thread Johny Provoost
Does anyone knows why I get an error [unknown symbol '_Free' in class 'Reportsection'] when i use .clear (ex. labels.clear) in a report? Everything else in the report works, the only thing is that I must close the program before print a new report, otherwise I get the same text in the report

Re: [Gambas-user] gb.db.form: Program hangs after erasing content in a DataControl and clicking into a DataBrowser

2014-09-11 Thread Christof Thalhofer
Hi Tobi, Am 11.09.2014 um 19:57 schrieb Tobias Boege: attached is a project which shows odd behaviour. At first glance, the source code seems OK to me, so it might be a bug. It needs: - MySQL running, a user named test without password but with the ability to create a database.table

Re: [Gambas-user] gb.db.form: Program hangs after erasing content in a DataControl and clicking into a DataBrowser

2014-09-11 Thread Christof Thalhofer
Hi Tobi, I wrote: Use one connection which you create in a module (not class) Now I saw, you use a module. That's ok. But I am quite sure you create a deadlock. But I'm too tired to test it now. https://de.wikipedia.org/wiki/Deadlock_%28Informatik%29 Alles Gute Christof Thalhofer --

Re: [Gambas-user] gb.db.form: Program hangs after erasing content in a DataControl and clicking into a DataBrowser

2014-09-11 Thread Tobias Boege
On Fri, 12 Sep 2014, Christof Thalhofer wrote: Hi Tobi, Am 11.09.2014 um 19:57 schrieb Tobias Boege: attached is a project which shows odd behaviour. At first glance, the source code seems OK to me, so it might be a bug. It needs: - MySQL running, a user named test without

Re: [Gambas-user] gb.db.form: Program hangs after erasing content in a DataControl and clicking into a DataBrowser

2014-09-11 Thread Benoît Minisini
Le 11/09/2014 19:57, Tobias Boege a écrit : Hi, attached is a project which shows odd behaviour. At first glance, the source code seems OK to me, so it might be a bug. It needs: - MySQL running, a user named test without password but with the ability to create a database.table