phuzionz Posted December 19, 2007 Report Posted December 19, 2007 Dear Labviewusers, Is it possible to programmaticaly assign a name to a case structure. For example: Ik want to add a case with the name of an input string value. Maybe it's only possible in an event structure? Can somebody explain that? Thanks, Jeroen Quote
Aitor Solar Posted December 19, 2007 Report Posted December 19, 2007 QUOTE(phuzionz @ Dec 18 2007, 09:54 AM) Quote Is it possible to programmaticaly assign a name to a case structure.For example: Ik want to add a case with the name of an input string value. Do you mean this? http://lavag.org/old_files/monthly_12_2007/post-1450-1197971757.jpg' target="_blank"> EDIT: Oh, programmatically. That would be scripting, try the "Add Frame" method and the "Frame Names" property for CaseStructure class. Saludos, Aitor Quote
phuzionz Posted December 19, 2007 Author Report Posted December 19, 2007 QUOTE(Aitor Solar @ Dec 18 2007, 10:56 AM) Quote Do you mean this? http://lavag.org/old_files/monthly_12_2007/post-1450-1197971757.jpg' target="_blank"> EDIT: Oh, programmatically. That would be scripting, try the "Add Frame" method and the "Frame Names" property for CaseStructure class. Saludos, Aitor Are you sure that the Casestructure class exist? When i search for this in the Class specifier constant, i don't find it. Quote
Yair Posted December 19, 2007 Report Posted December 19, 2007 QUOTE(phuzionz @ Dec 18 2007, 03:53 PM) Quote Are you sure that the Casestructure class exist? To access it, you have to use http://forums.lavag.org/LabVIEW-VI-Scripting-f29.html' target="_blank">VI scripting. You probably don't need to use it, however. If you tell us what it is you actually want to accomplish we can probably offer a more appropriate solution. Quote
Yair Posted December 19, 2007 Report Posted December 19, 2007 QUOTE(phuzionz @ Dec 18 2007, 03:53 PM) Quote Are you sure that the Casestructure class exist? To access it, you have to use http://forums.lavag.org/LabVIEW-VI-Scripting-f29.html' target="_blank">VI scripting. You probably don't need to use it, however. If you tell us what it is you actually want to accomplish we can probably offer a more appropriate solution. Quote
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.