--- In [email protected], "quantiworks" <quanticwo...@...> wrote:
>
> Is there any command or script to hide all visible bars?
>
You can get a win.handlelist of visible bars using
win.handlelist("=powerpro,&,c=powerprotoobar*"). The caption of a bar is its
bar name. You can win.hide each handle or bar.hide each caption. You can use
"for each" to process each word in the handle list. Hiding the bars will not
keeping them from re-showing if conditions are right to re-show an autoshown
bar. For that you would need to close, not hide them.
Regards,
Sheri