Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrectly mapped tags in Channel Configuration table cause Remove button to remain disabled. #402

Open
gcodetechnology opened this issue Sep 5, 2019 · 0 comments

Comments

@gcodetechnology
Copy link

The fix for issue #356 causes another issue. In the case where a line configuration tag has been mapped incorrectly, "Objects to table.vi" will output an error. That error feeds into "List Box Names.vi" which prevents the listbox property node from returning the ItemNames array. An empty array forces a value signal event of -1 on the listbox which disables the Remove button, thus preventing incorrectly mapped lines from being deleted.

DCAF_Bug-Listbox_Remove_button

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant