Search found 27 matches

by 11111
Mon Apr 17, 2017 11:42 pm
Forum: Support
Topic: Why CheckAsYouTypeOptions.Active always False ?
Replies: 3
Views: 12637

Re: Why CheckAsYouTypeOptions.Active always False ?

So is there any way to know from spellchecker his checking active state ?
by 11111
Sun Apr 16, 2017 5:13 pm
Forum: Support
Topic: Why CheckAsYouTypeOptions.Active always False ?
Replies: 3
Views: 12637

Why CheckAsYouTypeOptions.Active always False ?

if I set
RVdxSpellChecker1.CheckAsYouTypeOptions.Active := True;

then spell checking works, but when I try to get
state of RVdxSpellChecker1.CheckAsYouTypeOptions.Active it always false, why ?
by 11111
Sun Nov 15, 2015 11:17 am
Forum: Support
Topic: How to get content size (fast)
Replies: 1
Views: 10883

How to get content size (fast)

For now to calculate RV data size I do save to stream and the stream.size is size of the content, may you suggest more fast method ?
by 11111
Tue Nov 10, 2015 8:46 pm
Forum: Support
Topic: RvDxSpellChecker some events not work with cxTRichViewEdit
Replies: 6
Views: 21112

It's not a solution, because if set RVDXSpell.CheckAsYouTypeOptions.Active = False then you can't enable spell check when you need it with same RVDXSpell.CheckAsYouTypeOptions.Active = True.

I really don't want to make dynamic RVDXSpell or change any proprietary sources code ))))
by 11111
Mon Nov 09, 2015 7:54 pm
Forum: Support
Topic: RvDxSpellChecker some events not work with cxTRichViewEdit
Replies: 6
Views: 21112

Unfortunately given solution not working :(

Checker still underline wrong words in focused cxRV
by 11111
Fri Nov 06, 2015 5:29 pm
Forum: Support
Topic: RvDxSpellChecker some events not work with cxTRichViewEdit
Replies: 6
Views: 21112

Ok, so I'm trying to disable spell check from OnSpellingCheck event with Misspelled variable, but it doesn't affect spell check, how can I enable\disable spell check for certain RV ?
by 11111
Fri Nov 06, 2015 5:01 pm
Forum: Support
Topic: RvDxSpellChecker some events not work with cxTRichViewEdit
Replies: 6
Views: 21112

RvDxSpellChecker some events not work with cxTRichViewEdit

hi, I'm trying to use events OnCheckAsYouTypeStart and OnCheckControlInContainer to allow or prevent from spell check in cxTRichViewEdit but seems it not work correctly even if you try code below SpellChecker continue to works in focused cxTRichViewEdit . procedure TForm1.RvDxSpellChecker1CheckAsYou...
by 11111
Fri Sep 25, 2015 8:30 pm
Forum: Support
Topic: 64bit platform and TcxRichViewEdit and TRvDxSpellChecker
Replies: 2
Views: 13478

I found strange thing, I can't install TcxRichViewEdit for 64 bit platform, also I cant access to this control from Tool Palette if 64 bit platform is selected, but
if change platform to 32 bit and drop TcxRichViewEdit to form, after switch to 64 bit I can compile project.
by 11111
Wed Sep 23, 2015 11:04 am
Forum: Support
Topic: 64bit platform and TcxRichViewEdit and TRvDxSpellChecker
Replies: 2
Views: 13478

64bit platform and TcxRichViewEdit and TRvDxSpellChecker

How to install TcxRichViewEdit and TRvDxSpellChecker for 64bit platform ?
by 11111
Thu Sep 17, 2015 1:41 pm
Forum: Support
Topic: New feature text map
Replies: 4
Views: 16768

Probably, we will implement it in future, but not in very near future. Good to hear it. )) Also, I want to say that in most editors this map is represented like scrolling alternative only, but in parnassus plugin it has feature to preview code part in large hint by pointing mouse. how you can see t...
by 11111
Thu Sep 17, 2015 10:50 am
Forum: Support
Topic: RvDxSpellChecker in cxTRichViewEdit
Replies: 2
Views: 12985

I guess, you don't understand my question. I'll try in russian ) Если использовать cxTRichViewEdit в голом виде, то RvDxSpellChecker сам автоматически создаёт меню для cxTRichViewEdit, а если у cxTRichViewEdit уже есть присвоенное меню, то RvDxSpellChecker в нем ничего не создаёт, даже если у RvDxSp...
by 11111
Thu Sep 17, 2015 10:20 am
Forum: Support
Topic: New feature text map
Replies: 4
Views: 16768

here is how its look like in Parnassus Navigator plugin https://parnassus.co/wp-content/uploads/2015/07/minimap-in-action-2.png Here for sublime text http://techreport.com/r.x/2012_9_20_Oh_Sublime_Text_how_do_I_love_thee/purdy.jpg Edit bone text editor (open source Delphi) http://www.bonecode.com/im...
by 11111
Thu Sep 17, 2015 9:11 am
Forum: Support
Topic: RvDxSpellChecker in cxTRichViewEdit
Replies: 2
Views: 12985

RvDxSpellChecker in cxTRichViewEdit

Hi,

How to assign items from RvDxSpellChecker popup to popup associated with cxTRichViewEdit ?
by 11111
Thu Sep 17, 2015 6:36 am
Forum: Support
Topic: New feature text map
Replies: 4
Views: 16768

New feature text map

As you know, there are few text editors with "content-map" feature.

For example: "sublime text", "Notepad++",
"EditBone", "Parnassus navigator (RAD Studio IDE plugin)" and others ...

I think it will be nice feature for TRichView ...
by 11111
Thu Sep 17, 2015 6:27 am
Forum: Examples, Demos
Topic: [Example][ScaleRichView] How to draw line numbers
Replies: 10
Views: 76849

Do you mean line numbers on pages (when printing using TRVPrint) or line numbers directly in the editor? Drawing line numbers directly in TRichViewEdit would be very inefficient. Line numbers are not stored, they are calculated on drawing. In the ScaleRichView example, numbering are started at the ...