LabVIEW-DCAF / TagEditorCore

The collection of sample projects, libraries, class implementations, and APIs which make up the core of DCAF.
http://www.ni.com/dcaf
Apache License 2.0
8 stars 6 forks source link

Fixed #372 #377

Closed jacobson3 closed 6 years ago

jacobson3 commented 7 years ago

Cleaned up Left Click.vi and changed how VI determined whether event was going to be discarded.

Previously, discard was false when the column was read only, allowing users to edit read-only cells form the MCLB. Now, when the column is read only, the VI checks whether the user selected cell is in the highlighted row and will discard if they are equal.

Also updated MCLB Update override to use active row instead of value. This fixed small issues with the active cell not being in the highlighted row.

DCAF-Builder commented 7 years ago

Bleep bloop!

LabVIEW Diff Robot here with some diffs served up hot for your pull request.

Notice something funny? Help fix me on my GitHub repo.

PL Framework Configuration Tool.lvlib--Engine Parent Editor Node.lvclass--AddChildtoNode.vi.png: capture

Table Manager.lvlib--Multi Column Listbox.lvclass--Left Click.vi.png: capture

Table Manager.lvlib--Multi Column Listbox.lvclass--Update.vi.png: capture

pollockm commented 6 years ago

Fixes #372