Search found 32 matches

by lkessler
Mon Jan 04, 2010 6:10 am
Forum: Support
Topic: Move Selection to Original Position
Replies: 17
Views: 54016

We've fixed that little sidetrack problem. But now I need to get back to the original problem: "Move Selection to Original Position" I am saving my original position as follows: RVE.GetSelectionBounds(StartItemNo, StartItemOffs, EndItemNo, EndItemOffs, true); if RVE.RVData.GetItemStyle(Sta...
by lkessler
Thu Dec 31, 2009 3:13 am
Forum: Support
Topic: Move Selection to Original Position
Replies: 17
Views: 54016

Oh. Maybe I'm getting it now. So you are saying that in my OnKeyDown event, for VK_UP, VK_DOWN, VK_PRIOR and VK_NEXT, I should do this: PostMessage(Handle, WM_ExtendView, 0, 0); and then declare const WM_ExtendView = WM_USER + 10; type MyForm = class(TForm) ... procedure WMExtendView(var Msg: TMessa...
by lkessler
Wed Dec 30, 2009 7:58 pm
Forum: Support
Topic: Move Selection to Original Position
Replies: 17
Views: 54016

I have pretty well succeeded in virtualizing my very large TRichView documents so as to allow huge document size, but only loading the page you see as well as a couple of pages before and after that. So on the key down (RVEditKeyDown) event, if a Page Up, Page Down, Arrow Up or Arrow Down is pressed...
by lkessler
Wed Dec 30, 2009 6:11 am
Forum: Support
Topic: Move Selection to Original Position
Replies: 17
Views: 54016

Okay. Finally further investigation has led me to discover something. It seems that in my code, the GetSelection Bounds, update items, and then SetSelectionBounds is actually working. What isn't working is when my cursor starts inside a table, I do a cursor movement down, I do my Get-Update-Set proc...
by lkessler
Tue Dec 22, 2009 5:46 am
Forum: Support
Topic: Move Selection to Original Position
Replies: 17
Views: 54016

I don't know what it is, Sergey, but I seem to be having a lot of trouble with this. Let's see if I can explain it in detail. What I'm trying to do is save a selection in a table, rebuild the RichViewEdit to include exactly the same table, but possibly as a different item, and then restore the selec...
by lkessler
Sat Dec 19, 2009 10:12 pm
Forum: Support
Topic: Move Selection to Original Position
Replies: 17
Views: 54016

Move Selection to Original Position

I want to do the same thing as "Move Caret to Original Position" in http://www.trichview.com/forums/viewtopic.php?t=1463 except I want to do it with the selection, instead of the just the caret position. It needs to work with tables that are only 1 level deep (i.e. they never have tables i...
by lkessler
Thu Nov 06, 2008 7:09 pm
Forum: Support
Topic: Consider Exhibiting TRichView at CodeRage
Replies: 0
Views: 12460

Consider Exhibiting TRichView at CodeRage

Sergey:

The CodeRage III Virtual Conference is taking place Dec 1-5, 2008.

I don't know what they would charge you, but it might be worthwhile for you to consider adding TRichView into their Exhibit Hall: http://conferences.codegear.com/coderage08/hall

Louis
by lkessler
Mon Jul 02, 2007 12:26 am
Forum: ScaleRichView
Topic: Speed and Formatting Questions
Replies: 3
Views: 18675

Speed and Formatting Questions

I use TRichViewEdit in my application sometimes for very large documents, e.g. 20 MB or more. TRichViewEdit takes several seconds already to format these documents, and some operations have a noticeable delay. Is ScaleRichView's TSRichViewEdit about as fast as TRichViewEdit, or will the extra things...
by lkessler
Mon Sep 18, 2006 2:35 am
Forum: Support
Topic: Please do IMG ALIGN next
Replies: 14
Views: 35870

Please do IMG ALIGN next

Sergey: I know you've been working hard on Page Breaks and Printing Large Cells. That is something that I need and I'm looking forward to. Please take your time and get it right. Hopefully, it will not slow formatting very much. But I want to put in an advance request for what I think will be left a...
by lkessler
Sat Dec 10, 2005 3:14 am
Forum: Support
Topic: to Wish list
Replies: 2
Views: 12729

by lkessler
Mon Nov 21, 2005 10:39 pm
Forum: Support
Topic: RTF Import/Export and Non-ANSI Characters
Replies: 13
Views: 55516

Sergey and Michel, You did help me to figure out what my problem with reading the RTF was. Once you told me the RTF was correct, I looked for other reasons. What I found was that I had another language enabled (Hebrew) in the Microsoft Office Language Tools settings. After unchecking that language, ...
by lkessler
Sun Nov 20, 2005 9:42 pm
Forum: Support
Topic: RTF Import/Export and Non-ANSI Characters
Replies: 13
Views: 55516

Sergey: I am doing a very similar thing to what Michel is doing, and I am having a related problem: I am using RichViewEdit, not using Unicode, and just playing with Charset. My Default Charset is Windows-1252 (Western). I had to make the Czech characters available. I can reproduce my steps in your ...
by lkessler
Wed Oct 26, 2005 10:54 pm
Forum: Support
Topic: How to create/modify RTF text inside a browser (web based)
Replies: 8
Views: 26734

You can create ActiveX editor based on TRichView. Create an ActiveX project in Delphi, add ActiveForm, place RichViewEdit and RVStyle on this form, toolbar, etc. Sergey: Could you add this this explanation of how to use RichView inside a browser to the Examples/Demos forum, so that it will be easy ...
by lkessler
Tue Oct 11, 2005 10:50 pm
Forum: Support
Topic: Text beside Image
Replies: 6
Views: 28891

Sergey: I'm surprised you haven't in the past few years considered this to be a high priority. It is one of the few limitations that keeps RichView from displaying webpages so that they look nearly the same as in a browser. RVHTMLImporter cannot do the job it should do because of this. Any line with...
by lkessler
Sat Oct 01, 2005 2:01 am
Forum: Support
Topic: Text beside Image
Replies: 6
Views: 28891

Sergey:

You've been promising us support for the html img align option for a long time.

I hope you haven't changed your mind on this.