iayestaran Posted February 3, 2022 Report Share Posted February 3, 2022 Hi, I have indicator that looks like this : The table is automatically filled in live depending on the results of some test that are carried out by the labview program. Depending on the values measured during the tests, each cell will get a different background color (also live). So in the end, I am getting a table whose values and colors are slightly modified. At the end of the test, another tab will automatically be displayed, showing the summary of all the tests that have been carried out. What I would like is to just make an exact copy of my table that has been automatically filled in, respecting the values and the colors of the table, in the second tab. I am looking for the best way of doing this. Any ideas? Just defining the table outside the tabs and showing/hiding it dependin on the tab is not a good option, since I have too many tabs and indicators, and they are placed in different places in each tab, so showing/hiding and moving them should be a mess. Thanks! Quote Link to comment
Antoine Chalons Posted February 3, 2022 Report Share Posted February 3, 2022 For that kind of Ui elements property management I use the QControls toolkit (homepage, download link) I've never really looked at the property browser, so I'm not sure if it could help. Quote Link to comment
iayestaran Posted February 4, 2022 Author Report Share Posted February 4, 2022 Thanks for the info @Antoine Chalons. My code is now too mature to start replacing my indicators by QControls, but anyway it is a good advice for the future. Since the only stuff I needed to copy was the value of the table and the color of the cells, I opted out doing a specific VI that does that : Anyway, if someone knows a simpler way to do it, I am here to learn Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.