03-05-2008 05:09 PM
03-05-2008 05:37 PM - edited 03-05-2008 05:39 PM
03-06-2008 03:23 PM
Thanks, looks easy enough.
Some of NI's toolkits return HTML in the error cluster's source string. For example, DAQmx Create Channel.vi returns an error cluster like the following if you pass in a bogus physical channel:
DAQmx Create Channel (AI-Voltage-Basic).vi:4<append>
<B>Device: </B>1399D0Mod2
<B>Physical Channel Name: </B>ai19
<B>Task Name: </B>_unnamedTask<3>
03-06-2008 03:39 PM
03-07-2008 01:19 AM
smercurio_fc
you are not up todate. The error handler functions can do that. Just make a small test. Make an error cluster, change the status to error and copy the text with the HTML into the source field. Then call "Simple error handler". You will get a dialog and the text is rendered correctly, e. g. Device: is bold.
03-07-2008 09:17 AM - edited 03-07-2008 09:18 AM
03-07-2008 09:26 AM
03-10-2008 06:45 AM - edited 03-10-2008 06:45 AM
smercurio_fc,
that is what I get on my system (Win XP Pro SP2, LV 8.0.1 and newer). If you see it different there must be something different between my and your system.

03-10-2008 07:08 AM
03-10-2008 08:11 AM