10-22-2010 08:25 AM
I have numerous typedef clusters that contain typedef controls. I use references to these clusters to control GUI exceptions and permissions for the user. When I change one of the controls inside the cluster, say an enum, all of my wires break that are connected to that control reference through my entire application. Why is this and is there a workaround? I thought changes to typedefs were supposed to propogate through the application.
10-22-2010 08:31 AM
I have not seen this.
What version?
Can you posty screen shots please?
Ben
10-22-2010 09:20 AM
I have had the same problem with references to an array of type def clusters.
My solution is to also type def the reference of the cluster. Then it is a 2 step process to make changes to the cluster.
1 Make the changes to the cluster type def and save it.
2 Then create a reference to the new changed cluster type def and then replace the reference in the reference type def with the new cluster reference and save.
I do not know of a way to have changes made to cluster automatically update all references to that cluster.
Omar
10-27-2010 02:57 PM
At the tail end of a project and every little nuance and user request is clamoring for my attention and I haven't had a chance to get back to this. My main control that I was having so much trouble with wasn't linked to the typedef'd anymore. I don't remember unlinking it and that is why I never bothered to check. I don't know how it happened. I replaced it with the typedef and it seems to be OK now. (sheepish smiley here)