On 01.04.2011 11:50, Müller Michael wrote: > Hi again, > > as far as I can remember sending selectedNodes via FireNodeSelected() will > discard any previous selection. Thus, if you want to unselect nodes just > leave them out in the vector you pass to FireNodesSelected( > std::vector<mitk::DataNode*> nodes ). > > bye > Michael > > -----Ursprüngliche Nachricht-----
Hello, i implemented it, and now it works. But only *after* i clicked on a button in m plugin. That means that the event was registered correctly in the queue, but the gui does not update accordingly. Apparently QCoreApplication::processEvents(); doesn't do the trick. Is there an alternative or a better way? Regards, Thomas ------------------------------------------------------------------------------ Create and publish websites with WebMatrix Use the most popular FREE web apps or write code yourself; WebMatrix provides all the features you need to develop and publish your website. http://p.sf.net/sfu/ms-webmatrix-sf _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
