mgr->insert( action( VISU_DISPLAY_ONLY ), -1, -1, -1 ); // display only
mgr->setRule( action( VISU_DISPLAY_ONLY ), aRule, true );
- aRule = "client='ObjectBrowser' and selcount=1 and $type in {'VISU::TTABLE' "
+ /* aRule = "client='ObjectBrowser' and selcount=1 and $type in {'VISU::TTABLE' "
+ "'VISU::TCURVE' 'VISU::TCONTAINER' 'VISU::TMESH' 'VISU::TSCALARMAP' "
+ "'VISU::TISOSURFACE' 'VISU::TDEFORMEDSHAPE' 'VISU::TCUTPLANES' "
+ "'VISU::TCUTLINES' 'VISU::TVECTORS' 'VISU::TSTREAMLINES'}";*/
+ aRule = "selcount=1 and $type in {'VISU::TTABLE' "
"'VISU::TCURVE' 'VISU::TCONTAINER' 'VISU::TMESH' 'VISU::TSCALARMAP' "
"'VISU::TISOSURFACE' 'VISU::TDEFORMEDSHAPE' 'VISU::TCUTPLANES' "
"'VISU::TCUTLINES' 'VISU::TVECTORS' 'VISU::TSTREAMLINES'}";
mgr->insert( action( VISU_CREATE_TABLE ), -1, -1, -1 ); // create table
mgr->setRule( action( VISU_CREATE_TABLE ), aRule, true );
- aRule = "client='ObjectBrowser' and selcount=1 and type='VISU::TSCALARMAP'";
+ //aRule = "client='ObjectBrowser' and selcount=1 and type='VISU::TSCALARMAP'";
+ aRule = "selcount=1 and type='VISU::TSCALARMAP'";
mgr->insert ( action( VISU_SWEEP ), -1, -1, -1 ); // sweep
mgr->setRule( action( VISU_SWEEP ), aRule, true );