On Tue, 18 Sep 2001, Marcus Gruendler wrote: > _widget = new QXEmbed( parentWidget ); > if ( _widget ) { > Window w = findWindow(qt_xdisplay(),qt_xrootwin(),"emacs_kdevelop_embed"); > _widget->embed( (WId)w ); This will probably resize the embedded window to 0x0, because the parent window is not mapped yet. What happens when you resize the application window? Bernd. - to unsubscribe from this list send an email to kdevelop-devel-request@kdevelop.org with the following body: unsubscribe »your-email-address«