thanks for the responses, I figured it out
(ymouse<5 && activewindow("C=Notepad"))
It's for use in a bar format contextif.
--- In [email protected], "Sheri" <sheri...@...> wrote:
>
> --- In [email protected], "majesticartz" <majesticartz@>
wrote:
> >
> > Greetings, I'm trying to accomplish a COnditionally shown bar
> > based on two parameters. Active Window and Mouse Position.
> >
> > (=acdsee) & (ymouse>10)
> >
> > I'm getting a sytax error when I test this expression. Help
> >
>
> try Format ContextIf(win.exename("active")=="acdsee" and ymouse > 10)
>