VeriStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Change pannel sequence

Solved!
Go to solution

Hi all,

 

Does it exist the capability to change the screen sequence into VS *.nivsscreen workspace?

I mean :

In traditional workspace (not in UI *.nivsprj file) I can create different screen sections (e.g. screen1,screen2,...)

I can list the result in window dialog box (see below)

 

fileA.JPG

 

 

 

 

    Now I would change the screen sequence in the dialog and swap the position of screen1 and screen2 :

fileB.JPG

  

 

 

How can I do this ? is there a file to edit I suppose, which?

 

 

Thanks

0 Kudos
Message 1 of 5
(2,646 Views)

You can change the order.

 

.nivsscreen file is written in XML format, you can see the following tag.

 

<Property Name="Screen Order">
<I32Array>
<Elem>0</Elem>
<Elem>7785</Elem>
</I32Array>
</Property>

 

Change "Elem" order.

Certified LabVIEW Developer
There are only two ways to tell somebody thanks: Kudos and Marked Solutions

GCentral
0 Kudos
Message 2 of 5
(2,613 Views)

Thanks!!!!

0 Kudos
Message 3 of 5
(2,602 Views)
Solution
Accepted by topic author zundap1970

Does it work? If it does, please make my answer "solution" : D

Certified LabVIEW Developer
There are only two ways to tell somebody thanks: Kudos and Marked Solutions

GCentral
0 Kudos
Message 4 of 5
(2,598 Views)

It works

0 Kudos
Message 5 of 5
(2,594 Views)