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