LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

RecallPanelState and Strip Chart Axis Label Strings

RecallPanelState does not update a Strip Chart's axis label properties.

 

If I call SavePanelState on a panel with a Strip Chart, and the strip chart has label strings enabled, and there are value/string pairs for that axis,

when I call RecallPanelState, "EnableLabelStrings" is not updated, and the value/string pairs are not restored.

 

Between the Save and Recall, the values/strings have been cleared (because the .uir file has no value/string pairs in it).

 

I know I can regenerate the value/string pairs once the panel has loaded, but this seems like a bug.

0 Kudos
Message 1 of 2
(3,044 Views)

Axis label strings are not declared into the items SavePanelState stores: the function only archives a límited set of  panel data,  mainly aiming to saving/recalling control values. 

I understand you would like to have it included in  the list and you may want to post a product suggestion about that in the CVI Idea Exchange board,  but I would not call it a bug. 



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 2
(3,031 Views)