04-22-2019 02:52 AM - edited 04-22-2019 03:20 AM
As title, I want the color of off form is transparent, but it does not display as my expectation.
I also tried to use color 4 of property node, but I fail.
How can I change the color? Can anyone help me?
Solved! Go to Solution.
04-22-2019 03:51 AM
Can you please state, what you are expecting and what is happening?
This is with same properties.
04-22-2019 04:47 AM
hi ,
You can change the color buy two Methods :
1 : using color [4]
2 : using Properties
04-22-2019 07:14 AM - edited 04-22-2019 07:18 AM
ufaruque123, Emna20 thanx for your responses!
Strangely, when I select transparent, the color become dark green in this boolean.
Besides,I expect that I can change the dark green to transparent.
Furthermore, in this case,I want to change the dark green to white without special effects.
04-22-2019 07:53 AM
hi antinhia ,
chek this vi ;
Best regards,
Kudos are welcome .
04-22-2019 07:57 AM
hi, Emna20
I find that my LabVIEW version is 2016 I can not open the file. > <''
04-22-2019 08:01 AM
You are using LabVIEW 2014. This appears to be a bug for this control -- it appears to have been fixed by LabVIEW 2016 (the oldest system I currently have readily "at hand"). "Transparent" really isn't a color (it is a special value that LabVIEW "catches" and handles, but apparently the code was not implemented for Square LEDs at some point, including LabVIEW 2014).
Upgrade your version of LabVIEW and this problem should go away.
Bob Schor
04-22-2019 08:10 AM
hi ;
if you want to change the color of the square LED from dark green to white you have to use properties (colors : off) .
04-22-2019 08:22 AM
Hi antinhia,
It looks like you have applied the color directly to the control.
You can fix by either of method,
Right click on the control and go to Visible Items--> Decal and un-check it
or
Select the paint brush and click it on the border of Boolean indicator(You can move the cursor at different part and observer the color) and set it as transparent
Or create a new control and don't apply the color on Boolean indicator using Tools (set color), set the on\off color using indicator properties as mentioned in another reply.
04-22-2019 08:24 AM
thanx you a lot Emna20!
yeah I know that I can change the color through Properties.
My ideal is the booleam only displays pure white without any special effect.
thanx Bob Schor! this is such a tangled bug, now I ignore it.