-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
179 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Contributing to Custom Controls | ||
|
||
:+1::tada: First off, thanks for taking the time to contribute! :tada::+1: | ||
|
||
If contributing with LabVIEW source code, please make sure your contribution is done in the LabVIEW version of the repository you wish to contribute to. | ||
|
||
# Developer Certificate of Origin (DCO) | ||
|
||
Developer's Certificate of Origin 1.1 | ||
|
||
By making a contribution to this project, I certify that: | ||
|
||
(a) The contribution was created in whole or in part by me and I | ||
have the right to submit it under the open source license | ||
indicated in the file; or | ||
|
||
(b) The contribution is based upon previous work that, to the best | ||
of my knowledge, is covered under an appropriate open source | ||
license and I have the right under that license to submit that | ||
work with modifications, whether created in whole or in part | ||
by me, under the same open source license (unless I am | ||
permitted to submit under a different license), as indicated | ||
in the file; or | ||
|
||
(c) The contribution was provided directly to me by some other | ||
person who certified (a), (b) or (c) and I have not modified | ||
it. | ||
|
||
(d) I understand and agree that this project and the contribution | ||
are public and that a record of the contribution (including all | ||
personal information I submit with it, including my sign-off) is | ||
maintained indefinitely and may be redistributed consistent with | ||
this project or the open source license(s) involved. | ||
|
||
(taken from [developercertificate.org](http://developercertificate.org/)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,144 @@ | ||
<HTML> | ||
<HEAD> | ||
<TITLE>Decorations - Change Color.vi</TITLE> | ||
<META NAME="Author" CONTENT=""> | ||
<META NAME="GENERATOR" CONTENT="G Development Environment"> | ||
</HEAD> | ||
<BODY BGCOLOR="#FFFFFF"> | ||
<A NAME="Decorations _ Change Color.vi"></A><H2>Decorations - Change Color.vi</H2> | ||
<P>Dynamically changes the foreground and background colors of all Decorations, droppped from the Custom Controls palette, on the specified <B>VI Refunum</B> Front Panel to the <B>Decoration Color</B>. This VI handles the Label text color to make sure the text stands out from the <B>Decoration Color</B>.</P> | ||
<P><IMG SRC="Decorations_-_Change_Colorc.png" ALT="Decorations - Change Color.vi"></P> | ||
<Table> | ||
<TR valign=TOP> | ||
<TD> | ||
<P><IMG SRC="cvirn.png" ALT="cvirn"></P> | ||
</TD> | ||
<TD> | ||
<B>VI Refnum</B> <P><B>VI Refnum</B> is the reference to the VI you want to change the color of its Custom Controls>>Decorations droppped on its Front-Panel. </P> | ||
</TD> | ||
</TR> | ||
</Table> | ||
<Table> | ||
<TR valign=TOP> | ||
<TD> | ||
<P><IMG SRC="cu32.png" ALT="cu32"></P> | ||
</TD> | ||
<TD> | ||
<B>Decoration Color</B> <P><B>Decoration Color</B> is the color you want to set to the Custom Controls>>Decorations.</P> | ||
</TD> | ||
</TR> | ||
</Table> | ||
<Table> | ||
</UL> | ||
<Table> | ||
<TR valign=TOP> | ||
<TD> | ||
<P><IMG SRC="cerrcodeclst.png" ALT="cerrcodeclst"></P> | ||
</TD> | ||
<TD> | ||
<B>error in (no error)</B> <P><B>error in</B> can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.</P> | ||
<P></P> | ||
<P>Right-click the <B>error in</B> control on the front panel and select <B>Explain Error</B> or <B>Explain Warning</B> from the shortcut menu for more information about the error.</P> | ||
</TD> | ||
</TR> | ||
</Table> | ||
<UL> | ||
<Table> | ||
<TR valign=TOP> | ||
<TD> | ||
<P><IMG SRC="cbool.png" ALT="cbool"></P> | ||
</TD> | ||
<TD> | ||
<B>status</B> <P><B>status</B> is TRUE (X) if an error occurred or FALSE (checkmark) to indicate a warning or that no error occurred.</P> | ||
<P></P> | ||
<P>Right-click the <B>error in</B> control on the front panel and select <B>Explain Error</B> or <B>Explain Warning</B> from the shortcut menu for more information about the error.</P> | ||
</TD> | ||
</TR> | ||
</Table> | ||
<Table> | ||
<TR valign=TOP> | ||
<TD> | ||
<P><IMG SRC="ci32.png" ALT="ci32"></P> | ||
</TD> | ||
<TD> | ||
<B>code</B> <P><B>code</B> is the error or warning code.</P> | ||
<P></P> | ||
<P>Right-click the <B>error in</B> control on the front panel and select <B>Explain Error</B> or <B>Explain Warning</B> from the shortcut menu for more information about the error.</P> | ||
</TD> | ||
</TR> | ||
</Table> | ||
<Table> | ||
<TR valign=TOP> | ||
<TD> | ||
<P><IMG SRC="cstr.png" ALT="cstr"></P> | ||
</TD> | ||
<TD> | ||
<B>source</B> <P><B>source</B> describes the origin of the error or warning.</P> | ||
<P></P> | ||
<P>Right-click the <B>error in</B> control on the front panel and select <B>Explain Error</B> or <B>Explain Warning</B> from the shortcut menu for more information about the error.</P> | ||
</TD> | ||
</TR> | ||
</Table> | ||
</UL> | ||
<Table> | ||
<TR valign=TOP> | ||
<TD> | ||
<P><IMG SRC="ivirn.png" ALT="ivirn"></P> | ||
</TD> | ||
<TD> | ||
<B>dup VI Refnum</B> <P><B>dup VI Refnum</B> returns <B>VI Refnum</B> unchanged.</P> | ||
</TD> | ||
</TR> | ||
</Table> | ||
</UL> | ||
<TR valign=TOP> | ||
<TD> | ||
<P><IMG SRC="ierrcodeclst.png" ALT="ierrcodeclst"></P> | ||
</TD> | ||
<TD> | ||
<B>error out</B> <P><B>error in</B> can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.</P> | ||
<P></P> | ||
<P>Right-click the <B>error in</B> control on the front panel and select <B>Explain Error</B> or <B>Explain Warning</B> from the shortcut menu for more information about the error.</P> | ||
</TD> | ||
</TR> | ||
</Table> | ||
<UL> | ||
<Table> | ||
<TR valign=TOP> | ||
<TD> | ||
<P><IMG SRC="ibool.png" ALT="ibool"></P> | ||
</TD> | ||
<TD> | ||
<B>status</B> <P><B>status</B> is TRUE (X) if an error occurred or FALSE (checkmark) to indicate a warning or that no error occurred.</P> | ||
<P></P> | ||
<P>Right-click the <B>error in</B> control on the front panel and select <B>Explain Error</B> or <B>Explain Warning</B> from the shortcut menu for more information about the error.</P> | ||
</TD> | ||
</TR> | ||
</Table> | ||
<Table> | ||
<TR valign=TOP> | ||
<TD> | ||
<P><IMG SRC="ii32.png" ALT="ii32"></P> | ||
</TD> | ||
<TD> | ||
<B>code</B> <P><B>code</B> is the error or warning code.</P> | ||
<P></P> | ||
<P>Right-click the <B>error in</B> control on the front panel and select <B>Explain Error</B> or <B>Explain Warning</B> from the shortcut menu for more information about the error.</P> | ||
</TD> | ||
</TR> | ||
</Table> | ||
<Table> | ||
<TR valign=TOP> | ||
<TD> | ||
<P><IMG SRC="istr.png" ALT="istr"></P> | ||
</TD> | ||
<TD> | ||
<B>source</B> <P><B>source</B> describes the origin of the error or warning.</P> | ||
<P></P> | ||
<P>Right-click the <B>error in</B> control on the front panel and select <B>Explain Error</B> or <B>Explain Warning</B> from the shortcut menu for more information about the error.</P> | ||
</TD> | ||
</TR> | ||
</Table> | ||
</UL> | ||
</BODY> | ||
</HTML> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.