[Gambas-user] Bugs: Help Browser + GDM + Net

Benoit Minisini gambas at ...1...
Thu Feb 26 17:34:58 CET 2004


On Thursday 26 February 2004 09:14, ron wrote:
> Help Browser
> Type in the searchbox the word kilo and press enter.
> Of course not found. Click in the box below the search and get popup
>
> [6] Type mismatch: wanted integr, got Null instead.
> At: FExplorer.IsSearch_Click.621
>
> PUBLIC SUB lstSearch_Click()
> IF Val(lstSearch.Key) THEN
>   GotoLink(File.Dir($sHome) &/ $aSearch[Val(lstSearch.Key)])
> ENDIF
> END
> fixes this

Thanks. Actually, it is a bug in the ListView control that raises the Click 
event when there is no item clicked!

>
> Click on OK and Gambas exit total.
> -------------------------
> GDM
> Open the tree
> In the tree right-click on a database icon and select Refresh in context
> menu A blue bar or dotted at the moment of clicking.
>
> [13] Null Object
> At: FMain.RefreshTable.222
> Click on OK and GambasDM exit .
> I can't figure it out how to solve this now.

I couldn't reproduce it. Could you give me more details ?

> ------------------------
> SerialPort example: F.class
> PUBLIC SUB Button2_Click()
>
>   IF Sport.Status=NetCode.Inactive THEN  '<------ must be Net.Inactive
>     Message ("Open port first!")
>   ELSE
>     WRITE #Sport,TxtSend.Text & Chr(13) & Chr(10)
>   END IF
>
> END

OK. Fixed.

--
Benoit Minisini
mailto:gambas at ...1...




More information about the User mailing list