Hi,
Can users input text into Irrlicht tables in the same manner as edit boxes, just like inputting text into Excel spreadsheet?
Also, is it possible to add GUI elements other than text to list boxes? I'd like to include some spinboxes, checkboxes, and edit boxes.
Quick questions about tables and listboxes
-
- Posts: 22
- Joined: Sun Jun 12, 2016 8:03 am
Quick questions about tables and listboxes
Code::Blocks
mingw
Windows 10 64-bit
mingw
Windows 10 64-bit
Re: Quick questions about tables and listboxes
Sorry, it's not that flexible. If you need such functionality you will have to use your own gui elements.
You could probably start by copying the code of the existing elements and replace the child-elements which are used to a general IGUIElement which is then instanced by the the type you really need. But no idea if it's really that simple - I didn't do that myself yet.
You could probably start by copying the code of the existing elements and replace the child-elements which are used to a general IGUIElement which is then instanced by the the type you really need. But no idea if it's really that simple - I didn't do that myself yet.
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
-
- Posts: 22
- Joined: Sun Jun 12, 2016 8:03 am
Re: Quick questions about tables and listboxes
Thanks. I've got an ugly back up plan in mind.
Code::Blocks
mingw
Windows 10 64-bit
mingw
Windows 10 64-bit