07-22-2011 09:49 AM - edited 07-22-2011 09:55 AM
Ok, so I wrote this simple program, but for some reason i cant control the offsets, width and height (attributes related to the image display on front panel). When i go to MAX, i am able to change these attributes, why cant i do it in labview? Any ideas?
07-22-2011 12:31 PM
You need to put the width and height controls inside your loop to adjust while running.
From the image you provided, the width and height are set once outside the loop, and then you sit in the loop, so they can't be adjusted again.