SALOME_ListIO aList;
SalomeApp_SelectionMgr* mgr = GetSelectionMgr(this);
- mgr->selectedObjects(aList);
+ mgr->selectedObjects(aList,QString::null,false);
int i = 0, nbSelected = aList.Extent();
if (nbSelected < 1) return;
else if ( p == "nbTimeStamps" ) val = QtxValue( nbTimeStamps( ind ) );
else if ( p == "nbChildren" ) val = QtxValue( nbChildren( ind ) );
else if ( p == "nbNamedChildren") val = QtxValue( nbNamedChildren( ind ) );
- else if ( p == "isVisible" ) val = QtxValue( isVisible( ind ) );
+// else if ( p == "isVisible" ) val = QtxValue( isVisible( ind ) );
else if ( p == "isShrunk" ) val = QtxValue( isShrunk( ind ) );
else if ( p == "hasActor" ) val = QtxValue( hasActor( ind ) );
}