Re: [Gambas-user] Gambas 3.4.2 hanging on startup (Ubuntu 12.10 with Cinnamon desktop)

2013-07-28 Thread Cam Era
Benoît, thanks for zeroing in on this issue. I'll check the situation out and report back if I can find any generic fix that can help others. -- Con On Mon, Jul 29, 2013 at 12:15 PM, Benoît Minisini < gam...@users.sourceforge.net> wrote: > Le 29/07/2013 03:59, Cam Era a écrit : > > On Mon, Jul

Re: [Gambas-user] Gambas 3.4.2 hanging on startup (Ubuntu 12.10 with Cinnamon desktop)

2013-07-28 Thread Benoît Minisini
Le 29/07/2013 03:59, Cam Era a écrit : > On Mon, Jul 29, 2013 at 11:43 AM, Benoît Minisini < > gam...@users.sourceforge.net> wrote: > >> Le 29/07/2013 03:21, Cam Era a écrit : >>> >> >> You must get Gambas sources, or better compile and install Gambas from >> sources, so that you can have debugging

Re: [Gambas-user] Gambas 3.4.2 hanging on startup (Ubuntu 12.10 with Cinnamon desktop)

2013-07-28 Thread Cam Era
On Mon, Jul 29, 2013 at 11:43 AM, Benoît Minisini < gam...@users.sourceforge.net> wrote: > Le 29/07/2013 03:21, Cam Era a écrit : > > > > You must get Gambas sources, or better compile and install Gambas from > sources, so that you can have debugging information. > > That may be useful to find whe

Re: [Gambas-user] Gambas 3.4.2 hanging on startup (Ubuntu 12.10 with Cinnamon desktop)

2013-07-28 Thread Cam Era
Benoît, I've done some more research on the debugging steps you've provided below, and have found pointers on how to get this working. Will try and do so now and report back -- Con On Mon, Jul 29, 2013 at 11:21 AM, Cam Era wrote: > Benoît, > > thank you for the speedy response. > > Do I need

Re: [Gambas-user] Gambas 3.4.2 hanging on startup (Ubuntu 12.10 with Cinnamon desktop)

2013-07-28 Thread Benoît Minisini
Le 29/07/2013 03:21, Cam Era a écrit : > Benoît, > > thank you for the speedy response. > > Do I need to install a separate Gambas IDE source package to gain access to > the project file you indicated? > > I've performed a search, but cannot find any path which leads me to an IDE > project director

Re: [Gambas-user] Gambas 3.4.2 hanging on startup (Ubuntu 12.10 with Cinnamon desktop)

2013-07-28 Thread Cam Era
Benoît, thank you for the speedy response. Do I need to install a separate Gambas IDE source package to gain access to the project file you indicated? I've performed a search, but cannot find any path which leads me to an IDE project directory. In /usr/share/gambas3, i have the following: drwx

Re: [Gambas-user] Gambas 3.4.2 hanging on startup (Ubuntu 12.10 with Cinnamon desktop)

2013-07-28 Thread Cam Era
As a follow-up on this email, I have tested the following desktop environments (Unity, Gnome Classic), on the same version of Ubuntu (12.10) and all exhibit the same problem of Gambas hanging while loading, at exactly the same system call. This doesn't seem to therefore be a problem with the deskto

Re: [Gambas-user] Gambas 3.4.2 hanging on startup (Ubuntu 12.10 with Cinnamon desktop)

2013-07-28 Thread Benoît Minisini
Le 29/07/2013 02:40, Cam Era a écrit : > Greetings all > > I am trying to run the latest Gambas (3.4.2) on Ubuntu 12.10 (x86) system > running the Cinnamon desktop. > > I find that the application hangs part way through loading. > > I've run it perhaps 30 times, and only once or twice has it actual

Re: [Gambas-user] How do I edit a DataView control

2013-07-28 Thread Benoît Minisini
Le 29/07/2013 02:37, Marty a écrit : > Hello All, > > I have a dataview control that is contained in a datasource. The > datasource table property is set to a SQL command tat gets the data. I > can see the data in the dataview and return the index of the selected row. > > From the documentation o

[Gambas-user] Gambas 3.4.2 hanging on startup (Ubuntu 12.10 with Cinnamon desktop)

2013-07-28 Thread Cam Era
Greetings all I am trying to run the latest Gambas (3.4.2) on Ubuntu 12.10 (x86) system running the Cinnamon desktop. I find that the application hangs part way through loading. I've run it perhaps 30 times, and only once or twice has it actually loaded to completion. Therefore, I know it can wo

[Gambas-user] How do I edit a DataView control

2013-07-28 Thread Marty
Hello All, I have a dataview control that is contained in a datasource. The datasource table property is set to a SQL command tat gets the data. I can see the data in the dataview and return the index of the selected row. From the documentation on the net it appears as though the individual c

[Gambas-user] Scrolltext

2013-07-28 Thread Jack
Hello ! here you can find a little scrolltext writen in Gambas3. http://www.gambasforge.org/code-80-scrolltext.html Enjoy ! Jack -- See everything from the browser to the database with AppDynamics Get end-to-end visib

[Gambas-user] Backwards compatibility: anyone using gb.data's List class?

2013-07-28 Thread Tobias Boege
Hi fellows, I want to commit some changes to the List class interface before the Wacken Open Air (31st Jul - 3rd Aug) and this would break backwards compatibility. Basically, I want to expose the List.Current element as a virtual object because it will get some methods and properties. I have act