07-31-2007 10:41 AM
07-31-2007 11:18 AM
It sorta sound like you haven't used the typedef everywhere you think you did - or your control isn't saved as a typedef. There is a difference between a customized control and an enumerated type. You can save an enum as a control without defining it as a typedef. So first of all open the enumerated type control and make sure it is being saved as a typedef or strict typedef. Then go and replace the control with the typedef in all the places where you have either dots or broke wires.
Mike..
07-31-2007 02:12 PM
Mike,
I changed the control on my main VI to a strict type def... Still had broken wires. I realized that the same control was also in a sub VI. Changed it, and all of my broken wires are gone. I am still a very long way from my destination, but you gotta love that unbroken white arrow!!! Thanks for your help.
Chris (Daddy-O)