I am currently reprogramming an interface made at fisrt in Labview. I used buttons and I customized them to show 2 different pictures depending on their value (true or false). I used customise and import picture.
I need to used equivalent buttons but I only find picture button wich only allow one image (independant of the button value). Do have I to re-set picture (with setctrlattribute() ) every time button value change or is it a faster and more easy way to program such button ?
We want to support multi-language in our new code, so that we also want to change color of text when value change (text will not be include in image button like in .
In conclusion I wonder wether is it possible to create new ctrl (like ctrl already existing in custom ctrl --> toollibs contrl ) with all the proprety I need.
Thanks for your support.
Attached you will find an example of my button in labview, which I want to remake in cvi.