Edit Field, whatever??

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
TheGameMaker
Posts: 275
Joined: Fri May 12, 2006 6:37 pm
Location: Germany

Edit Field, whatever??

Post by TheGameMaker »

Hey, I'm currently working on A shader Editor, and everything is working fine, but I never used the IRR gui bevor, so I have some problems with them.. Is there a Edit Field?? like a Texteditor.. A multiline Editbox or something?? (Editbox is just single lined...)
thx in advance.. TGM
sader
Posts: 28
Joined: Sat Sep 29, 2007 1:38 pm

Post by sader »

IGUIEditBox has this method

Code: Select all

		//! Enables or disables newlines.
		/** \param enable: If set to true, the EGET_EDITBOX_ENTER event will not be fired,
		instead a newline character will be inserted. */
		virtual void setMultiLine(bool enable);
TheGameMaker
Posts: 275
Joined: Fri May 12, 2006 6:37 pm
Location: Germany

Post by TheGameMaker »

Ok.. thx..
dump me..
I should realy read the manual better nexxt time.. sry...
Post Reply