Front panel decorations DO have references (in LV 6):
here is how to access them:
place a property node on the diagram, right click in the top part of the
node and ->Select VI Server class->VI
in the element part of the node select 'Front Panel' and you get a ref to
the VI's front panel
connect a new property node to this ref, it should automatically change to
VI Server class->Generic->GObject->Panel
in the element field of this prop node choose Decorations[], you will get
an array of refnums to the decorations
select an array element and connect a third prop node to it, it will
change to VI Server class->Generic->GObject->Decoration->Decoration
in the element field of this this prop node you can access the
decoration's properties Position, Bounds, S
ize, Color and the visibility
attribute
-Franz
Stu wrote:
> The VI server function Open VI reference returns a reference to a
> specific VI. There are a couple of flavors of how you open it. If
> the decorations that you are refering to are the title, close box etc,
> then yes you can manipulate these features, however, front panel
> decorations from the pallet do not have references.
> Stu