Skip to content

Remoting: pvx files support coverable attribute

Supports specifying that pvserver windows should be coverable by other windows in a pvx file. Requires this VTK change supporting it for X windows.

The Coverable attribute should be placed within the Machine definition, eg:

<?xml version="1.0" ?>
<pvx>
  <Process Type="server">
    <Machine Name="mach1"
      Environment="DISPLAY=:0"
      ShowBorders="0"
      Coverable="1"
      LowerLeft=" -0.5588      -0.3048  -0.0762"
      LowerRight="-0.186266667 -0.3048  -0.0762"
      UpperRight="-0.186266667 -0.0     -0.0762"
    />
  </Process>
</pvx>
Edited by Scott Wittenburg

Merge request reports

Loading