SAPHIR - Toolkits Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

Xtab save config

Hi ,

Is there a way to save the config of the page that Xtab have been opened before?

eg. I have two page opened , each have its name , and also there's VI inside the page.

I want to implement a save/load function to  "remember" the page settings(including these two page's indiviual setting ,and the Xtab status on main VI) that can store and recall .

Is it possible?

thanks

0 Kudos
Message 1 of 2
(4,801 Views)

Hello Nedyoung,

IMO, saving the context is beyond the scop of the XControl. Anyway, you could include this feature in your own code easily. Just save the XTab configuration (VI oaded, page name...) at the end of the excution of your program in file. The first step of the next execution will be :

  • read the file
  • apply configuration using XTab property and invoke node

Hope this help.

Olivier


Olivier Jourdan

Wovalab founder | DQMH Consortium board member | LinkedIn |

Stop writing your LabVIEW code documentation, use Antidoc!
0 Kudos
Message 2 of 2
(3,571 Views)