my @sel = $textfield->GetSel(); $textfield->Append($content); $textfield->SetSel(@sel); $textfield->ScrollCaret(); $textfield->SetFocus();