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
[EMAIL PROTECTED]
Technical & Network Services
Allegheny College, Meadville, PA 16335
(814) 332-2755


Reply via email to