QThread ? 2009/9/15 Philip Lowman <[email protected]>
> Can you post a small example of the problem? I've been using Qt with OSG > for about a month now and haven't run into anything like this. > > Have you considered using something like a QTimer to send your keep-alive > messages instead? > > > On Mon, Sep 14, 2009 at 9:40 AM, Zoe Catz <[email protected]> wrote: > >> Hi, >> >> I've written a Qt application. It's used to configure some settings which >> should be considered it my visualisation later on. In addition, this window >> update handles sending keep-alive messages via UDP in the background. >> >> The visualisation itselft should be rendered in an own window by OSG. The >> problem is, as soon as I add the osg window the qt window incl. the UDP >> packages are not updated/sent anymore. >> >> So my question is, how can I force both (qt and osg) windows to update? >> >> Thank you in advance! >> >> Cheers, >> grisu >> >> ------------------ >> Read this topic online here: >> http://forum.openscenegraph.org/viewtopic.php?p=17338#17338 >> >> >> >> >> >> _______________________________________________ >> osg-users mailing list >> [email protected] >> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org >> > > > > -- > Philip Lowman > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > > -- Maxim Gammer
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

