LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to make visible and invisble the 'Decal Image' programatically?


@JÞB wrote:
Show hide might have some trouble dropping through the top one to hit the bottom when the top is hidden .)

It works fine. I have used it many times. Stacked buttons work quite well. The hardest part is lining them al up so the transition is smooth. If the alignment is off you can see the switch.



Mark Yedinak
Certified LabVIEW Architect
LabVIEW Champion

"Does anyone know where the love of God goes when the waves turn the minutes to hours?"
Wreck of the Edmund Fitzgerald - Gordon Lightfoot
Message 11 of 15
(1,335 Views)

Alternatively, you can hide the decal behind the button.

 

George Zou
0 Kudos
Message 12 of 15
(1,329 Views)

Hi,

 

This is the hidden property 'Decal Scaling'. I have not seen this before.

Unfortunately it is not helping me because, I am using system boolean buttons with decal image/icon.

Is there any other hidden properties are there wrt 'Decal'.

 

 

I have created the UI's with decal images in my project; I have asked to remove all decal images because of licensing issue.

I am looking any simple method instead of opening every UI's + different tabs and doing manual change.

 

I hope NI will have some option for this. And keep opening other possibilities!

 

Regarding,

Yogesh Redemptor

Regards,
Yogesh Redemptor
0 Kudos
Message 13 of 15
(1,285 Views)

i did this awhile back w button controls, sounds similiar to what you are discussing here,maybe not..

stop_go_FP.png

0 Kudos
Message 14 of 15
(1,278 Views)

Add:

SuperPrivateScriptingFeatureVisible=True

to your LabVIEW.ini

You'll see the hiden scripting property.

 

George Zou
Message 15 of 15
(1,256 Views)