[Gambas-user] No way to display HTML in Gambas 3.15?

Bruce Steers bsteers4 at gmail.com
Tue Jan 23 19:06:37 CET 2024


>> But back on topic..
>> using the depreciated webkit controls should still work just fine for you
>> if you install them from the repository.
>>
>> Respects
>> BruceS
>>
>
> I just tried something that worked okay Dimitry, could could maybe try it..
>
> I have repository gambas 3.15 installed on deb bullseye
>
> i downloaded latest stable gambas source code and compiled ONLY the
> gb.form.htmlview component
> i typed the following...
> cd ~
> git clone --depth=1 --branch=stable https://gitlab.com/gambas/gambas.git
> gambas-source
> cd gambas-source/gb.form.htmlview
> ./reconf
> ./configure -C
> make -j$(nproc)
> sudo make install
>
> this successfully compiled and installed ONLY the latest gb.form.htmlview
> component into my existing 3.15 and htmlview now works fine.
> :)
>
> Respects
> BruceS
>

Oops, sorry , it seemed to be okay but further development shows there is a
problem with HtmlViewDocument.class not creating $hDoc

So forget all that :-\
BruceS
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20240123/f184a5e8/attachment.htm>


More information about the User mailing list