Subject Re: [IBO] Suggestion : the TIB_MONITORDIALOG should StayOnTop !
Author Lucas Franzen
sylvain@... schrieb:
>
> I think it would be great if the TIB_MonitorDialog window stays on
> top. If you agree with me : answser this post.
> Sylvain.

In my app I have my own form for the IBO_Monitor and some procedures for
showing / hiding / etc it. I added a CheckBox to this form that will
change the FormStyle to fsStayOnTop when Checked and back to fsNormal
when unchecked.

So I just have to add a procedure to the units that are critical, so
that they're able to show this monitor.

Luc.