a question about the edit box
a question about the edit box
Is there some way to take what is written in the edit box and save it? I am trying to come up with something akin to a password box where it checks to see if what you type into the edit box matches a predetermined string. I have read up and down the API for it and for IGUIElement and did not see an explicit method call that would return what was written in the text box.
Re: a question about the edit box
Try looking harder. Just think how pointless would the edit box be if you couldn't do thatEchilon wrote:Is there some way to take what is written in the edit box and save it? I am trying to come up with something akin to a password box where it checks to see if what you type into the edit box matches a predetermined string. I have read up and down the API for it and for IGUIElement and did not see an explicit method call that would return what was written in the text box.
*hint: look something related to text
Working on game: Marrbles (Currently stopped).
Re: a question about the edit box
is it the getText method? o.O
Re: a question about the edit box
AFAIK yesEchilon wrote:is it the getText method? o.O
Though the documentation explanation is a bit confusing (if it is so)
Working on game: Marrbles (Currently stopped).