NISystemsEngineering / FrontPanelLayout

The Front Panel Layout Tool provides the ability to use a single VI’s front panel with various different window sizes and layout configurations.
https://decibel.ni.com/content/docs/DOC-26783
BSD 2-Clause "Simplified" License
8 stars 4 forks source link

Front Panel Layout Tool

================

The Front Panel Layout Tool provides the ability to use a single VI’s front panel with various different window sizes and layout configurations.

================

This repository and any materials provided by NI therein are provided AS IS. NI DISCLAIMS ANY AND ALL LIABILITIES FOR AND MAKES NO WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR PARTICULAR PURPOSE, OR NON-INFRINGEMENT OF INTELLECTUAL PROPERTY. NI shall have no liability for any direct, indirect, incidental, punitive, special, or consequential damages for your use of the repository or any materials contained therein.

================

Overview:

The Front Panel Layout Tool provides the ability to use a single VI’s front panel with various different window sizes and layout configurations. This is useful when you want to use one VI as a user interface, which can be used on multiple monitors of different screen resolutions. The tool stores the position and size information of every front panel object in a configuration file next to the VI. When the VI is loaded, it can size itself and all its front panel objects based on whichever configuration file is present.

Repository Overview:

The master branch contains the current release of the code. The "trunk" folder contains the development source.

Build Process:

The code may be built using the VI Package Build Specification located at ../trunk/source/LabVIEW/

Contribution Workflow:

For a more complete workflow, view this set-up guide and this workflow guide.

  1. Fork this repository into your account.
  2. Create a branch for your change.
  3. Make changes, periodically pulling and merging any updates from the central repository.
  4. Push your changes up to your branch in your copy of the repository.
  5. Send a pull request to the owner of this primary repository. Follow the contribution guidelines.

Contribution Guidelines: