Just asking if there is somebody who tried that (on any platform) or tried to embed other QT widget (as subwindow, that is probably easier as QT widget could use its own event delivery upon that window) for that matter.
I have successfully embedded Internet Explorer view window (using IWebBrowser2 interface) but I had to patch FLTK to deliver certain events/keyboard shortcuts (aka windows accelerators) directly to the Explorer widget before fltk re-sends them to windows(TranslateMessage() DispatchMessage()) as they would otherwise get "lost in translation". Now I would like to get rid of IE engine all-together... R. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

