mIRC Homepage
Posted By: ennery scripts editor - 06/04/07 01:06 AM
hi,

How to dectect scripts editor is open, because i've a window on top and I would like to put it behind at the opening scripts editor.

(excuse me for my english,i'm french)

thx
Posted By: DJ_Sol Re: scripts editor - 06/04/07 07:00 PM
I don;t know that that is possible. Maybe with a dll. Why not make your script editor on top as well? Also, I have my editor show on desktop, I personally like this way better.

Options > Always On Top
Posted By: ennery Re: scripts editor - 08/04/07 11:40 AM
I solved with

if ((($mouse.win == $active) || ($mouse.win == @win)) && ($mouse.y > 0)) { setlayer 255 @win }
else { setlayer 0 @win }
Posted By: MeStinkBAD Re: scripts editor - 22/04/07 06:33 PM
Hmm... I have the script window set as a desktop window rather than an MDI window. This could also solve the problem, unless that window is also a desktop window.
© mIRC Discussion Forums