Position SmartMessageBox

I would like to detect the position (x, y) in the form that is one TAdvSmartMessageBox to be able to show a popup with the option to open the link or hide the message. Is it possible?

The coordinates of the message window are currently unfortunately not exposed.

We've added a public method for this:

Message.GetXYPosition: TPoint; that will return either -1,-1 when the message is not visible or the coordinate where it is displayed.

This will become available in the next update.

Thanks