Quote:
Originally Posted by cyan3
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;
}
};
|
umm...
I dont think so.
I made a LOOOOONG text, and it just didnt show up anymore.
how to say ...
the text goes out of the news window and wont be showen.