Quote Originally Posted by matthewd View Post
I just ran into this same problem on 15.0, only with trying to put a Adobe Acrobat ActiveX control on a ToolPanel. Any chance the change you made in 16.0 for the dbmodalpanel will also fix this for the ToolPanel?
Yes, the change applies equally to dbModalPanel and ToolPanel. Actually, the change was made to the desktop class object. So basically, normally the message delegates to the main window, but if outside the main window, it delegates to the desktop which now has its own implementation of the message. Obviously, the desktop method is not the same, in particular it doesn't provide access to the frame window for the control (which usually is not a problem).