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

ron ronstk at ...239...
Thu Feb 26 09:14:01 CET 2004


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

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.
------------------------
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
----------------------


Ron





More information about the User mailing list