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

2014-09-12 Thread Christof Thalhofer
Hi Tobi, Am 12.09.2014 um 00:34 schrieb Tobias Boege: By a look at create_table.sql I see you have not so much sense of databases ;-) This is not my code. I'm just forwarding a bug report to the list. Ok :) Sorry for that ... could be eventually dangerous. You should define the columns

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

2014-09-12 Thread Tobias Boege
On Fri, 12 Sep 2014, Christof Thalhofer wrote: This piece of code there I recognise. It's from the PictureDatabase example delivered with Gambas. So you suggest keeping table creation somewhere else? Yes, the function establishes one time the connection to db and this functionality is

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

2014-09-12 Thread Tobias Boege
On Fri, 12 Sep 2014, Beno?t Minisini wrote: Le 12/09/2014 00:45, Beno?t Minisini a ?crit : 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

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

2014-09-12 Thread Christof Thalhofer
Hi, Am 12.09.2014 um 10:52 schrieb Tobias Boege: Grmbl. If you have time, of course! Or do what you want. It was just a quick idea. :-) Had a nice afternoon updating some machines / waiting for the next question / programming your thing. Have you tested that? Do you have a patch for the

[Gambas-user] CTRL+A (select all) bug

2014-09-12 Thread Willy Raets
Hi, Select all, using CTRL+A in IDE results in the last line NOT being selected. Selection ends at the beginning of the last line. How to reproduce: Make sure that in the code editor (or on a text file contained in the project data folder) the last line is NOT an empty line. Do CTRL+A and see

[Gambas-user] Textbox bug

2014-09-12 Thread Shane
All of a sudden i can't type text in textboxs anymore i can delete but thats it? shane. [System] Gambas=3.5.90 OperatingSystem=Linux Kernel=3.11.0-26-generic Architecture=x86_64 Distribution=Linux Mint 16 Petra Desktop=GNOME Theme=QGtk Language=en_AU.UTF-8 Memory=3807M [Libraries]

[Gambas-user] Graph classes

2014-09-12 Thread Tobias Boege
Hi list, with #6468, it is finally possible to use Graphs from gb.data. You have a base Graph class from which all implementations inherit. It also acts like a driver/dispatcher for implementation functions. (Little) more on that below. GraphMatrix is a concrete graph implementation in gb.data