> I am trying to import a graphic to use in place of the needle on an
> indicator. When i do this, however, the image does not rotate, it
> merely moves around while maintaining its original orientation.
>
> Is there a way that I can import my own image into a control or
> indicator, and have it rotate (pivot around some center) when given a
> numerical input, such as 0 to 360 degrees?
The short answer is, knobs and meters don't work that way. Their meter
is a vector based graphic. If replaced with another graphic, even like
the hemispherical hole in the 3D one, it no longer rotates, must moves.
It turns out that rotating bitmaps is pretty slow, and it doesn't
necessarily look that great either. You can probably find some bitmap
rotating VIs that wor
k with the picture control.
Greg McKaskle