Re: [Gambas-user] IDE crash

2015-06-19 Thread Benoît Minisini
Le 19/06/2015 09:00, Benoît Minisini a écrit : > Le 19/06/2015 03:17, adamn...@gmail.com a écrit : >> >> >> This seems easy to reproduce here, just by clicking on the clear >> button in the console tab while paused in debug mode. >> ( r7136) >> >> hth >> bruce >> > > Yes, got it! Apparently you nee

Re: [Gambas-user] IDE crash

2015-06-19 Thread Benoît Minisini
Le 19/06/2015 03:17, adamn...@gmail.com a écrit : > > > This seems easy to reproduce here, just by clicking on the clear button in > the console tab while paused in debug mode. > ( r7136) > > hth > bruce > Yes, got it! Apparently you need to have only one line of text without newline character..

Re: [Gambas-user] IDE crash

2015-06-18 Thread adamn...@gmail.com
On Thu, 18 Jun 2015 20:27:37 +0200 Charlie Reinl wrote: > Am Donnerstag, den 18.06.2015, 17:10 +0200 schrieb Benoît Minisini: > > Le 18/06/2015 16:56, Charlie Reinl a écrit : > > > Salut Benoît, > > > > > > the IDE crash sometimes now > > > See attachment > > > > > > [System] > > > Gambas=3.7.90

Re: [Gambas-user] IDE crash

2015-06-18 Thread Benoît Minisini
Le 18/06/2015 20:27, Charlie Reinl a écrit : > > Salut Benoît, > > here it is, one: > TextEditor.LinePos.1008: #21: Out of bounds > TextEditor.Clear.320 FOutput.Clear.45 Design.ClearOutput.1091 > Design.Start.774 Design.Run.653 Project.Run.2609 > FMain.Action_Activate.1360 >Action.Raise.204

Re: [Gambas-user] IDE crash

2015-06-18 Thread Charlie Reinl
Am Donnerstag, den 18.06.2015, 17:10 +0200 schrieb Benoît Minisini: > Le 18/06/2015 16:56, Charlie Reinl a écrit : > > Salut Benoît, > > > > the IDE crash sometimes now > > See attachment > > > > [System] > > Gambas=3.7.90 rev.7139 > > OperatingSystem=Linux > > Kernel=3.2.0-86-generic

Re: [Gambas-user] IDE crash

2015-06-18 Thread Benoît Minisini
Le 18/06/2015 16:56, Charlie Reinl a écrit : > Salut Benoît, > > the IDE crash sometimes now > See attachment > > [System] > Gambas=3.7.90 rev.7139 > OperatingSystem=Linux > Kernel=3.2.0-86-generic > Architecture=x86 > Distribution=Ubuntu 12.04.5 LTS > Desktop=GNOME > Theme=Plastique > Lang

[Gambas-user] IDE crash

2015-06-18 Thread Charlie Reinl
Salut Benoît, the IDE crash sometimes now See attachment [System] Gambas=3.7.90 rev.7139 OperatingSystem=Linux Kernel=3.2.0-86-generic Architecture=x86 Distribution=Ubuntu 12.04.5 LTS Desktop=GNOME Theme=Plastique Language=de_DE.UTF-8 Memory=3025M [Libraries] Cairo=libcairo.so.2.11000.

Re: [Gambas-user] IDE crash and other Issues (gb.settings and icon stock)

2015-01-21 Thread Jorge Carrión
Thanks Benoit. Regards 2015-01-21 22:22 GMT+01:00 Benoît Minisini : > Le 21/01/2015 12:14, Jorge Carrión a écrit : > > When you want inspect a connection properties on run time, sometimes IDE > > rises a signal 11 error and abort the proyect, sometimes IDE Crashes > > directly. > > > > It's fixe

Re: [Gambas-user] IDE crash and other Issues (gb.settings and icon stock)

2015-01-21 Thread Benoît Minisini
Le 21/01/2015 12:14, Jorge Carrión a écrit : > When you want inspect a connection properties on run time, sometimes IDE > rises a signal 11 error and abort the proyect, sometimes IDE Crashes > directly. > It's fixed in revision #6850. Regards, -- Benoît Minisini ---

Re: [Gambas-user] IDE crash and other Issues (gb.settings and icon stock)

