Search found 21 matches

by AutoCorect
Thu Mar 27, 2008 8:29 pm
Forum: Support
Topic: Ident Bullet and Numbering
Replies: 4
Views: 12155

Tanks, work ok.

Question :

Code: Select all

var
rve: TCustomRichViewEdit; 
begin
rve := SRichViewEdit1.RichViewEdit.TopLevelEditor;
  ItemNo := rve.CurItemNo; 
If I assing my SRichViewEdit1 to rve the memory incres with a new document ?
by AutoCorect
Sat Mar 22, 2008 1:43 pm
Forum: Support
Topic: Ident Bullet and Numbering
Replies: 4
Views: 12155

Ident Bullet and Numbering

Hi, I try to ident Bullet and Numbering, I see it's not posible direct with TSclRVRuler. I set TSclRVRuler at OnRulerItemRelease event to do this: procedure TfrmMainChild.SclRVRuler1RulerItemRelease(Sender: TObject); begin if srvEditor.RichViewEdit.GetItemStyle(ItemCurr-1) = rvsListMarker then begin...
by AutoCorect
Mon Mar 03, 2008 3:11 pm
Forum: Support
Topic: I whant to buy
Replies: 1
Views: 8279

I whant to buy

Hello, My name is Daniel Morlova and I'm from Romania. I've tested both TRichView and ScaleRichView I would like to buy a licence. My question is, what's the status of ScaleRichEdit, current and future? It's not listed as standalone product, is it included in TrichView package? How can I bay ScaleRi...
by AutoCorect
Sat Mar 01, 2008 2:51 pm
Forum: ScaleRichView
Topic: speed problem
Replies: 2
Views: 14335

Thank you. The refresh speed is now better.
Another problem: when I double-click on a word then another word - a few lines down - is selected. In some situations an entire block of text is selected.
At the end of the text nothing is selected.
by AutoCorect
Wed Feb 27, 2008 8:27 pm
Forum: ScaleRichView
Topic: speed problem
Replies: 2
Views: 14335

speed problem

Hi. Sorry for my bad english... I want to buy ScaleRichView - so I tested it with ActionTest. There is a problem: speed. I do simple operations - move cursor, copy, paste, page up/down - these are done much slower in compare with Word. Processor usage is 100% (CPU frequency is 1800MHz). I tried on a...
by AutoCorect
Sun Dec 16, 2007 7:17 pm
Forum: Support
Topic: Extract block text and put it back
Replies: 1
Views: 8004

Extract block text and put it back

Sorry for my english... I want to extract a text-only fragment from a certain position in a RTF (any number of items), change this text, and put it back. 2 questions: 1. How can I know that in TRichViewEdit it's a difference between: Text1 [Objects] Text2 and Text1 [Objects] Text2 In a normal text t...