04-25-2014 01:12 PM
I think Darren isn't using the VIPM palette editor. I may be wrong. So if that's the case then It may be how Darren is managing the mnu files.
04-30-2014 02:01 PM
I was under the impression that the VIPM palette editor is only useful for creating .mnu files that contain VIs being installed by the package. In my case, my package is not installing any VIs (it's only installing .mnu files), so I didn't think I could use the palette editor. If that's not the case, then yeah, I'll work with Michael when/if I update the package to see if we can address the issue.
05-22-2014 08:49 AM
Hi Darren,
After reading your hidden gems article I downloaded the package and wasp laying with the match 1D string. I was interested in the Match Regular Expression_Execute.vi . I have seen this on several other occasion in NI code and as there is no help provided with it I wondered where this sat in relation to the Match Pattern.vi and Match Regular Expression.vi. It seems to function as per the Match Regular expression but a little slower.
05-22-2014 11:13 AM
The Match Pattern function is unrelated to the regular expression stuff, it uses a different codepath under the hood. The Match Regular Expression function and the Match Regular Expression_Execute.vi both use a callback into LabVIEW to evaluate the regular expression using the PCRE library package.
05-22-2014 11:18 AM
I like the matching array output of the regular expression stuff, is there any reason not to use this VI as a valid alternative to the Match Regular Expression ?
05-22-2014 11:28 AM
No reason, other than the possibility that NI might change the VIs (see the first few slides in the hidden gems presentation for all those disclaimers. ).
06-19-2014 09:34 AM
Who's the joker who wrote Horizontally Align Controls, but not Vertically Align Controls. Also who named it opposite of the toolbar functions in LabVIEW. That is, Horizontally Align Controls does the same thing as the toolbar button Vertical Centers
06-19-2014 10:47 AM
Did I mention that these VIs are not officially documented or supported?
10-23-2015 02:00 PM
I have updated the presentation to include new hidden gems in LabVIEW 2015.
05-03-2017 03:57 PM
I have updated the presentation to include new hidden gems in LabVIEW 2016 and LabVIEW 2017.