1. Win32LIb: RichEdit scroll bars and font
- Posted by Judith Evans <camping at FLASH.NET> Nov 14, 2000
- 403 views
Well when I went into my RichEdit editor version I remembered two things: How do I know when the RichEdit scrollbars are moved? I assigned them to the RichEdit with WS_HSCROLL and WS_VSCROLL style. OnScroll does not work with them since they have no control name, unless there is something I'm missing in my understanding of RichEdit. The other problem was changing the font changes the font of whatever is behind the window containing the RichEdit, for example, the windows desktop or windows explorer. Judith On Tue, 14 Nov 2000 17:06:26 -0500, Judith Evans <camping at FLASH.NET> wrote: >Well, Ralf, I never thought of it that way. That is a good idea! > >Thanks, > >Judith > > >On Tue, 14 Nov 2000 22:42:06 +0100, Fam. Nieuwenhuijsen <nieuwen at XS4ALL.NL> >wrote: >> >>The preload step ? Am i missing something here or isn't the trick to pull >>here called on-demand-colorization ? >> >>I mean, when you load a file only the part that you can see has to be >>colorized. When a scroll event takes place, colorize the new lines. When an >>edit event takes place, re-colorize the active line. Store in a sequence >>somewhere which lines are already colorized and which are not yet >colorized, >>so when you scroll the uncolorized lines get colorized as well. It >shouldn't >>be that difficult. >> >>Ralf N. >>nieuwen at xs4all.nl