Skip to content

Commit

Permalink
updated project to version 1.0.4 to meet requirements for tools netwo…
Browse files Browse the repository at this point in the history
…rk. added packed library builds for 2013-2015 labview.
  • Loading branch information
mike.king committed May 3, 2016
1 parent df54d39 commit ee12f3c
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 28 deletions.
36 changes: 18 additions & 18 deletions binaries/LabVIEW DataGridView.vipb

Large diffs are not rendered by default.

Binary file not shown.
5 changes: 4 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ Currently, there are several datatypes supported:
* Links

#Events
All events are automatically registered as user events for use in LabVIEW's event structure. Each event type has a "getData.vi" that can be used to convert the event class data into elements within the event handler. Using the easygrid helper functions, these events are all automatically registered, so can simply be connected to any event structure for use.

The events currently available are:
* Cell Edit Ended - This single event is used currently as a sample for callback events.
* Cell Value Changed -
* Cell Validating - This is an automatic callback event, that cancels any edits when the cell value doesn't validate. No LabVIEW events are currently generated from this.
Expand All @@ -61,5 +64,5 @@ Currently, there are several datatypes supported:
Grab the latest releases to use this project [here from github](https://github.com/unipsycho/LabVIEWdotNetDataGrid/releases).
# Contributing

This repository is written and maintained in LabVIEW 2014 SP1.
This repository is written and maintained in LabVIEW 2013 SP1.
See the [Todo.md](https://github.com/unipsycho/LabVIEWdotNetDataGrid/blob/v0.1/todo.md) for areas you can contribute.
8 changes: 4 additions & 4 deletions source/DataGrid.lvlps
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ Cache_Path[Path] Line0001 = "/C/Users/Mike/AppData/Local/Temp/AB_Cache_{15FE51E"
Cache_Path[Path] Line0002 = "4-11EC-417C-AD61-60D1BF11B0F5}.txt"

[AB_Cache_{D4A175A4-613C-4461-92BB-4FB5F46C9439}]
Cache_Path[Path] Line0001 = "/C/Users/Benjamin/AppData/Local/Temp/AB_Cache_{D4A"
Cache_Path[Path] Line0002 = "175A4-613C-4461-92BB-4FB5F46C9439}.txt"
Cache_Path[Path] Line0001 = "/C/Users/Mike/AppData/Local/Temp/AB_Cache_{D4A175A"
Cache_Path[Path] Line0002 = "4-613C-4461-92BB-4FB5F46C9439}.txt"

[AB_Cache_{198ED58C-DA08-4E3F-A912-5B06D7D104EA}]
Cache_Path[Path] Line0001 = "/C/Users/Benjamin/AppData/Local/Temp/AB_Cache_{198"
Cache_Path[Path] Line0002 = "ED58C-DA08-4E3F-A912-5B06D7D104EA}.txt"
Cache_Path[Path] Line0001 = "/C/Users/Mike/AppData/Local/Temp/AB_Cache_{198ED58"
Cache_Path[Path] Line0002 = "C-DA08-4E3F-A912-5B06D7D104EA}.txt"

7 changes: 3 additions & 4 deletions source/DataGrid.lvproj
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@
</Item>
<Item Name="Build Specifications" Type="Build">
<Item Name="DataGrid" Type="Packed Library">
<Property Name="Bld_autoIncrement" Type="Bool">true</Property>
<Property Name="Bld_buildCacheID" Type="Str">{D4A175A4-613C-4461-92BB-4FB5F46C9439}</Property>
<Property Name="Bld_buildSpecName" Type="Str">DataGrid</Property>
<Property Name="Bld_excludeInlineSubVIs" Type="Bool">true</Property>
Expand All @@ -89,9 +88,9 @@
<Property Name="Bld_localDestDirType" Type="Str">relativeToCommon</Property>
<Property Name="Bld_modifyLibraryFile" Type="Bool">true</Property>
<Property Name="Bld_previewCacheID" Type="Str">{198ED58C-DA08-4E3F-A912-5B06D7D104EA}</Property>
<Property Name="Bld_version.build" Type="Int">6</Property>
<Property Name="Bld_version.build" Type="Int">7</Property>
<Property Name="Bld_version.major" Type="Int">1</Property>
<Property Name="Bld_version.patch" Type="Int">1</Property>
<Property Name="Bld_version.patch" Type="Int">4</Property>
<Property Name="Destination[0].destName" Type="Str">DataGrid.lvlibp</Property>
<Property Name="Destination[0].path" Type="Path">../binaries/NI_AB_PROJECTNAME.lvlibp</Property>
<Property Name="Destination[0].preserveHierarchy" Type="Bool">true</Property>
Expand All @@ -100,7 +99,7 @@
<Property Name="Destination[1].path" Type="Path">../binaries</Property>
<Property Name="DestinationCount" Type="Int">2</Property>
<Property Name="PackedLib_callersAdapt" Type="Bool">true</Property>
<Property Name="Source[0].itemID" Type="Str">{C2F48347-E221-4DBD-91F7-413D88976DA0}</Property>
<Property Name="Source[0].itemID" Type="Str">{2AB40A1C-A53D-4C15-9FBA-A0251B3229F3}</Property>
<Property Name="Source[0].type" Type="Str">Container</Property>
<Property Name="Source[1].destinationIndex" Type="Int">0</Property>
<Property Name="Source[1].itemID" Type="Ref">/My Computer/source/DataGrid.lvlib</Property>
Expand Down
Binary file modified source/Events/CellClick/Get Data.vi
Binary file not shown.
Binary file modified source/Events/CellValueChanged/Get Data.vi
Binary file not shown.
Binary file modified source/Events/KeyDown/Get Data.vi
Binary file not shown.
Binary file modified source/Example Custom Row Cell Types.vi
Binary file not shown.
Binary file modified source/Example Simple DataBinding.vi
Binary file not shown.
2 changes: 1 addition & 1 deletion todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
- [X] VI Packager for installs
- [x] Tooltips on the column headers

Future Addons (to be evaluated / considered):
Future Ideas needing contribution:
- [ ] Saving/Restoring layouts
- [ ] Database binding support (SQLite or others)
- [ ] Cell highlights during edit and validation feedback
Expand Down

0 comments on commit ee12f3c

Please sign in to comment.