#Select the last thing in the RichEdit
$rePOD->Select(999999,999999);

#Replace the selection with new text
$rePOD->ReplaceSel("$line\n",1);

Neat idea, but now, instead of seeing the last $message being passed as the first line of the RichEdit (scrolled to that first line), I see a blank screen - the autoscroll goes past my last line... Course, changing the \n around fixes that (with the side effect of a blank first line), but my autoscrolling problem is still there.

Any ideas?




Reply via email to