Page 1 of 1

wordwrapping area

Posted: 15 Aug 2012, 00:33
by MuNgLo
I've just begun to learn to work with the GUI part of ManiaLive and can't seem to figure out how to make an area for text. All I've tried so far has the text continuing in a straight line. So an example or so of that or just point me in the right way would be very appreciated.

Also I'd love to get some tutorial, example-code or just handy useful links of any sort.

Re: wordwrapping area

Posted: 15 Aug 2012, 10:44
by The_Big_Boo
I think you're searching for $label->enableAutonewline() ;)

There is a (tiny) part about Windowing system in the google code wiki. You also can take a look at standard plugins or MLEPP for GUI examples, or even ManiaLib examples as it's pretty much the same.

Re: wordwrapping area

Posted: 15 Aug 2012, 15:12
by MuNgLo
Yup sounds like that would fit just nicely. So now I can maybe get it working as I want it to.
Thanks a bunch.