mIRC Home    About    Download    Register    News    Help

Print Thread
#40430 07/08/03 09:44 PM
Joined: Aug 2003
Posts: 4
S
satanq Offline OP
Self-satisified door
OP Offline
Self-satisified door
S
Joined: Aug 2003
Posts: 4
from mirc help:"Event, Message, Highlight
Whenever a new message is displayed in a channel or query window, mIRC highlights the switchbar icon for that window with the chosen color."
How can i know from script when window highlights? And what color higlights in that window?

#40431 07/08/03 09:47 PM
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
The color:
Color of the text on the switchbar is the highlight color

Deturmining if its highlighted:
I would assume the $window identifier, with a property (im guessing) like .hl or something of that nature.


-KingTomato
#40432 07/08/03 09:50 PM
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
The property is sbcolor (returns null, event, message or highlight).

#40433 08/08/03 08:03 PM
Joined: Aug 2003
Posts: 4
S
satanq Offline OP
Self-satisified door
OP Offline
Self-satisified door
S
Joined: Aug 2003
Posts: 4
oh.. i didn't saw that property in help.. thx u =:-)


Link Copied to Clipboard