Davy Brion wrote: >// add the text to the TextBuffer >buffer.Insert(buffer.EndIter,strMessage); >// scroll the textview to the insertion mark >view.ScrollMarkOnscreen(buffer.InsertMark); > >hope this helps, >Davy Brion > Thanks, that did the trick perfectly.