Page 1 of 1

Editbox- saving user input

Posted: Sat Jan 20, 2007 20:27
by PostaL
I'm fairly new to CEGUI, but am enjoying it thus far. I'm making a graphical form to save user information. I have an edit box for things like name, password, email addresss, etc. Once the user enters their information and clicks an okay button, I want the information in the edit boxes to be written to a text file using std output calls from C/C++. I'm using Ogre3d. Basically, I don't know how to save the information that the user writes in the edit boxes. Thanks.

Posted: Sun Jan 21, 2007 00:16
by PostaL
Nevermind, I figured it out.