Skip to content

The "New Filename" string should not be updated with the name of the VI or CTL if the user has modified that string #20

@RobustoSystems

Description

@RobustoSystems

Scenario:

  1. User starts typing a filename into the "New Filename" string. For example, the user types "Hello World.vi"
  2. The user realises that the selected template VI (in the left-hand-side listbox) is not the right template.
  3. The user clicks on a different template VI or CTL.
  4. 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.

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions