12-19-2015 11:31 AM
I have finished the first version of the datagrid project for LabVIEW. Its open source and a great way to use Grid functionality to replace labview's ancient tables and mulitcolumn listboxes, with more features, data types and ease of use. Check out the project on github and download the VIP installer or packed libraries to try it out. Its built for LabVIEW 2014+ at the moment.
12-19-2015 01:02 PM - edited 12-19-2015 01:03 PM
If I download the source project, there is a missing subVI, breaking the first example.
This is the only mssing item in the project!. Is this from some toolkit?
12-19-2015 01:41 PM
12-19-2015 04:31 PM - edited 12-19-2015 04:32 PM
All fixed up, the file is in the source/subVIs already, just got linked out to a library version of it. Thanks for letting me know, the packages and binaries are fixed up now.. The main brnach is now master aw well.
12-20-2015 01:33 PM
@Mike_King wrote:
All fixed up, the file is in the source/subVIs already, just got linked out to a library version of it.
Any idea why the VI package went from 3.7MB to 14MB in the binaries folder?
12-20-2015 02:07 PM - edited 12-20-2015 02:08 PM
Hi Mike,
bug report:
I started your "Example Define All Rows". when I click the last element (row 1, column 6, default value "Guage") and change it's value the example VI doesn't react on clicking other datagrid elements!
- It doesn't show any events when clicking other items.
- It doesn't allow to change other datagrid elements…
It only react on closing the window!
Similar for other items: after switching the checkmark in Row 0, column 7 I cannot select any other items. The VI only reacts on switching that very checkmark or by closing the window…
12-21-2015 07:58 AM
@altenbach wrote:
Any idea why the VI package went from 3.7MB to 14MB in the binaries folder?
Yup, it seems that the VIPackage was including the binaries folder in its own distribution source, so previous VIPs were included in itself. I'll get that removed and shrunk back to a reasonable size. Thanks, I hadn't noticed this.
12-21-2015 08:00 AM
@GerdW wrote:
Hi Mike,
bug report:
I started your "Example Define All Rows". when I click the last element (row 1, column 6, default value "Guage") and change it's value the example VI doesn't react on clicking other datagrid elements!
- It doesn't show any events when clicking other items.
- It doesn't allow to change other datagrid elements…
It only react on closing the window!
Similar for other items: after switching the checkmark in Row 0, column 7 I cannot select any other items. The VI only reacts on switching that very checkmark or by closing the window…
Thanks GerdW. This is happening due to some cell validation to keep columns consistent with column type, but forgot this will need to be bypassed for custom cells. You can always hit escape to cancel an edit mode and return to editing other cells, but you are right, this needs to allow these edits in the colummn as well. I'll have to work to fix those events with custom cell types. Thanks for testing and posting that issue.
12-21-2015 09:14 AM
I've updated the source, and the release binaries to v1.0.1 to correct the reported items. Thanks for the bug reports.
08-22-2018 05:12 PM
I like this a lot! I've got the source opened in LabVIEW 2017 and am running the "Example Simple Databinding.vi". Should the links launch something when you click on them?