When I use the Recording demo, it only seems to record about 10MB to a file. That is, no matter how long I actually have the recording going, it only seems to record the first 10MB worth.
I was unable to get this code to work as expected. I essentially just copied-and-pasted it in. The results are very inconsistent. My own implementation boils down to this logic: when user types a " or ' if this is the beginning of a new paragraph, or if the previous character is whitespace replace ...
It looks like there's a slight difference in behavior now when the user clicks to select and drags off the top or bottom, but v2.2.1 still doesn't scroll with the selection.
I'm having a situation where an empty SRVE is triggering the internal TRVE's OnChange event when it's doing an initial repaint. I repeat: It's an empty SRVE. Nothing has been loaded. But the initial repaint event sets the internal TRVE's pageheight or something like that and suddenly we have an ...
Look at "Normal" view in MS Word. Notice that the editor doesn't display the blank paper above the top margin nor to the left of the left margin. The caret starts in the upper left corner. Also notice that page breaks are marked with a dotted line. That's what I want. That's not what "one page mode ...
I set certain colors based on the application's active skin. This change can occur during runtime at the user's whim. How do I force the SRVE (and the horz/vert toolbars and the background) to redraw to show the new colors? What I've tried: 1. SRVE.Repaint/Refresh/Update/Invalidate. 2. SRVE.Format 3 ...