jackmax Posted February 2, 2013 Report Share Posted February 2, 2013 How to create new tab control in Executable program Quote Link to comment
Jordan Kuehn Posted February 2, 2013 Report Share Posted February 2, 2013 Well my answer will be as insightful as your question. Open the vi source, add tab control, build new executable. 1 Quote Link to comment
jackmax Posted February 2, 2013 Author Report Share Posted February 2, 2013 Thank you ! My question is how to dynamic create Control in Executable program! Quote Link to comment
mje Posted February 2, 2013 Report Share Posted February 2, 2013 Problem is how are you going to put the relevant controls/indicators into the page? Hmmm... I don't think you can.Subpanels. Quote Link to comment
K-node Posted February 2, 2013 Report Share Posted February 2, 2013 jackmax, AQ last year posted this: http://forums.ni.com/t5/LabVIEW/A-more-successful-experiment-in-creating-compositable-user/td-p/1276802 Look for his post with v2.3, I think that is the latest. While it does not answer creating your tab control, it does show how to mimic the creation of multiple controls on a front panel. Controls are not really created, but rather an image of the control is drawn on the front panel. At least I think that is how it works. Kurt Quote Link to comment
Olivier Jourdan Posted February 5, 2013 Report Share Posted February 5, 2013 Hello, you should perhaps give a try to XTab, this is a free solution that implement a subpannel based solution. Video demonstration : http://www.dailymotion.com/video/xksiht_xtab-pictureviewerdemo_tech Documentation here https://decibel.ni.com/content/docs/DOC-21668 Dowload here http://sine.ni.com/nips/cds/view/p/lang/fr/nid/210715 Olivier 1 Quote Link to comment
jackmax Posted March 21, 2013 Author Report Share Posted March 21, 2013 (edited) recently, i find a resolution to resolve my problemthe idea is :subpanel is a container. as other program language, c# which use container to create control in running state.so,i think use a subpanel to insert a vi which include a subpanel will resolve the problem, and the vi must be used as a reetrant vi.the program i find somewhere else. CEView Frame Prototype.zip Edited March 21, 2013 by jackmax 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.