From: Morbus I. <mo...@di...> - 2001-04-30 23:39:47
|
>#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? |