The statictext and editbox in Irrlicht GUI do not automatically add a scroll bar when the text is bigger than the give rectangle area.
Is it possible to add a scrollbar to it with little effort?
Thank you,
How to made statictext or editbox scrollable
http://web.archive.org/web/200605182258 ... GUITextBox
http://www.pltg-blacksun.de/yass/downloads/TextBox.rar from http://irrlicht.sourceforge.net/phpBB2/ ... e&start=15
http://www.pltg-blacksun.de/yass/downloads/TextBox.rar from http://irrlicht.sourceforge.net/phpBB2/ ... e&start=15
Live long and phosphor!
-- https://github.com/netpipe/Luna Game Engine Status 95%
-- https://github.com/netpipe/Luna Game Engine Status 95%
I had no such plans for edittext so far (is that really typically used in an editbox?). For static-texts scrolling itself must be improved first, I have already written 2 patches for that (first one wasn't so good) and plan to apply the latter whenever I find time for it. Then it will at least be easier to code that.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
turns out just the event receiver needed to be updated to work with 1.7 for some reason it was compiling without the "const SEvent& event" part and running anyway heres a link
Updated with mouse scrolling
http://www.xup.in/dl,76797232/TextBox.7z/
Updated with mouse scrolling
http://www.xup.in/dl,76797232/TextBox.7z/
Live long and phosphor!
-- https://github.com/netpipe/Luna Game Engine Status 95%
-- https://github.com/netpipe/Luna Game Engine Status 95%