Hi,
I just checked out the latest DIALOG2 code, compiled it on my good old Mac OSX 10.4.11 ppc.
If I invoke an HTML tooltip the webview is correct but it will be placed at position (0,0) bottom left. The frame size fits.
I tried to figure out why, but I didn't see it.
Is this reproducible?
Here a tiny test command:
Type
"$DIALOG" tooltip -f html <<< 'Hello <b>World</b>'
and press CTRL+R
--Hans