Game Development Community

Chatbox only showing one line?

by Daniel Brown · in Torque Game Engine · 08/08/2005 (5:47 am) · 4 replies

Hey all,

Not sure if its just me whos come across this, but i've taken the chathud from starter.fps, and it works fine except the messagevector is only showing one line at a time??? Any ideas?

Thanks

#1
08/08/2005 (3:34 pm)
Maybe it needs to be taller?
#2
08/08/2005 (4:54 pm)
I tried that but it keeps returning to its orginal size!
#3
08/08/2005 (7:02 pm)
Is there a property on the GuiControl that affects the height, or perhaps a GuiControlProfile that's telling it to autosize?
#4
08/09/2005 (3:21 am)
It's sorted :) I hadn't given the global $pref::frameMessageLogSize a value, which tells the messagevector how many lines to show!