Added code that disables the rename and ‘do something’ options in the 2nd page of the DQMH project template dialog if the required Event Scripter package is not installed.
Fixed tabbing behavior in 2nd page of DQMH project template dialog.
Added “Module Name” to the Error Reported Argument–cluster.ctl for both Singleton and Cloneable modules.
Fixed Broadcast Events–cluster.ctl that had the Error Reported event referencing a non type def argument.
Removed Library property call from Application Name–constant.vi (this property is not available in exe).
Added changing the Window Title for the Application Main to use the Application Name–constant.vi to be consistent with the DQMH modules.
Updated the documentation for the Module Name–constant and the Application Name–constant VIs to not include that the VIs return the library name.
Put the show block diagram property inside a conditional diagram disable to indicate that only works in development mode.
Changed the order of the merge error input terminals in all Request/Broadcast Events VI wrappers that could lead to missing the original error.
Made Application.lvlib:Main.vi public.
Renamed Application.lvlib support virtual folder to Private and made it private.
Disabled automatic error handling from Show Diagram.
Cleaned up diagrams, few cosmetic changes to block diagrams.
Updated shipping examples to use new version.