DesktopHTMLViewer Missing Events

I noticed in v2024 R2.1 that for example DocumentBegin,DocumentComplete and Document ProgressChanged are missing when you try and add and Event Handler to the object. However you can use AddHandler HTMLViewer1.DocumentBegin, addressof DocumentBegin to create the event. Seeing this on both Windows and Mac. Just wondering if this is a bug or by design.

I created a method DocumentBegain(Sender as DesktopHTMLViewer, URL as string)

image

Maybe you need to move the scrollbar up to see the events?

they are in alphabetical order (above Error)

These events are listed in documentation:
https://documentation.xojo.com/api/user_interface/desktop/desktophtmlviewer.html

LMAO wow user error did not even notice it was scrolled down. The box just opened up that way…

1 Like