Bug Posted July 14, 2009 Report Share Posted July 14, 2009 Dear LabVIEW Architects, Please help me with my situation. I want to programmitically generate a Control on the front panel. How can I do tihs? Regards, bUg Quote Link to comment
Antoine Chalons Posted July 14, 2009 Report Share Posted July 14, 2009 Dear LabVIEW Architects, Please help me with my situation. I want to programmitically generate a Control on the front panel. How can I do tihs? Regards, bUg You can only do that at edit time (not at runtime) and if the VI on which you want to create a control is not running, use scripting for this, see here. Another solution that can be a workaround at runtime is to hide/show your control, that means you have to create all your controls at edit time though.. To hide/show a control, right clic on it, select "create >> property node >> visible" and link either true or false. Hope this helps Quote Link to comment
Tushar Jambhekar Posted September 28, 2009 Report Share Posted September 28, 2009 Dear LabVIEW Architects, Please help me with my situation. I want to programmitically generate a Control on the front panel. How can I do tihs? Regards, bUg see this http://forums.ni.com/ni/board/message?board.id=170&thread.id=443761&view=by_date_ascending&page=1 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.