View Single Post
  #14  
Old 08-22-2009, 10:28 PM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
Didn't try it, but using those two events should do the trick:

PHP Code:
function ChatBar.onShow() {
  
// stuff
}

function 
ChatBar.onHide() {
  
// more stuff

Reply With Quote