Search found 7 matches

by Mr Andreas
Tue May 15, 2012 11:59 pm
Forum: Support
Topic: Pure embedded OCX controls
Replies: 5
Views: 13742

Sergey Tkachenko wrote:But how? I can see (in MS Word) the command for inserting object.
It corresponds not to inserting ocx, but to insertion of TOLEContainer.
Hmm, yes, my mistake.

Ignoring this, how does one go about inserting non-container OCX controls that Words can insert, such as check-boxes, for example?
by Mr Andreas
Sun May 13, 2012 10:08 pm
Forum: Support
Topic: Pure embedded OCX controls
Replies: 5
Views: 13742

Sergey Tkachenko wrote:Sorry for overlooking this question.

Does MS Word allow to embed arbitrary OCX controls directly in a document (not in a VBA form)?
Yes, as long as it is registered, arbitrary OCX controls can be inserted into normal Word documents.
by Mr Andreas
Sun May 06, 2012 10:32 pm
Forum: Support
Topic: Trial TSRichViewEdit has no SaveRVFToStream method
Replies: 1
Views: 7434

Re: Trial TSRichViewEdit has no SaveRVFToStream method

Mr Andreas wrote:Does the trial version of TSRichViewEdit not have the SaveRVFToStream method? (I take it the full version has this plus many other methods.)



-Andreas
Doh!!! That was really silly. It's found under the RichViewEdit property of TSRichViewEdit!!! I put it down to being Monday morning! :)
by Mr Andreas
Sun May 06, 2012 10:28 pm
Forum: Support
Topic: Trial TSRichViewEdit has no SaveRVFToStream method
Replies: 1
Views: 7434

Trial TSRichViewEdit has no SaveRVFToStream method

Does the trial version of TSRichViewEdit not have the SaveRVFToStream method? (I take it the full version has this plus many other methods.)


-Andreas
by Mr Andreas
Thu Apr 26, 2012 4:00 am
Forum: Support
Topic: Pure embedded OCX controls
Replies: 5
Views: 13742

Pure embedded OCX controls

Spotted this cool demo showing how to embed a YouTube video: http://www.trichview.com/forums/viewtopic.php?t=3703 I need to do something similar to the demo. What I need to be able to do is embed any registered OCX control (mainly basic controls to start with), not the resulting Delphi wrapper. Then ...
by Mr Andreas
Tue Apr 24, 2012 8:35 pm
Forum: Support
Topic: RTF support for check-boxes
Replies: 3
Views: 10491

In TRichView, you can insert any Delphi control, including TCheckBox. It can be saved in a native format (RVF). However, saving/reading controls to RTF is not implemented (you can implement saving yourself using OnSaveComponentToFile event) Thank you Sergey, I suspected as much. Now I just have to ...
by Mr Andreas
Tue Apr 24, 2012 4:38 am
Forum: Support
Topic: RTF support for check-boxes
Replies: 3
Views: 10491

RTF support for check-boxes

I understand the RTF standard has some basic support for check-boxes and some other basic objects without embedding external objects. Does TRichView support this, and, if so, how?