Search found 6 matches

by fure
Thu Jan 10, 2008 5:17 pm
Forum: Support
Topic: Bounds checking for TRichViewEdit.
Replies: 2
Views: 9280

Thank you for the quick reply. I tried this out and it does exactly what I wanted it to.
by fure
Wed Jan 09, 2008 3:52 pm
Forum: Support
Topic: Bounds checking for TRichViewEdit.
Replies: 2
Views: 9280

Bounds checking for TRichViewEdit.

I am looking for a way to bounds check the a TRichViewEdit object. What I am doing is filling in a TRichViewEdit object at run time with data read from a file. Then I am painting this information to a bitmap, and then sending it to a printer. The issue that I am running into is that since this is ...
by fure
Thu Oct 04, 2007 4:34 pm
Forum: Support
Topic: Visible space and new line characters.
Replies: 2
Views: 8747

Thank you, that is exactly what I was looking for.
by fure
Wed Oct 03, 2007 6:47 pm
Forum: Support
Topic: Visible space and new line characters.
Replies: 2
Views: 8747

Visible space and new line characters.

Is there a way to show the space and new line characters (displaying a dot for spaces and the paragraph symbol for a new line) in TRichViewEdit? I have looked in the help files and searched the forum for anything like this but have not found anything yet.

Thanks
by fure
Tue Sep 11, 2007 1:27 pm
Forum: Support
Topic: Position to insert images.
Replies: 1
Views: 7512

Found the answer. I used rvvaAbsBottom and it puts the image exactly where I want it.
by fure
Mon Sep 10, 2007 9:54 pm
Forum: Support
Topic: Position to insert images.
Replies: 1
Views: 7512

Position to insert images.

Hello, I noticed when I insert an image that it will be drawn slightly higher than the lower limit of the text, thus the line height may change slightly. Is there a different option other than rvvaBaseline or rvvaMiddle (this is too low) to lower the starting postion for the image? Preferable at the ...