02-24-2009 06:02 PM
02-24-2009 06:45 PM
What kind of control are you talking about?
Mike..
02-24-2009 06:53 PM
I probably should have mentioned that the control is really a cluster of controls, including many different control types. The control in question is a string control (string constant->change to control).
02-24-2009 07:00 PM
The problem is that the default value for a control is not saved as part of the typedef - or at least a part of the typedef that is enforced. As a result, if you change the default for a typedef, new instances of the typedef will show it but existing instances will not be changed.
Mike...
02-24-2009 07:21 PM
So I have an enhancement request: I suggest adding to every control's "right-click" menu:
DataOperations->Reinitialize to typedef default
and have it greyed out for controls which have no associated typedef.
02-25-2009 10:46 AM
Hi DEppAtNGC,
Thanks for the idea. I have filed a product suggestion with R and D with your recommendation.