 JoVMo
		
			JoVMo
		
		
		
		
		
		
		
		
	
			09-07-2011 07:50 AM
How can I use a button that is laying under an image?
 johnsold
		
			johnsold
		
		
		
		
		
		
		
		
	
			09-07-2011 08:00 AM
Make the button transparent and put it in front of the image.
Lynn
 GerdW
		
			GerdW
		
		
		 
		
		
		
		
		
	
			09-07-2011 08:00 AM
 smercurio_fc
		
			smercurio_fc
		
		
		
		
		
		
		
		
	
			09-07-2011 08:10 AM
... or, you could respond to a click event on the image (I'm assuming you're using a picture indicator), get the coordinates, find out if they're within the rectangle of the button, and then trigger the button's click event.
Sounds to me like Lynn's suggestion is far easier.
 Olivier_L
		
			Olivier_L
		
		
		
		
		
		
		
		
	
			09-07-2011 09:05 AM
... or you can also customize a button with your image. Even having two images depending if button is pressed or not.
Olivier L. | Certified LabVIEW Developer
09-07-2011 10:41 AM
I try the transparent button. Tnx!