--- In [email protected], "Sheri" <sheri...@...> wrote: > > --- In [email protected], "ebennetthill" <benhill@> wrote: > > > > I use an Info bar that is positioned in the caption. I want to hide it when > > the window is too small for the information. > > > > I tried *Format ContextIf ((win.width ("active"))>500) as the > > first command in the list, but nothing changed. I know that > > (win.width("active")) works, but ContextIf isn't using the number > > or I'm not using ContextIf correctly, or ... ? > > > > What should I try to show a bar only when the window is above a certain > > width? > > > > I guess you've got too many parentheses in there; try it like this. > > (win.width("active")>500) >
Thanks, but removing the parentheses didn't affect my bar. It still appears in the caption of every window no matter how narrow. I also removed a subbar that hid part of the bar on certain windows because I read "You cannot use Format Context on bars with subbars determined by the active window." But that didn't change things either. I'll keep on trying. I'm sure something will work.
