Damn... I see, it was fixed already. Forgot to svn update.

Jussi



On Thu, Sep 27, 2012 at 10:15 PM, Jussi Lahtinen
<jussi.lahti...@gmail.com>wrote:

> OK, I got it.
> Write following text:
>
> If 1=2 The
>
> And then hit tab. --> Crash.
>
> This can be fixed by adding this to CompleteItem() sub:
>
>   If IsNull(gvwComp.Current) = True Then
>   gvwComp.MoveTo(0, 0)
>   Endif
>
> Thought, I don't know root reason for this bug, and so this may not be the
> desired fix.
>
> Jussi
>
>
>
>
>
>
> On Wed, Sep 26, 2012 at 6:56 PM, Jussi Lahtinen 
> <jussi.lahti...@gmail.com>wrote:
>
>> This happens with Gambas 3 rev 5201.
>>
>> I don't know how to reproduce it, but it has happened with autocompletion
>> when I press Tab.
>>
>> [13] Null object.
>> FCompletion.CompleteItem.730
>>
>> Any clue?
>>
>>
>> Jussi
>>
>
>
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://ad.doubleclick.net/clk;258768047;13503038;j?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to