From: Jonathan S. <jso...@al...> - 2001-11-08 18:35:36
|
I am copying text from a Textfield object and appending it to a RichEdit object when the user clicks on a button. The text is not wrapping though and I would like it to. my RichEdit object is defined as: $ChatBox = $GameWindow->AddRichEdit( -name => "ChatBox", -left => 400, -top => 5, -width => 230, -height => 330, -disabled=> 1, -addstyle=> WS_CHILD | WS_VISIBLE | WS_VSCROLL | ES_LEFT | ES_MULTILINE | ES_AUTOVSCROLL | ES_READONLY | ES_WANTRETURN, -addexstyle=> WS_EX_CLIENTEDGE, ); Am I doing something wrong here? Jonathan Southwick jso...@al... Technical & Network Services Allegheny College, Meadville, PA 16335 (814) 332-2755 |