I'm updating some older LV 6.1 code. The front panel consists of controls within a cluster which is controlled by a Type Definition. Members of this cluster trigger an event structure. If I should make a change to my type definition, like adding another control to it, the corresponding frames in the event structure lose their connection to that control. Ha anyone seen this before? Any help appreciated!
Thanks for the reply. I've attached two pictures of the event structure which is acting on the events that occur within a cluster which is controlled by a type def. The picture called 'good' shows the normal event structure. If I make a change to the type def, the picture called 'bad' shows what happens to the event structure. Note that the event connections have dissappeared.
More importantly, are you updating this in LabVIEW 6.1 or into a newer version of LabVIEW? I ask because in 8.2 if you're creating an event case to a specific element of a cluster the event case name is of the form "<ClusterName>.<ElementName>":Value Change.
Is that typedef a normal one or a strict one? Have you tried chaning it to a strict-typedef and then change its contents? Plese observe while doing so, still the problem gets reproduced and then update here.