[Gambas-user] How to get started with WebView

Fabien Bodard gambas.fr at ...626...
Wed Jan 25 18:01:05 CET 2017


:-)...

I think it's like the gridview :
Data.value = CStr(Row) & "-" & CStr(Column)


Data is a class reference passed by reference.

    hData = New WebTableData
    Raise Data(iRow, iCol, hData)



from the sources i can see you can set :

.BackGround as integer
.foreground as integer
.Text as string for brut text
.Html for interpreted html



2017-01-25 17:54 GMT+01:00 Rolf-Werner Eilert <rwe-sse at ...3629...>:
> Am 25.01.2017 17:29, schrieb Benoît Minisini:
>> Le 25/01/2017 à 17:23, Rolf-Werner Eilert a écrit :
>>>
>>> Ah! Now it says "Type mismatch: Wanted WebTableData, got String instead"
>>>
>>> So, what is WebTableData?
>>>
>>> Rolf
>>>
>>
>> It's the datatype of the 'Data' argument of the WebTable 'Data' event
>> handler.
>>
>
> Yes, but what is expected by it? How is it defined? The online help
> isn't there yet ;)
>
> I thought "put in a string, what else?" But obviously, WebTableData is
> something else...
>
> Regards
> Rolf
>
>
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user



-- 
Fabien Bodard




More information about the User mailing list