LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

change property of numeric input

Hi,

I have to change the property of a numeric input. The spin buttons (up
and down) should disapear an the border- and backgroundcolor should turn
to transparent. But i couldn't find these properties in the property
node.

Does anybody know how to handle this?

thanxs a lot,
Max
0 Kudos
Message 1 of 7
(3,161 Views)
These attributes are not exposed by VI Sever.

-Jim
0 Kudos
Message 2 of 7
(3,161 Views)
One of the methods is to Customize it.

Right-click on the Num.Ctrl, select [Advanced] then [Customize...]

Switch to Edit Mode (1st button with a TOOL symbol), and it is now your call.

Hope this will help.
Ian F
Since LabVIEW 5.1... 7.1.1... 2009, 2010, 2014
依恩与LabVIEW
LVVILIB.blogspot.com
0 Kudos
Message 3 of 7
(3,161 Views)
hello Max
If using Labview 7, there is a property node "increment decrement visible" to hide/view the up/down arrows.
To make trasnsparent the border, use the color tool, and to make transparent the background, use the "numeric text>>text colors" property node.

If using other version,or want to keep the control that way, best choice is "edit>>customize control" and save it for other purposes.

Hope it helps.
Alipio
---------------------------------------------------------
"Qod natura non dat, Salmantica non praestat"
---------------------------------------------------------
Message 4 of 7
(3,161 Views)
alipio wrote:
> hello Max
> If using Labview 7, there is a property node "increment decrement
> visible" to hide/view the up/down arrows.
> To make trasnsparent the border, use the color tool, and to make
> transparent the background, use the "numeric text>>text colors"
> property node.
>
> If using other version,or want to keep the control that way, best
> choice is "edit>>customize control" and save it for other purposes.
>
> Hope it helps.
> Alipio

Yes I'm using LabView 7 - so i can try this out.
Thank you for this Information!

Max
0 Kudos
Message 5 of 7
(3,161 Views)
Very cool! I hadn't noticed that one, yet.

Thanks,

-Jim
0 Kudos
Message 6 of 7
(3,161 Views)
I was wrong... see alipio's post.
0 Kudos
Message 7 of 7
(3,161 Views)