Anonymous - 2002-10-24

One solution, and one further problem.

In my work environment all computer sounds must be muted. That means that the $BeepRoom notification is not useful for me. To rememdy this, I added the following script to run whenever $BeepRoom is true:
   self.focus();
This brings the 'buddy list' in focus, alerting me that someone has entered the room. And this works fine when I'm waiting for someone.

However my further problem is that when I am chatting, I would like the chat window to come into focus whenever there is a new line of chat. This one really has me confused, as I haven't yet successfully understood some of the code involved.

Has anyone done something similar to this that they could share with me?

Thanks,
David