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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: