Thread: Gui problem...
View Single Post
  #11  
Old 08-10-2007, 04:07 AM
oo_jazz_oo oo_jazz_oo is offline
Jazz teh Awesome
oo_jazz_oo's Avatar
Join Date: Jul 2006
Location: California
Posts: 596
oo_jazz_oo is a jewel in the roughoo_jazz_oo is a jewel in the rough
Send a message via MSN to oo_jazz_oo
Ok, now I need some more help. lol
It has to do with guis also...
Ok, I have a gui scroll ctrl with text inside it.
Now, as the player chats, the text adds line to what the player is saying.
When the text reaches the bottom of the scroll box, I need the scroll to go to the bottom.
Currently, it hides 1 line...
Say, its starting to stretch the scroll, and you say 'Test'. It will not show up, cause its hidden.
Then you say 'Test2', and 'Test' will show up and 'Test2' will be hidden...
I currently have the script set to this
texth1.scrollto(0, text123.height);
So, what ese can I do so it doesnt hide that 1 line?
Reply With Quote