odw Posted May 13 Report Posted May 13 I am using labview 2020 Labview supports color box control only for squares. I want hexagon or color palatte, color wheel, etc. Is there anyone who produced these gui? Samples S Quote
Yair Posted May 13 Report Posted May 13 A couple of options: You can create a simple color picker by loading a picture of the color space and then using the location of the mouse cursor to recognize the cursor. Here's an example: https://forums.ni.com/t5/LabVIEW/Using-LabView-s-Color-Picker/m-p/576129#M270051 Call a .NET dialog. There might be different types of dialogs. Example: You could possibly implement it using HTML and read the results from that. Quote
dadreamer Posted May 13 Report Posted May 13 4. WinAPI version using ChooseColor function. NativeColors.rar Far from ideal, don't kick too hard. 🙂 Determine Clicked Array Element Index is from here. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.