> Try hiding it with > bar hide at the top of the loop. Then close it at the end.
Yes, "Bar Hide" has solved the problem. Thank you very much, Bruce. One more question about checkbox controls on bars: How the current state of checkboxes can be stored, written to the ini file, and then restored? cl.Export doesn't write the checkbox state although it could. An awkward solution: create another ini file whose sections correspond to those of ini file the cl is read from. Before closing the bar use cl.GetCtrlValue function and then ini plugin to write the checkbox state to the second ini file, and after reading cl from first ini also read second ini and use the cl.SetCtrlValue function. Is there more elegant solution? Thanks in advance. Yours sincerely, Vochomurka
