Displaying items out of htmlviewer boundaries ? possible?

I want to build an htmlviewer subclass based on some javascript open source library. there are popups that may happen, and I find it difficult to display them they are cropped by the htmlviewer boundaries.

I already have done this on web apps, but is it possible on desktop apps to display items out of a htmlviewer boundaries ? or is it limited by xojo implementation ?

@Ricardo_Cruz @Anthony_G_Cyphers ? any hint on this ?

thanks.

I typically build dialogs in Xojo and the necessary functionality in JavaScript to implement them if the control is going to have a surface area too small to display the “popup” content. That’s the only way to accomplish what you’re asking.

1 Like