-Stephen
1. Right click on you enum and select Advanced > Customize
2. On the toolbar, change it from Control to Type Def.
3. Add / Delete any items as required.
4. Save this control and close the control editor.
5. Replace the enums in other vi's with this control.
Search the help for type definitions for further help on type def's
Tim
I'm using Labview 6.1.
Thanks
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
On that page is a link to "ResolutionType.ctl". Here's the steps I
take:
1. Open new vi
2. Drop ResolutionType.ctl on the front panel
3. Right click on control, select Open Type Def.
4. Right click on control in control editor.
5. Select Add Item After, etc. and add one item.
6. File->save (in the file menu, Apply Changes is disabled, is that
normal?)
7. Close control editor.
8. Original control is NOT updated.
Thanks for the help,
Stephen
The apparent solution is to (1) make it a strict type def in the
control editor or use an enum (which works as I described).
Tim
thanks all