Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

devburke

Guest
Original poster
Oct 16, 2008
1,190
0
I'm trying to mess with Growl scripts for Messages. All the ones I've found don't work with preventing messages when the chat in question is the currently selected chat. Can anyone help me figure out how to do that?

Also, if somebody knows how to make the buddy list auto-adjust its height like it used to with Chax pre-Lion, that would be awesome :)

Thanks!
 
In Applescript

Code:
tell application "System Events"
		if (name of the first process whose frontmost is true) is not "iChat" then
			--enter your code to invoke growl stuff here
		end if
end tell
 
Thanks! But is there away to have it go by specific chat, just application? I'd still like to see notifications for the chats that aren't selected. Maybe this just isn't possible though.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.