> Wow, that's neat and works well. Here is how I was trying to do it,
> the bar's name is *Bar and I know that bars have a property of
> Topmost, so I was trying to access the the property programatically.
> Just out of curiosity, is there a way to do it that way? ...access a
> bar's property via a script?
Something like
cl.addproperties("barname", "^topmost")
see help for addproperties (cl help, all command list items section).
You may also have to refresh or reshow the bar for the property change
to take effect.