Search found 9411 matches

by Sergey Tkachenko
Sat Jul 28, 2007 2:56 pm
Forum: Support
Topic: Gif anim. prob. with using together Alphaskins&Richview
Replies: 6
Views: 14401

It's strange, only one timer is used for all animations in TRichView.
Is the source code there complete? I cannot see where you insert these gifs
by Sergey Tkachenko
Sat Jul 28, 2007 1:11 pm
Forum: Support
Topic: Gif anim. prob. with using together Alphaskins&Richview
Replies: 6
Views: 14401

I tried exe file, it works ok for me.
What is wrong?
by Sergey Tkachenko
Sat Jul 28, 2007 12:48 pm
Forum: ScaleRichView
Topic: ScaleRichView Compile Error With BDS 2006 - C Builder
Replies: 3
Views: 18069

ScaleRichView trial is updated. Must be ok now.
by Sergey Tkachenko
Sat Jul 28, 2007 12:44 pm
Forum: ScaleRichView
Topic: ScaleRichView - shareware TRichView addon for WYSIWYG edit
Replies: 19
Views: 100484

Update 2007-Jul-28: ScaleRichView v1.2.7

This is mainly a bug-fix release. All known bugs are fixed.
New packages: for C++Builder 6 and 2007.

Not all new features are included in the help files yet, it will be fixed in the next update.
by Sergey Tkachenko
Fri Jul 27, 2007 7:02 am
Forum: Support
Topic: rvespAlt
Replies: 4
Views: 11851

Sorry, I missed "r" - it must be not vespAlt but rvespAlt.
by Sergey Tkachenko
Thu Jul 26, 2007 6:12 pm
Forum: Support
Topic: Load styles from ini witout deleting existing styles?
Replies: 1
Views: 8561

Load INI in another RVStyle, then copy styles:

Code: Select all

for i := 0 to RVStyle2.TextStyles.Count-1 do
  RVStyle1.TextStyles[i].Assign(RVStyle2.TextStyles[i]);
by Sergey Tkachenko
Thu Jul 26, 2007 6:09 pm
Forum: Support
Topic: InsertStringTag with RC
Replies: 3
Views: 12958

No, sorry. Because it's rarely needed. You can use this procedure (assuming that rvoTagsArePChars in rve.Options): procedure InsertTextTag(rve: TCustomRichViewEdit; const Text, Tag: String); var SL: TStringList; i: Integer; begin SL := TStringList.Create; SL.Text := Text; rve.BeginUpdate; for i := 0...
by Sergey Tkachenko
Thu Jul 26, 2007 6:01 pm
Forum: Support
Topic: rvespAlt
Replies: 4
Views: 11851

...
rv.AddHotPictureTag(...);
rv.SetItemExtraStrProperty(rv.ItemCount-1, vespAlt, 'Image');
...
by Sergey Tkachenko
Thu Jul 26, 2007 1:25 pm
Forum: Support
Topic: can't install RichViewActionsD5.dpk
Replies: 8
Views: 22774

I think you need older version of RichViewActions for TRichView 1.9.21, but unfortunately I do not have it. Please tell me what exactly errors the compiler generates while compiling RichViewActions. May be I will be able to suggest how to modify RichViewActions to compile them with TRichView 1.9.21 ...
by Sergey Tkachenko
Thu Jul 26, 2007 1:20 pm
Forum: Support
Topic: How to create a TRichView at runtime
Replies: 1
Views: 8593

In the current version, TRichViewEdit must have a parent: TRichViewEdit *rve = new TRichViewEdit(NULL); rve->Visible = false; rve->Parent = Form1; TRVStyle* style = new TRVStyle(NULL); rve->Style = style; rve->Format(); rve->InsertText("test"); Besides, initial values of TRichViewEdit crea...
by Sergey Tkachenko
Wed Jul 25, 2007 12:08 pm
Forum: Support
Topic: Text floating around picture
Replies: 5
Views: 14390

Not, it was not started yet.
Currently I need to release a next major update, and it must be bug free, so adding new features is currently frozen, until the release.
by Sergey Tkachenko
Wed Jul 25, 2007 12:06 pm
Forum: Support
Topic: InsertStringTag with RC
Replies: 3
Views: 12958

InsertText, but it inserts text with empty (zero) tags.
by Sergey Tkachenko
Wed Jul 25, 2007 12:05 pm
Forum: Support
Topic: can't install RichViewActionsD5.dpk
Replies: 8
Views: 22774

What versions of TRichView and RichViewActions do you have?
by Sergey Tkachenko
Tue Jul 24, 2007 6:15 pm
Forum: ScaleRichView
Topic: TCheckBoxse not showing
Replies: 7
Views: 32934

Inserted controls are not supported yet in ScaleRichView.
Sorry for not mentioning this in the forum announce.

Ilya is working on this problem. We hope that we will make at least simple controls (like checkboxes) working
by Sergey Tkachenko
Tue Jul 24, 2007 4:44 pm
Forum: ScaleRichView
Topic: Matching margins/pages to a pdf
Replies: 12
Views: 43216