Nested HTML

This is an example of displaying an HTML document with an embedded object/component which is itself displaying an HTML document.

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


Duncan Temple Lang <duncan@wald.ucdavis.edu>
Last modified: Tue Sep 5 13:29:18 PDT 2006