On 05Nov12 08:40 -0700, Jaimos F Skriletz wrote: > So you could do something like this > > AddToFunc TagWindow > + I Pick > + I TestRc (Error) Break > + I State $0 1 > + I WindowStyle BorderColorSet foo, HilightBorderColorset bar > > If you have a way to toggle the state of the window (so you can turn > off State 10 in your case, you will have to do something similar and > reverse the colorset change on the border color)
Thank you for this comprehensive instructions. Using WindowStyle does the job. Off topic: Using conditional commands (Pick, All ,...) without a command in the same line does not work for me.