10-26-2009 04:38 PM
I have a numeric control placed over a background image. Initially it worked fine. But after I reorganize the program, I found that the image blocked the control. If the control is in the border of the image, I can not change it. If the control is out of the image range, I can change it. How do I fix this? LabVIEW 8.6
Ryan
Solved! Go to Solution.
10-26-2009 04:49 PM - edited 10-26-2009 04:50 PM
Sounds like you just need to reorder things. Select the control, and then select Move to Front.
Alternatively, you could select the background image and select Move to Back.
10-26-2009 04:55 PM - edited 10-26-2009 04:56 PM
10-27-2009 08:17 AM
elset191,
It worked. Thanks.
Ryan