The Referenced UI Framework is a tool that allows the user to quickly assemble a user interface using a template UI class.
We recommend using G Package Manager (GPM) to install Exitimer. GPM installs the package next to the rest of your project source code and makes it easy to reuse on all your projects.
Active development is in LabVIEW 2017.
We use SemVer for versioning. For the versions available, see the tags on this repository.
This project is licensed under the MIT License - see the LICENSE.md file for details
Initial release.
Removing bad example and organizing multi-panel folder.
Correcting a race condition in the multi-panel implementation that would cause panels to not load correctly.
Correcting how clone VI references are compared to make sure VIs are removed from subpanels before loaded into new ones.
Cleaned up reference leaks. Switched to a more perspicuous way of changing panels in the containers. Improved flashing while panels load by deferring panel updates.
MIT License
Copyright (c) 2019 Endigit, Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.