I am haing problems with indicators moving on my labview page as soon as i hit the run command or run the executeable. As you can see from the attached screenshots the picture in the centre is fine before but as soon as the labview page starts to run the picture shifts. I have tried grouping the picture and locking it but this has had no effect.
In the VI's VI Properties, do you have "Maintain proportions of window for different monitor resolutions" or "Scale all objects on panel as the window resizes" checked?
Are you programatically setting the size of the window? The two options mentioned above don't deal with images real well.
Mike...
Certified Professional Instructor Certified LabVIEW Architect LabVIEW Champion
The window size is the same as when it is created, i.e. i don't change the window size in anyway.
"Maintain proportions of window for different monitor resolutions" and "Scale all objects on panel as the window resizes" are NOT set. This is why it seems rather confusing.
Very strange. It appears that only two controls are moving. Are you using any property nodes to set the position of these controls? Could you replace these controls with new ones and see if you are still seeing this behavior?