[Gambas-user] How to get started with WebView

Benoît Minisini gambas at ...1...
Wed Jan 25 16:24:53 CET 2017


Le 25/01/2017 à 16:19, Rolf-Werner Eilert a écrit :
>
> Thank you very much, that makes it much clearer. Now I have a Button1
> and a WebTable1
>
> Public Sub WebButton1_Click()
>
>    WebLabel1.Text = "Button geklickt"
>
>    WebTable1.AddColumn("Spalte 1")
>    WebTable1.AddColumn("Spalte 2")
>    WebTable1.Count = 5
>
> End
>
>
> Public Sub WebTable1_Data(Row As Integer, Column As Integer, Data As
> WebTableData)
>
>    Data = CStr(Row) & "-" & CStr(Column)
>
> End
>
> But it says "circular reference detected", and nothing appears in the
> tableview. What is wrong?
>
> Rolf
>

No idea, send your project!

-- 
Benoît Minisini




More information about the User mailing list