RE: [REQUEST] Message Counter on the bar
The only problem with scripts is that there is no easy way to get the event that a chat window is focused. Putting the number in the title for the window isn't difficult (I think Cookie has some code lying around on the forum to do that) but it is just getting that event, we don't want to be using heaps of CPU checking that it is the top window either. Maybe if someone made a COM object to go along with this you might be in some luck but apart from that it would have to rely on timers (though I guess a 500ms timer isnt that bad to check for forgrounding of the window.....)
|