[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

[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] Cairo=libcai

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

[Gambas-user] TrayIcon error

2014-09-12 Thread Jørn Erik Mørne
Hello Benoît! If I drop a TrayIcon on my FMain and set Visible = True, there's an error saying: "Unable to find system tray". [System] Gambas=3.5.90 OperatingSystem=Linux Kernel=3.15.10-1-MANJARO Architecture=x86_64 Distribution=Manjaro Linux Desktop=KDE4 Theme=QtCurve Language=nb_NO.UTF-8 Memo

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

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

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 i