LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

SavePanelState speichert nicht die Daten auf einem TAB ?

How can I save and reload data on a User Interface with some TAB containing some variables. SavePanelState does not save these values.
0 Kudos
Message 1 of 3
(3,287 Views)
Just a guess (I never tried it): since tab panels are really child panels of the panel the tab control is on, it is possible that you need to separately save the state of each of the tab pages that are loaded in the tab control.


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 3
(3,283 Views)
Roberto is correct and this definitely works in CVI 8.5. It appears as though for some reason the tab label text names do no get saved. This is inconvenient to say the least. I have been unable to find even a hint of documentation from NI describing the save/recall panel state functionality in any detail. Saving and recalling tables is also an adventure in reverse engineering.
0 Kudos
Message 3 of 3
(3,223 Views)