Search found 34 matches

by DavidRM
Mon Feb 06, 2017 2:56 pm
Forum: Support
Topic: Future versions
Replies: 40
Views: 144220

Re:

Sergey Tkachenko wrote: Sun Oct 09, 2016 8:14 pm Lazarus and FireMonkey
Is there any news on a Firemonkey version of TRichView/TRichViewEdit?

Thanks.

-David
by DavidRM
Thu Aug 11, 2016 9:21 pm
Forum: RVMedia
Topic: Recording Demo Issue
Replies: 1
Views: 12175

Recording Demo Issue

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.

Am I doing something wrong?

Thanks.

-David
by DavidRM
Wed Jun 08, 2016 7:54 pm
Forum: ScaleRichView
Topic: Using OnDrawStyleText with ScaleRichView
Replies: 2
Views: 16846

Ah, OK. I see I will need to update my SRV (I'm still in v6.1.3).

Thanks.

-David
by DavidRM
Tue Jun 07, 2016 10:24 pm
Forum: ScaleRichView
Topic: Using OnDrawStyleText with ScaleRichView
Replies: 2
Views: 16846

Using OnDrawStyleText with ScaleRichView

Is it possible to use the RVStyle.OnDrawStyleText event with SRV?

Are there special issues that have to be dealt with?

Thanks.

-David
by DavidRM
Fri Dec 12, 2014 8:34 pm
Forum: Examples, Demos
Topic: [Example] Typing opening and closing quotes
Replies: 6
Views: 69486

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 repl...
by DavidRM
Wed Sep 30, 2009 10:46 pm
Forum: Support
Topic: How to export OLE objects from TRichViewEdit to a .rtf file.
Replies: 10
Views: 50083

Very cool. I'll check it out.

-David
by DavidRM
Thu Jul 02, 2009 11:27 pm
Forum: ScaleRichView
Topic: SRVE Not Scrolling when Selecting
Replies: 5
Views: 26634

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.

-David
by DavidRM
Fri May 29, 2009 7:17 pm
Forum: ScaleRichView
Topic: SRVE Not Scrolling when Selecting
Replies: 5
Views: 26634

Thanks. I'll look forward to it.

-David
by DavidRM
Thu May 28, 2009 6:20 pm
Forum: ScaleRichView
Topic: SRVE Not Scrolling when Selecting
Replies: 5
Views: 26634

SRVE Not Scrolling when Selecting

When clicking and dragging to select past the top or bottom of the SRVE, the SRVE isn't scrolling.

Is this a bug, or is there something I've missed?

Thanks.

-David
by DavidRM
Tue Feb 10, 2009 6:47 pm
Forum: ScaleRichView
Topic: OnChange Issue
Replies: 2
Views: 17777

I'll try to narrow things down more today.

Thanks for the code fix.

-David
by DavidRM
Mon Feb 09, 2009 9:46 pm
Forum: ScaleRichView
Topic: OnChange Issue
Replies: 2
Views: 17777

OnChange Issue

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 OnCh...
by DavidRM
Sat Jan 31, 2009 10:38 pm
Forum: ScaleRichView
Topic: Displaying ScaleRichView without Margins
Replies: 6
Views: 28978

I'll be looking forward to it.

Thanks.

-David
by DavidRM
Fri Jan 30, 2009 1:50 am
Forum: ScaleRichView
Topic: Displaying ScaleRichView without Margins
Replies: 6
Views: 28978

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 "...
by DavidRM
Thu Jan 29, 2009 10:12 pm
Forum: ScaleRichView
Topic: How to Force a Full Redraw?
Replies: 1
Views: 14885

How to Force a Full Redraw?

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...
by DavidRM
Thu Jan 29, 2009 9:12 pm
Forum: ScaleRichView
Topic: Displaying ScaleRichView without Margins
Replies: 6
Views: 28978

What I'm really looking for is something like the "Normal" view in MS Word.

The top and left margins aren't displayed at all.

But page breaks *are* displayed (as a dotted line).

Is there a way to do that with SRVE?

Thanks.

-David