View Single Post
  #6  
Old 03-09-2012, 11:09 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by fowlplay4 View Post
I feel like that would trigger a GuiScrollControl.onResize() and you can do the same thing there.

PHP Code:
//#CLIENTSIDE
function GuiScrollControl.onResize() { 
  
GuiScrollControl.scrolltobottom();

Except the problem is he only wants to scroll down if it's already scrolled to the bottom. If someone chats in RC but you've scrolled up, it doesn't automatically scroll down for you (that would be annoying).
__________________
Reply With Quote