Text box problem

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
Thomaskkc
Posts: 134
Joined: Fri Sep 15, 2006 4:04 pm

Text box problem

Post by Thomaskkc »

I have add a static size of the text box and insert some text from the xml
however, the text is longer than the size of the text box, and the box won't auto create a scroll bar to view all the text,
so I'd like to ask how to add the scroll bar to view the text?

i have use addScrollBar(), however, it just add there and can't work

how to do this?
thanks~
Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

Post by Acki »

Unfortunately there is no way to add a scroll bar to a text box... :cry:
Maybe a list box suits better your needs ???
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
harukiblue
Posts: 49
Joined: Sun Dec 10, 2006 6:23 pm

wow

Post by harukiblue »

Wow, I cant believe this is true...
You cant add a scroll bar, please tell me your joking.

I guess I will look at the code and see if I can improve it, because that is kind of silly. I will post back to here with my progress.

long live irrlicht! :roll:
Thomaskkc
Posts: 134
Joined: Fri Sep 15, 2006 4:04 pm

Post by Thomaskkc »

I also can't believe, text box have scroll bar is a comman interface decide basic, how come not support scroll bar

is there any one try?
bitplane
Admin
Posts: 3204
Joined: Mon Mar 28, 2005 3:45 am
Location: England
Contact:

Post by bitplane »

*adds to very long GUI to-do list* :)
Submit bugs/patches to the tracker!
Need help right now? Visit the chat room
Post Reply