You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User starts typing a filename into the "New Filename" string. For example, the user types "Hello World.vi"
The user realises that the selected template VI (in the left-hand-side listbox) is not the right template.
The user clicks on a different template VI or CTL.
The "New Filename" string is automatically updated with the name of the selected template VI. This should NOT occur. This should occur only when the user has not typed anything into "New Filename".
Possible implementation:
The tool should maintain a flag. The flag's initial value is False. When the user types (changes the value) of "New Filename" the flag becomes True. The "Change Value While Typing" property should be set to True. The "New Filename" string should be populated with new template VI name only when flag is False.
Scenario:
Possible implementation: