--- In [email protected], "Sheri" <sheri...@...> wrote:
> *Format
> contextif
> ((win.exename("active")=="Photoshop" && win.maxable("active") &&
> visiblewindow("=Photoshop,&,c=OWL.ControlBarContainer"))
Sorry that has an extra open paren at the beginning, s/b:
(win.exename("active")=="Photoshop" && win.maxable("active") &&
visiblewindow("=Photoshop,&,c=OWL.ControlBarContainer"))
