From kdevelop-devel Wed Sep 19 16:46:36 2001 From: Bernd Gehrmann Date: Wed, 19 Sep 2001 16:46:36 +0000 To: kdevelop-devel Subject: Re: emacs part and QXEmbed X-MARC-Message: https://marc.info/?l=kdevelop-devel&m=100091827829993 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«