--- In [email protected], "majesticartz" <majestica...@...> 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)
