<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Christopher Schmidt wrote:
<blockquote cite="mid:20081217001052.GE32207@metacarta.com" type="cite">
  <pre wrap="">On Tue, Dec 16, 2008 at 03:58:53PM -0800, Greg Ederer wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi,

I saw an earlier post that recommended using the opacity property to 
access the opacity value of a layer; however, on my OpenLayers.Layer.WMS 
layers, the opacity property always contains a null value.  Any suggestions?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
layer.opacity is representative of the clientside opacity; did you
assign the opacity using setOpacity or similar?

  </pre>
</blockquote>
Thanks for the reply.&nbsp; Yes, I have called layer.setOpacity before
reading the opacity property.&nbsp; This changes the opacity as advertised.&nbsp;
But, I don't know how to get the value back out.<br>
<br>
I'm making an opacity slider control.&nbsp; I need to know the opacity of a
layer so I can set the slider value correctly.<br>
<br>
Cheers,<br>
<br>
Greg<br>
<br>
<pre class="moz-signature" cols="72">-- 
| E R G O N O S I S
| Greg Ederer
| Lead Developer
| <a class="moz-txt-link-abbreviated" href="mailto:greg@ergonosis.com">greg@ergonosis.com</a>
| 360.774.6848
|</pre>
</body>
</html>