2015-01-21 Thread Charlie Reinl
Am Mittwoch, den 21.01.2015, 13:06 -0600 schrieb Lewis Balentine: > A valid point ... > > On 01/21/2015 12:41 PM, Jorge Carrión wrote: > > It's true... but IDE should not crash... I think. > > > > Regards > > Salut, I'v got the attached Messagebox, but not a crash. [System] Gambas=3.6.90 rev

Re: [Gambas-user] IDE crash and other Issues (gb.settings and icon stock)

2015-01-21 Thread Lewis Balentine
A valid point ... On 01/21/2015 12:41 PM, Jorge Carrión wrote: > It's true... but IDE should not crash... I think. > > Regards > > -- New Year. New Location. New Benefits. New Data Center in Ashburn, VA. GigeNET is offer

Re: [Gambas-user] IDE crash and other Issues (gb.settings and icon stock)

2015-01-21 Thread Jorge Carrión
It's true... but IDE should not crash... I think. Regards 2015-01-21 18:58 GMT+01:00 Lewis Balentine : > I believe that you need to define the connection host (path to Sqlite DB > file). > hconn.host = Application.Path > > Otherwise I get the same results. > > Lewis > > > >

Re: [Gambas-user] IDE crash and other Issues (gb.settings and icon stock)

2015-01-21 Thread Lewis Balentine
I believe that you need to define the connection host (path to Sqlite DB file). hconn.host = Application.Path Otherwise I get the same results. Lewis -- New Year. New Location. New Benefits. New Data Center in Ash

[Gambas-user] IDE crash and other Issues (gb.settings and icon stock)

2015-01-21 Thread Jorge Carrión
When you want inspect a connection properties on run time, sometimes IDE rises a signal 11 error and abort the proyect, sometimes IDE Crashes directly. I hadn't be able to isolate the problem so I didn't report it until now. This morning I've suffered some issues I don't undestand. I've tried to

Re: [Gambas-user] IDE crash on autocomplete

2014-07-18 Thread B Bruen
On Sat, 19 Jul 2014 02:12:16 +0200 Benoît Minisini wrote: > Le 19/07/2014 00:59, B Bruen a écrit : > > I keep getting an IDE crash when typing Colo (see attached pic). > > Clues: I have a class, Color, within this project. Its' purpose is to > > override the native gb.qt4 Color class (so I can't

Re: [Gambas-user] IDE crash on autocomplete

2014-07-18 Thread Benoît Minisini
Le 19/07/2014 00:59, B Bruen a écrit : > I keep getting an IDE crash when typing Colo (see attached pic). > Clues: I have a class, Color, within this project. Its' purpose is to > override the native gb.qt4 Color class (so I can't rename it). > > Any clues? > > tia > Bruce > I need the stack back

Re: [Gambas-user] IDE crash

2014-06-22 Thread B Bruen
On Wed, 18 Jun 2014 16:27:49 +0200 Benoît Minisini wrote: > Le 18/06/2014 05:52, B Bruen a écrit : > > OK, I'm pretty sure this only happens if a tab is detached. > > I've been sliding tabs around for up to 30 open files and it doesn't happen > > unless one of them is detached. > > Again, it see

Re: [Gambas-user] IDE crash

2014-06-18 Thread Benoît Minisini
Le 18/06/2014 05:52, B Bruen a écrit : > OK, I'm pretty sure this only happens if a tab is detached. > I've been sliding tabs around for up to 30 open files and it doesn't happen > unless one of them is detached. > Again, it seems to only happen if the detached tab is graphical. ??? > > This shou

Re: [Gambas-user] IDE crash

2014-06-17 Thread B Bruen
OK, I'm pretty sure this only happens if a tab is detached. I've been sliding tabs around for up to 30 open files and it doesn't happen unless one of them is detached. Again, it seems to only happen if the detached tab is graphical. ??? b On Wed, 18 Jun 2014 12:20:16 +0930 B Bruen wrote: > Go

Re: [Gambas-user] IDE crash

2014-06-17 Thread B Bruen
Got one: This application has raised an unexpected error and must abort. [3] Stack overflow _TabPanelButton.UpdateLayout.205 b On Wed, 18 Jun 2014 12:14:59 +0930 B Bruen wrote: > Obscure, but annoying. > > Maybe LXDE only. > > Open a project, open a few files. > Detach a tab and move it to a

