Search found 34 matches

by DavidRM
Wed Jan 28, 2009 9:31 pm
Forum: ScaleRichView
Topic: ApplyStyleConversion Question
Replies: 2
Views: 16330

I found the problem. My external TRVE had the rvoClientTextWidth option set.

Thanks.

-David
by DavidRM
Wed Jan 28, 2009 8:17 pm
Forum: ScaleRichView
Topic: OnContextPopup Problem
Replies: 3
Views: 18354

I just purchased SRVE. Can you tell me where to make the fix, pending the next update?

Thanks.

-David
by DavidRM
Tue Jan 27, 2009 12:23 am
Forum: ScaleRichView
Topic: ApplyStyleConversion Question
Replies: 2
Views: 16330

ApplyStyleConversion Question

I'm using SRVE with an external TRVE. I'm not using RVActions. When I apply a style using ApplyStyleConversion that would change the layout for an item (say, by making the font size 1 bigger), the right margin is getting messed up. The text wraps at the edge of the page, not at the right margin. Is ...
by DavidRM
Mon Jan 26, 2009 9:12 pm
Forum: ScaleRichView
Topic: OnContextPopup Problem
Replies: 3
Views: 18354

OnContextPopup Problem

I'm using an external TRVE with the SRVE trial.

The OnContextPopup event isn't happening. I've set the event handler on the SRVE, the TRVE, and both. It never gets fired.

Is this a bug or is there some voodoo I'm missing?

Thanks.

-David
by DavidRM
Thu Jan 22, 2009 12:27 am
Forum: ScaleRichView
Topic: Displaying ScaleRichView without Margins
Replies: 6
Views: 29281

Displaying ScaleRichView without Margins

Is there a way to limit the display of SRVE to only show the actual text area? That is, without the blank margins along all 4 sides?

Thanks.

-David
by DavidRM
Tue Jan 20, 2009 6:33 pm
Forum: ScaleRichView
Topic: Clicking on an Image in a Table has Display Error
Replies: 3
Views: 18798

Thanks!

-David
by DavidRM
Tue Jan 20, 2009 6:32 pm
Forum: ScaleRichView
Topic: Any guidelines for upgrading an app to use SRVE?
Replies: 3
Views: 17812

Thanks, Sergey.

I'll keep an eye out for the more detailed version. In the meantime, I'll continue experimenting.

-David
by DavidRM
Mon Jan 19, 2009 10:12 pm
Forum: ScaleRichView
Topic: Any guidelines for upgrading an app to use SRVE?
Replies: 3
Views: 17812

Any guidelines for upgrading an app to use SRVE?

I'm in the process of testing SRVE for use in my application (which has used TRVE since 2004). My plan is to provide a "normal" TRVE editor, with the option of using SRVE for WYSIWYG. After nearly 5 years of coding for TRVE, I really don't want to *break* any of that. So is there a collect...
by DavidRM
Mon Jan 19, 2009 10:09 pm
Forum: ScaleRichView
Topic: Clicking on an Image in a Table has Display Error
Replies: 3
Views: 18798

Clicking on an Image in a Table has Display Error

I use 2-column tables to position text beside an image. In SRVE, clicking on the image inside the table has a display error. First the image is displayed with a chunk of the text above or below it (usually below, I think). After a second or so, the display fixes itself, but it's still quite ugly. I'...
by DavidRM
Sat Sep 08, 2007 6:36 pm
Forum: ScaleRichView
Topic: Does the ScaleRichView Full (non-Trial) Version look better?
Replies: 4
Views: 19001

A few questions, if you don't mind: Is there any work being done to clean up the display? What is the primary reason for the less-than-stellar rendering? Speed? Some Win32 API problem? Is there a compiler switch I can toggle that will give me great-looking text at the expense of rendering speed? Tha...
by DavidRM
Sat Sep 08, 2007 4:20 am
Forum: ScaleRichView
Topic: Does the ScaleRichView Full (non-Trial) Version look better?
Replies: 4
Views: 19001

Does the ScaleRichView Full (non-Trial) Version look better?

I don't want to come across as rude or snarky, but... When I've tried the ActionTest demo with ScaleRichView, I've been underwhelmed by the quality of the font rendering. It's gappy and, well, ugly. Sure, the linebreaks and heights match the printout, which is handy, but ... ick. Times New Roman, BT...
by DavidRM
Fri Mar 09, 2007 6:04 pm
Forum: Support
Topic: Search conception in TRichView
Replies: 16
Views: 46687

Michael, It took me a few minutes, but I figured out what you were doing with that first fix. I've implemented something similar in my own code now. That fixes an obscure bug I've heard from users occassionally. Good catch! :) I never noticed the second bug because of how I use the procedure. I'll s...
by DavidRM
Tue Feb 07, 2006 6:57 pm
Forum: Support
Topic: How to export OLE objects from TRichViewEdit to a .rtf file.
Replies: 10
Views: 50227

ML, It could be that the calculation of the metafile's width and height should ignore the RichViewPixelsPerInch and just use the device context PPI. You could experiment with that and see if it makes any difference. I'm not sure I'll have a chance to experiment with it soon, but I'll try to work it ...
by DavidRM
Wed Nov 09, 2005 5:20 pm
Forum: Support
Topic: Extra Slashes in URL Hyperlinks
Replies: 6
Views: 27831

This might be related to the problem I saw with pulling images with root-based source paths:

http://www.trichview.com/forums/viewtop ... highlight=

-David
by DavidRM
Sat Oct 01, 2005 5:51 pm
Forum: Support
Topic: Print, keep image within pagewidth, possible ?
Replies: 2
Views: 15038

As part of the printing process, just before assigning the RVE to the RVPrint for final formatting, I cycle through the RVE items and check the width and height of each image. Prior to doing that, of course, I have to calculate the maximum width and height are possible (accounting for page margins)....