Imagineer Posted December 19, 2008 Report Share Posted December 19, 2008 Dear All, Am trying to make a generic configurable GUI where the configuration data is in a CSV (or any) file and the LabVIEW shall read the contents and accordingly generate a GUI. In current scenario, the CSV may have data for a single or multiple pages, so programatically how do I add or delete pages of a Tab control. Other forum Link# http://forums.ni.com/ni/board/message?boar...hread.id=375422 Thanks and Regards, Tirthankar De Quote Link to comment
Antoine Chalons Posted December 19, 2008 Report Share Posted December 19, 2008 This has been discussed here. But maybe you should try to search like this Hope this helps Quote Link to comment
bEMOL Posted May 1, 2009 Report Share Posted May 1, 2009 QUOTE (Imagineer @ Dec 18 2008, 04:23 PM) Dear All,Am trying to make a generic configurable GUI where the configuration data is in a CSV (or any) file and the LabVIEW shall read the contents and accordingly generate a GUI. In current scenario, the CSV may have data for a single or multiple pages, so programatically how do I add or delete pages of a Tab control. Other forum Link# http://forums.ni.com/ni/board/message?boar...hread.id=375422 Thanks and Regards, Tirthankar De I already read the other forum link answers... I am trying to do same thing... Could you do it? Also, It is very interesting your the code shown in the requeriments.png I wonder If you can share some example code to do it Thanks a lot Quote Link to comment
ShaunR Posted May 1, 2009 Report Share Posted May 1, 2009 QUOTE (bEMOL @ Apr 30 2009, 12:14 AM) I already read the other forum link answers... I am trying to do same thing... Could you do it? Also, It is very interesting your the code shown in the requeriments.png I wonder If you can share some example code to do it Thanks a lot If you want to programmatically add tabs to a tab control then use an active X container and browse for the Microsoft Tab Strip. This has the methods to add, delete,clear etc. http://lavag.org/old_files/monthly_04_2009/post-15232-1241110320.png' target="_blank"> 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.