[Gambas-user] IDE crash

2014-06-17 Thread B Bruen
Obscure, but annoying. Maybe LXDE only. Open a project, open a few files. Detach a tab and move it to another v-desktop. Then slide the remaining IDE tabs around. Occassionally, I get: * a silent IDE crash * a stack overflow (have not managed to catch a screenshot yet * a "grabber" mouse pointe

Re: [Gambas-user] IDE crash when undoing creation of a control in selection

2013-05-27 Thread Tobias Boege
On Mon, 27 May 2013, Beno?t Minisini wrote: > Le 26/05/2013 14:37, Tobias Boege a ?crit : > > On Sun, 26 May 2013, Beno?t Minisini wrote: > >> Le 26/05/2013 10:51, Tobias Boege a ?crit : > >>> Hi Benoit, > >>> > >>> maybe I hit the send button too early with the last mail. I got a way to > >>> repr

Re: [Gambas-user] IDE crash when undoing creation of a control in selection

2013-05-27 Thread Benoît Minisini
Le 26/05/2013 14:37, Tobias Boege a écrit : > On Sun, 26 May 2013, Beno?t Minisini wrote: >> Le 26/05/2013 10:51, Tobias Boege a ?crit : >>> Hi Benoit, >>> >>> maybe I hit the send button too early with the last mail. I got a way to >>> reproduce the IDE crash I was talking about: >>> >>> 1. Create

Re: [Gambas-user] IDE crash when undoing creation of a control in selection

2013-05-26 Thread Benoît Minisini
Le 26/05/2013 10:51, Tobias Boege a écrit : > Hi Benoit, > > maybe I hit the send button too early with the last mail. I got a way to > reproduce the IDE crash I was talking about: > > 1. Create two Buttons on a form; > 2. Select both; > 3. Ctrl+Z to undo creation of the 2nd Button. > It should be

Re: [Gambas-user] IDE crash Gambas 3 rev 3850

2011-05-18 Thread Benoît Minisini
> Hi! > Way to reproduce the problem: > 1. Open any project and open some class to edit code. > 2. Open dropdown menu which is for to choose sub/function/etc (don't > actually choose anything). > 3. Type in any letter. > > You will get "Bad row index. FProcedureList.FindProcedure.121". > Row index

[Gambas-user] IDE crash Gambas 3 rev 3850

2011-05-18 Thread Jussi Lahtinen
Hi! Way to reproduce the problem: 1. Open any project and open some class to edit code. 2. Open dropdown menu which is for to choose sub/function/etc (don't actually choose anything). 3. Type in any letter. You will get "Bad row index. FProcedureList.FindProcedure.121". Row index is -1. So, maybe

Re: [Gambas-user] IDE crash with browse

2010-11-07 Thread Jussi Lahtinen
If column is already set to 2 (Col.), you can just use arrow keys (up/down) to browse results. Otherwise you must first select column by clicking with mouse. And if you select column 3 (Text), then column 0 (File) is not visible while browsing. Also selecting column 1 (Line), cause browsing stuck i

Re: [Gambas-user] IDE crash with browse

2010-11-07 Thread Benoît Minisini
> gvwFind.Column = 2 would be more convenient as search string can be found > multiple times from same line. > > Jussi > > On Fri, Oct 15, 2010 at 18:01, Jussi Lahtinen wrote: > > Hi! > > Way to reproduce the problem: > > 1. Open search window > > 2. type some word for search > > 3. click brows

Re: [Gambas-user] IDE crash with browse

2010-10-15 Thread Jussi Lahtinen
gvwFind.Column = 2 would be more convenient as search string can be found multiple times from same line. Jussi On Fri, Oct 15, 2010 at 18:01, Jussi Lahtinen wrote: > Hi! > Way to reproduce the problem: > 1. Open search window > 2. type some word for search > 3. click browse > 4. press arrow ke

[Gambas-user] IDE crash with browse

2010-10-15 Thread Jussi Lahtinen
Hi! Way to reproduce the problem: 1. Open search window 2. type some word for search 3. click browse 4. press arrow key to right or left Reason: If gvwFind is not in focus, it has no current row, ie gvwFind.Row = -1. Crash when; hFind = $aBrowse[gvwFind.Row] @ Public Sub gvwFind_Select() Suggesti