Page 1 of 1

Edit Field, whatever??

Posted: Wed Oct 10, 2007 2:34 pm
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

Posted: Wed Oct 10, 2007 2:47 pm
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);

Posted: Wed Oct 10, 2007 2:52 pm
by TheGameMaker
Ok.. thx..
dump me..
I should realy read the manual better nexxt time.. sry...