Hi there,
we have a piece of code, developed in LV6.1 which also worked fine in LV7.1.
It is used to "typecast" a control RefNum to a strict one via "Flatten To String",
changing the type descriptor to the target RefNum type and "Unflatten String To Variant":
The example above works in LV7.1 but not in LV8.0, at least not with a XYGraph control:
If you change the control and depending RefNum in the cluster to something
that already existed in LV7.1 it works even in LV8.0!
I think it's something about the deprecated TypeDescriptor in LV8.0,
perhaps the newly introduced types (like XYGraph, which was WaveformGraph before)
don't return valid TDs.
How to work around this issue? What is the preferred way to do type checking
in LV8.0 without using old style TDs?