Re: [perl-win32-gui-users] Rich edit: formatted text lost when scrollled

2002-06-10 Thread Jonathan Southwick
What finally worked for me was to add: ## $MainWindow is the window that has my RichEdit control. $MainWindow-InvalidateRect(0); I hope this works for you as well. Jonathan At 6/6/2002 09:56 AM, Straub, Peter (Peter) wrote: Hi all, like other contributors to this list I experienced refresh

[perl-win32-gui-users] Rich edit: formatted text lost when scrollled

2002-06-06 Thread Straub, Peter (Peter)
Hi all, like other contributors to this list I experienced refresh problems with rich edit controls (Win32-GUI 558). Everything displays ok but when the contents is scolled, especially some chars I add this way: $wRichEdit-Select($iOffset, $iOffset+1); $wRichEdit-ReplaceSel(chr(0x3A));