03-09-2006 04:14 AM
03-09-2006 04:45 AM
03-09-2006 07:48 PM
Hi 222
Initially, you must use "Read Jpeg file.vi" to read image (if the image is jpeg format) , and create an indicator from "Image data out" ,after readed the data (run the program), break the wire from image data output to indicator, then, right click the indicator ,and create a constant,
the image data is in the constant field (
this is a little skill of labVIEW).
Use tools pallete ,and select color tool to change button's color, can you do this ? if you can, Please see the right up of color panel, there are "T" ,select it. the goal comes.
hope this helps
03-09-2006 08:02 PM
For change the "OK button's color", the other handle, you can use its property node, which is Color[4], (select "T" too, as you need the transparent color)
usually, I would not change button's image as mouse on it, I will change its color only, the effect is good. try it ?