// // CPT operator / SondeerGame // This source file is (c) by Deltares. // - October 2014 // class GeoScrollText extends GUIScrollTextBox; function InitComponent(GUIController MyController, GUIComponent MyOwner) { Super.Initcomponent(MyController, MyOwner); MyScrollText.MyScrollBar.bVisible = true; Log(MyScrollBar); } defaultproperties { Begin Object class=GUIScrollText name=HackScrollText StyleName="GeoScrollText" Separator = "|" End Object MyScrollText=HackScrollText CharDelay=0.0021 EOLDelay=0.001 bNeverFocus=true bVisibleWhenEmpty=true bNoTeletype=true bStripColors=false WinHeight=0.16 WinWidth=0.3 RenderWeight=1 }