Say I'm updating a textField by adding a new line, a la a chat window. how do I start the added text on a new line?
code:
thisTextField.text = (thisTextField.text + /*i want a carriage return here...*/ + newTextLine);
basically.
Richard
Results 1 to 3 of 3
Thread: easy textField question![]()
|
Click Here to Expand Forum to Full Width |