Search found 193 matches
- Wed Sep 07, 2011 7:16 am
- Forum: Support
- Topic: Delphi XE2
- Replies: 17
- Views: 73079
- Mon Aug 29, 2011 5:49 am
- Forum: Support
- Topic: Empty RVE and Addict Autospell = 100% CPU
- Replies: 18
- Views: 66915
- Fri Aug 26, 2011 6:59 pm
- Forum: Support
- Topic: Empty RVE and Addict Autospell = 100% CPU
- Replies: 18
- Views: 66915
- Wed Aug 24, 2011 9:47 pm
- Forum: Support
- Topic: Empty RVE and Addict Autospell = 100% CPU
- Replies: 18
- Views: 66915
It happens just after this code (ClearRVE): RichViewEdit1.Clear; RVStyle1.TextStyles.Clear; with RVStyle1.TextStyles.Add do begin FontName:=EditorFontName; Size:=EditorFontSize; Color:=DefTextColor; end; RVStyle1.ParaStyles.Clear; RVStyle1.ParaStyles.Add; RVStyle1.ListStyles.Clear; RichViewEdit1 ...
- Wed Aug 24, 2011 5:40 pm
- Forum: Support
- Topic: Empty RVE and Addict Autospell = 100% CPU
- Replies: 18
- Views: 66915
It's not for long document, it's for empty one. I'm calling StartLiveSpelling (if enabled in my program's options) every time I clear or load new document into RVE. And calling it just after creating a new document (clearing previous one) consumes CPU. Empty document, maybe 1 default style, no items ...
- Tue Aug 23, 2011 10:27 pm
- Forum: Support
- Topic: Empty RVE and Addict Autospell = 100% CPU
- Replies: 18
- Views: 66915
- Tue Aug 23, 2011 10:18 pm
- Forum: Support
- Topic: Too much addict suggestions in rvAddict
- Replies: 3
- Views: 17181
- Tue Aug 23, 2011 8:19 am
- Forum: Support
- Topic: Too much addict suggestions in rvAddict
- Replies: 3
- Views: 17181
- Tue Aug 23, 2011 8:07 am
- Forum: Support
- Topic: Too much addict suggestions in rvAddict
- Replies: 3
- Views: 17181
Too much addict suggestions in rvAddict
I've got a bug when rvAddict generates too much suggestions (more than 100 with almost endless list) and it seems not an Addict bug (I'm using latest version 4.2). Posted same question in Addict forum and they can't reproduce this error but it can be easily reproduced in your rvAddict simple demo ...
- Mon Aug 22, 2011 8:27 pm
- Forum: Support
- Topic: Empty RVE and Addict Autospell = 100% CPU
- Replies: 18
- Views: 66915
Empty RVE and Addict Autospell = 100% CPU
When Addict4 spell checker is set to autocheck while typing with empty RichViewEdit CPU usage is almost 100%
Typing 1-2 letters in RVE and it became normal.
Is there a way to fix it?
Typing 1-2 letters in RVE and it became normal.
Is there a way to fix it?
- Fri Aug 12, 2011 9:31 pm
- Forum: Support
- Topic: Set RVStyle.DefCodePage runtime
- Replies: 11
- Views: 34247
- Fri Aug 12, 2011 9:30 pm
- Forum: Support
- Topic: Clear RichViewEdit completely
- Replies: 7
- Views: 28022
- Fri Aug 12, 2011 2:09 am
- Forum: Support
- Topic: Clear RichViewEdit completely
- Replies: 7
- Views: 28022
And when you have RVE with Align=AtClient with RVRuler resizing main window moves right page boundary in the ruler according window size. But once moved by the user (right page bound in the ruler) it fixes and even if you make window smaller than page width it will not resize. How can I bring back ...
- Fri Aug 12, 2011 2:03 am
- Forum: Support
- Topic: Clear RichViewEdit completely
- Replies: 7
- Views: 28022
Tried:
Did not help
Code: Select all
RVRuler1.UpdateRulerIndents;
RVRuler1.UpdateRulerMargins;
- Wed Aug 10, 2011 11:19 pm
- Forum: Support
- Topic: Clear RichViewEdit completely
- Replies: 7
- Views: 28022
Ok, after this code everything clears and works fine but if the ruler set to some fixed document width (21cm for example) new document in this RVE will use this width too :shock: So how can I reset RVRuler? Once you change document width via ruler it became fixed and if form is smaller than this ...