tracking filter status

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • nati

    tracking filter status

    How can i read the light filter properties?
    I have a divide with id="pic". I have assigned a light filter -
    pic.style.filte r='light()';
    I have assigned an ambient and two cones to the filter and made an interface
    to change the parameters. I now need to read the status of the filter in
    order to save the states. I have tried pic.filters.ite m(0).ambient.co lor -
    pic.filters.lig ht.anbient.colo r and some other variations but nothing
    returns a value.
    Any help in proper syntax or approach? TIA
    Jim Catz


  • Thomas 'PointedEars' Lahn

    #2
    Re: tracking filter status

    nati wrote:
    [color=blue]
    > How can i read the light filter properties?[/color]

    You mean the proprietary Micro$oft filters that
    work only in the IE browser component? If yes,
    read




    HTH

    PointedEars

    Comment

    • Thomas 'PointedEars' Lahn

      #3
      Re: tracking filter status

      Thomas 'PointedEars' Lahn wrote:
      [color=blue]
      > nati wrote:[color=green]
      >> How can i read the light filter properties?[/color]
      >
      > You mean the proprietary Micro$oft filters that
      > work only in the IE browser component? If yes,
      > read
      >
      > http://msdn.microsoft.com/library/de...node_entry.asp[/color]

      Their frameset organization sucks. Read

      Find official documentation, practical know-how, and expert guidance for builders working and troubleshooting in Microsoft products.


      for details.


      PointedEars

      Comment

      Working...