Wordwrap for editbox?

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Clash
Posts: 80
Joined: Thu Apr 19, 2007 4:20 pm

Wordwrap for editbox?

Post by Clash »

I need some sort of textbox, like an editbox but with multiple lines, does irrlicht have this feature?

I found this topic, but there is no such attribute as wordwrap on edit box :?
http://irrlicht.sourceforge.net/phpBB2/ ... t=box+wrap
Thanks!
bitplane
Admin
Posts: 3204
Joined: Mon Mar 28, 2005 3:45 am
Location: England
Contact:

Post by bitplane »

Edit boxes currently have word wrap, multi-line and text alignment :)
You can either wait some time for Irrlicht 1.4, or grab the latest code from SVN
Submit bugs/patches to the tracker!
Need help right now? Visit the chat room
mhack
Posts: 38
Joined: Sun Apr 01, 2007 2:13 am
Location: Montana, USA

Post by mhack »

If you don't want to wait for 1.4 or do it with svn, you could also implement a semi-functional multiline text display using an IGUIListBox in 1.3. However, in 1.3 it doesn't have a horizontal scroll, so you'd either have to add that yourself or break the lines yourself.

By the way bitplane, will list boxes have autoscroll and horizontal scrollbars in the new version?
Post Reply