Skip to content

Commit

Permalink
11 bug refresh UI list should get value (#12)
Browse files Browse the repository at this point in the history
* #11

* add test VI

* mass compile
  • Loading branch information
nevstop authored Aug 29, 2023
1 parent 655f955 commit baa67bf
Show file tree
Hide file tree
Showing 21 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions NEVSTOP-TagContainer.lvproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<Project Type="Project" LVVersion="17008000">
<Property Name="NI.LV.All.SourceOnly" Type="Bool">true</Property>
<Property Name="NI.Project.Description" Type="Str"></Property>
<Property Name="SMProvider.SMVersion" Type="Int">201310</Property>
<Item Name="My Computer" Type="My Computer">
<Property Name="IOScan.Faults" Type="Str"></Property>
Expand Down
5 changes: 2 additions & 3 deletions NEVSTOP-TagContainer.vipb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<VI_Package_Builder_Settings Version="2020.1" Created_Date="2022-12-10 17:40:37" Modified_Date="2022-12-15 23:42:22" Creator="IECUBE" Comments="" ID="4eeb502341e6a4498ec6c0a799ed748d">
<VI_Package_Builder_Settings Version="2020.1" Created_Date="2022-12-10 17:40:37" Modified_Date="2023-08-29 17:07:30" Creator="IECUBE" Comments="" ID="43a0fb9c88c666901b6dcff0a262849b">
<Library_General_Settings>
<Package_File_Name>NEVSTOP_lib_TagContainer</Package_File_Name>
<Library_Version>0.1.0.2</Library_Version>
Expand Down Expand Up @@ -34,8 +34,7 @@ homepage: https://github.com/NEVSTOP-LAB</Description>
<Copyright/>
<Packager>NEVSTOP</Packager>
<URL>https://github.com/NEVSTOP-LAB</URL>
<Release_Notes>[add] datatype check before accept data
[add] key is now case-insensitive.</Release_Notes>
<Release_Notes>fix bug: #11 https://github.com/NEVSTOP-LAB/LabVIEW-Tag-Container/issues/11</Release_Notes>
</Description>
<Destinations>
<Toolkit_VIs>
Expand Down
Binary file modified TagContainer/API/TagContainer-ChangeDetector.vi
Binary file not shown.
Binary file modified TagContainer/API/TagContainer-Free.vi
Binary file not shown.
Binary file modified TagContainer/API/TagContainer-IsValid.vi
Binary file not shown.
Binary file modified TagContainer/API/TagContainer-List.vi
Binary file not shown.
Binary file modified TagContainer/API/TagContainer-New.vi
Binary file not shown.
Binary file modified TagContainer/API/TagContainer-Read.vim
Binary file not shown.
Binary file modified TagContainer/API/TagContainer-ReadAsVariant.vi
Binary file not shown.
Binary file modified TagContainer/API/TagContainer-SetLock.vi
Binary file not shown.
Binary file modified TagContainer/API/TagContainer-UpdateUI.vi
Binary file not shown.
Binary file modified TagContainer/API/TagContainer-Write.vim
Binary file not shown.
2 changes: 1 addition & 1 deletion TagContainer/TagContainer.lvlib
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ TagContainer-Write.vim: 写入 Tag</Property>
<Property Name="NI.Lib.Icon" Type="Bin">&amp;Q#!!!!!!!)!"1!&amp;!!!-!%!!!@````]!!!!"!!%!!!*'!!!*Q(C=\&gt;5^4C."%)&lt;B$YO!V$&gt;9_1D5$:!4\UI))4EEL3MY&gt;?C)Q"P6&amp;8S$F5_!6$':L_!LG,@&lt;:9.!QAEAN+,(0:\ZJH]??M;$V-O&amp;&gt;+\&gt;K4*YNX#^N_HN&gt;L7HNM_O8[S4&gt;L\PM&lt;^U3!^@0;GTQ@0BK`ZP$V_%L_=`8(`@@[,IJ`S5`\P-4`Y)0PVX=+&lt;W)K)G.;B/.&lt;6J&gt;UG?Z%G?Z%G?Z%%?Z%%?Z%%?Z%\OZ%\OZ%\OZ%:OZ%:OZ%:OZ(UD&amp;\H)21YJG4S:+"EU'3"J$%8*,P%EHM34?$B6YEE]C3@R*"[;+0%EHM34?")0X:2Y%E`C34S*B['[*0N'DC@R-,Q#4_!*0)%H]$#F!E]!##9,"AY'A;(A9H!1?!*0Y/&amp;1A3@Q"*\!%XCYL-!4?!*0Y!E]&gt;/GL%FX4.H)]$#0(YXA=D_.R0!QNR_.Y()`D=4R-*]@D?"S%-[%T/!1ZH:Q'TIHD=4R]S@%Y(M@D?"Q0F`I&gt;]LYS4&gt;-W=DS'R`!9(M.D?"B#BM@Q'"\$9XA96I&lt;(]"A?QW.YG%K'R`!9(A.C4-LU-A9T/BK.D-$Q]/F0C`7\&amp;&amp;VC@:0KY65^F+K(4@51K2Y/V5V8X5T646)NPGJ269OF7A46([&gt;#KT#K363&gt;7U.NW7_I;_K+OK$/K&amp;0KG$KC$FP8$W[YX7[VW7SU8K_V7KWU7#QUG]UUH5YV(I]V'IUU(![0LY&amp;@&lt;-=8QP[^./@YX`XFX@,GT_4PY^8$]P&lt;X:(F^/7HZ&amp;`R``A&lt;P2AXU=A\7[!GDMUCT!!!!!!</Property>
<Property Name="NI.Lib.SourceVersion" Type="Int">385908736</Property>
<Property Name="NI.Lib.Version" Type="Str">1.0.0.0</Property>
<Property Name="NI.LV.All.SourceOnly" Type="Bool">false</Property>
<Property Name="NI.LV.All.SourceOnly" Type="Bool">true</Property>
<Property Name="NI.SortType" Type="Int">3</Property>
<Item Name="Support" Type="Folder">
<Property Name="NI.LibItem.Scope" Type="Int">2</Property>
Expand Down
Binary file modified TagContainer/Typedef/TagContainer.ctl
Binary file not shown.
Binary file modified TagContainer/Typedef/tagcontainer-data.ctl
Binary file not shown.
Binary file modified TagContainer/_Support/_NameCacher.vi
Binary file not shown.
Binary file modified TagContainer/_Support/_Ref To DVR.vi
Binary file not shown.
Binary file modified TagContainer/_Support/_datatypeChecker.vi
Binary file not shown.
Binary file modified TagContainer/__TEST/TagContainer-TestMain.vi
Binary file not shown.
Binary file modified _benchmark/benchmark-list.vi
Binary file not shown.
Binary file modified _benchmark/benchmark-tagContainer.vi
Binary file not shown.

0 comments on commit baa67bf

Please sign in to comment.