> application you're talking about. I forget exactly what the
> differences are between Type Def and Strict Type Def are... since
> Strict Type Def has always worked that's just what I use now.
Typedefs update when something in the datatype changes. Strict types
update when almost anything about the control changes, color, size, data
type, etc. Typedefs should be acceptable for most uses, and allows for
the instances to look different. Strict typedefs are useful for making
sure that the UI is identical across panels.
Greg McKaskle