Hi Sascha, That worked just the way I wanted it to! I did this:
m_LastSavedImageNode->SetVisibility(false,m_RenderWindow->GetRenderWindow2()->GetRenderer()); Thanks! Keshav ----- Original Message ----- From: "Sascha Zelzer" <[email protected]> To: [email protected] Sent: Wednesday, July 28, 2010 8:53:49 PM Subject: Re: [mitk-users] Select/deselect nodes in the data Hi, if I remember it correctly, this reflects the state of the "visible" property of the DataNode item. Just try to set the visible property to false before adding the DataNode to the DataStorage. Best, Sascha On 07/28/2010 03:23 PM, Keshav Chintamani wrote: > Hello MITK friends! > > When a node is added to the datamanagerview, the box next to it is > checked. Is there any way I can use the berry services to "virtually" > select/deselect nodes added to the datastorage so they appear > unchecked in the datamanager view (and are not rendered)?. > > Any help is appreciated! > > -Keshav > > > > > ------------------------------------------------------------------------------ > The Palm PDK Hot Apps Program offers developers who use the > Plug-In Development Kit to bring their C/C++ apps to Palm for a share > of $1 Million in cash or HP Products. Visit us here for more details: > http://p.sf.net/sfu/dev2dev-palm > _______________________________________________ mitk-users mailing > list [email protected] > https://lists.sourceforge.net/lists/listinfo/mitk-users > ------------------------------------------------------------------------------ The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://p.sf.net/sfu/dev2dev-palm _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users ------------------------------------------------------------------------------ The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://p.sf.net/sfu/dev2dev-palm _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
