On 10 apr, 19:29, rtow...@[EMAIL PROTECTED]
wrote:
> On Apr 10, 10:24 am, Bill Triplett wrote:
>
> > The sample of code below is supposed to convert some data to an
IDLgrROI
> > and then display it. The STYLE=0 keyword is supposed to cause the
object
> > to be rendered as a series of points.
>
> > This works well when I am connected to the workstation through a VNC
> > session; however when working directly on the machine's console, it
> > appears that the STYLE keyword is ignored, and the object is rendered
as
> > though it were a IDLgrPOLYLINE.
>
> > Does anyone what would cause this behavior? I am somewhat new to
object
> > graphics, but am learning quickly.
>
> Just a guess, but remove the ALPHA_CHANNEL keyword. Does that make a
> difference?
>
> -Rick
Mind the difference between Style and LineStyle!
Use STYLE for point's, open- or closed- Roi's
Use LINESTYLE for a solid line or a dotted line etc.


|