06-15-2012 01:14 PM
Controls appearing on the diagram is a bug and not a supported feature. I very much recommend that you do not build VIs with them and report any ways you find to create them so that we can fix the editor.
06-15-2012 02:32 PM
@Christina R wrote:
Controls appearing on the diagram is a bug and not a supported feature. I very much recommend that you do not build VIs with them and report any ways you find to create them so that we can fix the editor.
Awww Christina. Now you went and spoiled all their fun...
06-15-2012 02:46 PM - edited 06-15-2012 02:50 PM
06-15-2012 05:01 PM
Lil' nugget to extract enum text:
06-18-2012 06:24 AM
@JonN wrote:
Lil' nugget to extract enum text:
You can also use Scan from string to convert text to Enum, quite useful. 🙂 /Y
06-18-2012 05:09 PM
It's kind of complicated, so the easiest thing to do is just copy the one I posted, then change the boolean text to what you want.
If you really want to create one from scratch, here's how:
06-18-2012 05:19 PM
The editor won't let you do it. It takes scritpting. I discovered this while checking the error handling in a utility I was working on. I had it do something I was sure would throw an error, namely, put a constant on the FP; but instead of getting an error, I got a constant on the FP. Maybe it's best if I don't post the details.
06-19-2012 10:32 AM
I really hope no one is under the impression that everything you can do with Scripting is safe to do. Many Scripting properties and methods having poor or non-existent error handling. It's a powerful feature but requires careful, responsible use.
06-19-2012 02:32 PM
06-19-2012 02:43 PM
The nature of this thread is drifting.
I have started a thread fragment in the Breakpoint to continue the discussion of scripting here.
Ben