XetaQuake Posted February 4, 2008 Share Posted February 4, 2008 Hi, i have made a guiCreateLabel, here is the code: Welcome = guiCreateLabel(0.02, 0.04, 0.94, 0.2, " Some text to explain my problem \n this is line 2 \n this is line 3 \n this is line 4 \n this is line 5 \n this is line 6 \n this is line 7 [b]and this dont show![/b]", true, tabWelcome) here is a screenshot from the problem: Declaration from my problem: you can see that line 7 dont show, but in the code i have 7 lines. pleas anybody help me so fast as you can, its realy important Link to comment
Twig Posted February 4, 2008 Share Posted February 4, 2008 Increase the height of the label. Link to comment
XetaQuake Posted February 4, 2008 Author Share Posted February 4, 2008 thanks Twig again it working realy good another question (i dont want to open a new thread): can i change the colour? on OutputChatBox it is easy, but is this possibly on guiCreateLabel? Link to comment
mabako Posted February 4, 2008 Share Posted February 4, 2008 guiLabelSetColor( label, r, g, b ) Link to comment
XetaQuake Posted February 4, 2008 Author Share Posted February 4, 2008 i thank you, this works is it possible that only 1 line have a colour? and not a complete label? Link to comment
szlend Posted February 4, 2008 Share Posted February 4, 2008 Just create another label and apply a different color. I don't think it's possible to have multiple colors in one label. Link to comment
XetaQuake Posted February 4, 2008 Author Share Posted February 4, 2008 ah yes sorry i have forgotten taht this is possible thanks for help, this thread is finish Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now