LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Disable Color Picker

Is there a way to disable the color picker from appearing when a color control is clicked on? I have a two demensional array of color controls. I want to use event driven code rather than having the color picker / palette appearing.
0 Kudos
Message 1 of 3
(2,789 Views)
You should use the 'Mouse down?' filter event in your event structure and connect a boolean TRUE to the 'Discard?' terminal.

I attach an example where the color picker dialog is disabled on mouse click and a beep is produced instead.
Message 2 of 3
(2,789 Views)
Thank you. That's just what I needed.
I was unable to download/save your VI though for some reason.
0 Kudos
Message 3 of 3
(2,789 Views)