Quote:
Originally Posted by Schetti
Well
I have to learn how to use scrolls,
so I made it big eneugh for begin.
|
Correct me if I'm wrong but won't this make the gui scroll?
PHP Code:
new GuiScrollCtrl("MyGUI_MultiLine1_Scroll") {
profile = GuiBlueScrollProfile;
height = 800;
hscrollbar = "dynamic";
vscrollbar = "dynamic";
width = 800;
y = 1;
new GuiMLTextCtrl("MyGUI_MultiLine1") {
profile = GuiBlueMLTextProfile;
height = 16;
horizsizing = "width";
text = " News here";
width = 518;
}
};