|
1 | | -UI Tools v1.2.0 |
| 1 | +(This repository is a migration from bitbucket.org which discontinues support for mercurial in 2020) |
2 | 2 |
|
3 | | -Copyright � 2009-2011, Fran�ois Normandin |
| 3 | +UI Tools v1.4.1 build 74 |
| 4 | + |
| 5 | +Copyright © 2009-2016, François Normandin |
4 | 6 | All rights reserved. |
5 | 7 |
|
6 | 8 |
|
7 | | -Author:Fran�ois Normandin |
| 9 | +Author:François Normandin |
8 | 10 | Contact Info: Contact via PM on www.lavag.org |
9 | 11 |
|
10 | 12 | LabVIEW Versions: |
11 | | -Created and tested with LabVIEW 8.6 |
| 13 | +Created and tested with LabVIEW 2012 |
12 | 14 |
|
13 | 15 | Dependencies: |
14 | | -oglib_appcontrol >= 2.10 |
15 | | -oglib_array >= 3.0.0 |
16 | | -oglib_error >= 2.3 |
17 | | -oglib_file >= 2.8 |
18 | | -oglib_lvdata >= 2.9 |
19 | | -oglib_string >= 2.6 |
| 16 | +OpenG Application Control Library >= 4.1.0.7 |
| 17 | +OpenG Array Library >= 4.1.1.14 |
| 18 | +OpenG File Library >= 4.0.1.22 |
| 19 | +OpenG LabVIEW Data Library >= 4.2.0.21 |
| 20 | +OpenG String Library >= 4.1.0.12 |
| 21 | +LAVA Palette >= 1.0.0.1 |
20 | 22 |
|
21 | 23 |
|
22 | 24 |
|
23 | 25 | Description: |
| 26 | + |
24 | 27 | This package contains tools for designing user interfaces. |
25 | | -It consists of a set of VIs to create special effects. |
26 | 28 |
|
| 29 | +A first palette helps create special effects using transparency of front panel. Using them allows to quickly create fade-ins or outs using linear or exponential variation of the intensity. |
| 30 | +A second palette contains VIs to calculate the position of GObjects for many purposes like alignment, snap, mouse follow, etc. |
| 31 | +A third palette contains VIs to create dialog boxes based on class instances. "Simple Error Dialog" and "Simple Selection List" are featured with or without backrground blackening effect. |
| 32 | +A fourth palette includes some VIs to move objects programmatically on the front panel, using a basic deceleration algorithm to provide an impression of a smooth movement. |
| 33 | +The packaged VIs are all namespaced using a suffix “__lava_lib_ui_tools” which should not conflict with any of your own code. |
27 | 34 |
|
28 | 35 | Includes: |
29 | 36 |
|
30 | | -- FadeIn & FadeOut |
31 | | -- Alignment tools utilities |
32 | | - |
33 | | - |
34 | | - |
| 37 | +Front Panel Transparency (Fade In & Fade Out) |
| 38 | +Utilities (Alignment, Snap) |
| 39 | +Dialog (OOP based, extensible) |
| 40 | +Engine (Beta) for object movement |
35 | 41 | Instructions: |
36 | | -After installing package with VIPM, refresh palettes if VIPM is not set to refresh automatically. |
37 | | -Use palettes. |
38 | | - |
39 | | - |
40 | | -Known Issues: |
41 | | - |
42 | | - |
43 | 42 |
|
| 43 | +This package is distributed on the LabVIEW Tools Network (version 1.3) and updates are on LAVA (1.4). It can be installed directly in the addon folder of any LabVIEW version from 2012 to now. The addon installs automatically under the LAVA palette of the addon submenu. |
44 | 44 |
|
45 | 45 | License: |
46 | | -Distributed under the BSD license. |
| 46 | +(NOTE THE CHANGE OF LICENSE - EFFECTIVE OCTOBER 25TH 2019) |
| 47 | +This code is published under "The Unlicense" terms. Please refer to the Github license links for more information. |
47 | 48 |
|
48 | 49 | Support: |
49 | | -If you have any problems with this code or want to suggest features: |
50 | | -please go to www.lavag.org and Navigate to the discussion page. |
51 | | - |
52 | | -Distribution: |
53 | | -This code was downloaded from the LAVA Code Repository found at www.lavag.org |
54 | 50 |
|
55 | | -============================ |
| 51 | +If you have any problems with this code or want to suggest features, please go to www.lavag.org and navigate to the discussion page or use Github's issue tracking system to report them. Both locations will be monitored. |
56 | 52 |
|
0 commit comments