Skip to content

Commit 40de1db

Browse files
Update readme.txt
1 parent 33aa58d commit 40de1db

File tree

1 file changed

+26
-30
lines changed

1 file changed

+26
-30
lines changed

readme.txt

Lines changed: 26 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,52 @@
1-
UI Tools v1.2.0
1+
(This repository is a migration from bitbucket.org which discontinues support for mercurial in 2020)
22

3-
Copyright � 2009-2011, Fran�ois Normandin
3+
UI Tools v1.4.1 build 74
4+
5+
Copyright © 2009-2016, François Normandin
46
All rights reserved.
57

68

7-
Author:Fran�ois Normandin
9+
Author:François Normandin
810
Contact Info: Contact via PM on www.lavag.org
911

1012
LabVIEW Versions:
11-
Created and tested with LabVIEW 8.6
13+
Created and tested with LabVIEW 2012
1214

1315
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
2022

2123

2224

2325
Description:
26+
2427
This package contains tools for designing user interfaces.
25-
It consists of a set of VIs to create special effects.
2628

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.
2734

2835
Includes:
2936

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
3541
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-
4342

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.
4444

4545
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.
4748

4849
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
5450

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.
5652

0 commit comments

Comments
 (0)