However, the scroller on the embedded HTML viewer doesn't work. Buttons inside that html viewer are active
An initial problem was that the size and location of the
embedded widget are not correct. We have to explicitly set
the size in the code (e.g. SetSize(h, 200, 300); ).
This is now done in the handler for the OBJECT
which reads the WIDTH and HEIGHT attributes..