How would I add an edit box with a scrollbar? I see that Listboxes have scrollbars, but there is no such option for an editable box?
Thanks,
pip
Edit Box with Scrollbar
I didn't get a chance to test this out, but it may be what you need:
http://irrlicht.sourceforge.net/docu/cl ... t.html#a18
http://irrlicht.sourceforge.net/docu/cl ... t.html#a18
virtual IGUISpinBox* irr::gui::IGUIEnvironment::addSpinBox ( const wchar_t * text,
const core::rect< s32 > & rectangle,
IGUIElement * parent = 0,
s32 id = -1
) [pure virtual]
Adds a spin box.
An edit box with up and down buttons
no, that's a spin box, means a box for numbers with increment and decrement buttons (though "up and down buttons" is a bit missleading)...jddevnet wrote:I didn't get a chance to test this out, but it may be what you need:
http://irrlicht.sourceforge.net/docu/cl ... t.html#a18
virtual IGUISpinBox* irr::gui::IGUIEnvironment::addSpinBox ( const wchar_t * text,
const core::rect< s32 > & rectangle,
IGUIElement * parent = 0,
s32 id = -1
) [pure virtual]
Adds a spin box.
An edit box with up and down buttons
while(!asleep) sheep++;
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java