Search found 9400 matches

by Sergey Tkachenko
Fri Aug 17, 2007 11:02 am
Forum: Support
Topic: Strange problem
Replies: 4
Views: 12198

Try to call RichViewEdit.Clear after changing Unicode properties of text styles.
Initially, TRichViewEdit may have one empty text item. If you do not delete it when changing Unicode properties, it is still marked as not Unicode while linked to Unicode text style, so the problem happens.
by Sergey Tkachenko
Fri Aug 17, 2007 10:55 am
Forum: Support
Topic: Page breaks problem in Table.
Replies: 7
Views: 18050

Sorry, I do not understand what you mean. What version of TRichView do you use? If you use the the newest version of TRichView, do you mean page breaks occuring inside table cells? In this case, this not not a bug but a feature. When page break occurs between table rows, it is drawn across the TRich...
by Sergey Tkachenko
Fri Aug 17, 2007 7:22 am
Forum: ScaleRichView
Topic: TScaleRichView - EListIndex out of Bounds Error
Replies: 6
Views: 25446

Confirmed, will be fixed today.
by Sergey Tkachenko
Thu Aug 16, 2007 2:05 pm
Forum: Support
Topic: To draw a line
Replies: 3
Views: 11259

Yes, probably some terms should be changed, but they were used since the first version (and even before), so it's hard to change them...
by Sergey Tkachenko
Thu Aug 16, 2007 11:09 am
Forum: Support
Topic: To draw a line
Replies: 3
Views: 11259

This action inserts "break" - horizintal line.
It may be solid, dotted or dashed line or rectangle. You can change its width from 1 to 5. But its does not depend on font size.
by Sergey Tkachenko
Thu Aug 16, 2007 8:16 am
Forum: ScaleRichView
Topic: ScaleRichView - shareware TRichView addon for WYSIWYG edit
Replies: 19
Views: 99360

Update 2007-Aug-16: ScaleRichView v1.2.8 Not all new features are included in the help files yet, it will be fixed in the next update What's new 1) ScaleRichView supports inserted controls. Important note: unlike TRichView where controls are inserted directly in viewer/editor window, in ScaleRichVi...
by Sergey Tkachenko
Wed Aug 15, 2007 9:01 am
Forum: Support
Topic: Problem inserting RTF with picture link
Replies: 2
Views: 10050

Fixed
by Sergey Tkachenko
Tue Aug 14, 2007 12:21 pm
Forum: Support
Topic: Import properties from MS Word.
Replies: 1
Views: 7204

Style names - not.
Bookmarks - yes, they can be imported as checkpoints, starting from v1.9.30 (available for registered users). Only beginning of bookmark is read as a checkpoint, because, unlike bookmarks, RichView checkpoints do not have length.
by Sergey Tkachenko
Sun Aug 12, 2007 4:45 pm
Forum: ScaleRichView
Topic: Page Sizes
Replies: 21
Views: 65800

I guess so :) I have completed implementing saving page information both in RVF and RTF, now I am waiting Ilya to implement it in ScaleRichView. This is not the only feature he is working on. He is implementing support of inserted controls, it's not trivial... We will upload a new version as soon as...
by Sergey Tkachenko
Sun Aug 12, 2007 4:10 pm
Forum: Support
Topic: show linespacing after changing fontname
Replies: 2
Views: 9484

Can you send me a simple project showing this problem?
by Sergey Tkachenko
Sun Aug 12, 2007 3:57 pm
Forum: Support
Topic: Question about the detecting url while typing
Replies: 3
Views: 11118

Include rvoTagsArePChars in Options property of all your RichViews and RichViewEdits.
by Sergey Tkachenko
Fri Aug 10, 2007 4:38 pm
Forum: Support
Topic: CSS in RvHtmlImporter
Replies: 11
Views: 35167

It's free, with source code? Very interseting.
Now it really makes sense to support their HTML parser to load HTML in TRichView...
by Sergey Tkachenko
Fri Aug 10, 2007 4:24 pm
Forum: Support
Topic: Problem inserting RTF with picture link
Replies: 2
Views: 10050

Please send me this RTF file
by Sergey Tkachenko
Thu Aug 09, 2007 6:30 pm
Forum: Support
Topic: Simplest way to clear text styles?
Replies: 1
Views: 8758

Using ApplyStyleConversion
by Sergey Tkachenko
Thu Aug 09, 2007 5:17 pm
Forum: ScaleRichView
Topic: Page Sizes
Replies: 21
Views: 65800

I added an option for saving page size and zooming in RVF and RTF.
Reading from RTF is not completed yet, but I sent this version to Ilya to add this feature in ScaleRichView.
You may expect the results this weekend.