Set selected text of IGUIEditBox

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

Set selected text of IGUIEditBox

Post by Clash »

Is it possible to set the selected text of IGUIEditBox? Can't find it at the API... I wanted that when the guy pressed TAB it would highlight all the selected text of a editbox
http://irrlicht.sourceforge.net/docu/cl ... t_box.html
Thanks!
CuteAlien
Admin
Posts: 9929
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Post by CuteAlien »

Sorry, the function for that is not in the public interface for some reason (I don't know why right now). Maybe add it to the feature-wish-tracker.
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
randomMesh
Posts: 1186
Joined: Fri Dec 29, 2006 12:04 am

Post by randomMesh »

CuteAlien wrote:Maybe add it to the feature-wish-tracker.
It is in the tracker. For more than a year.
"Whoops..."
CuteAlien
Admin
Posts: 9929
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Post by CuteAlien »

randomMesh wrote:
CuteAlien wrote:Maybe add it to the feature-wish-tracker.
It is in the tracker. For more than a year.
oops
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
Post Reply