Search found 6 matches

by tors
Mon Feb 04, 2008 5:32 pm
Forum: Support
Topic: richviewactions, TRichView
Replies: 1
Views: 7605

richviewactions, TRichView

I am download subj.
How too TRVFontComboBox associate with RichViewEdit?
by tors
Sun Feb 03, 2008 11:11 am
Forum: Support
Topic: Selected text
Replies: 1
Views: 7767

Selected text

1)Whether how to determine there is an selected text
To receive or set selected text and its properties
( Font, Colour and òï)

2)How to cut / insert the text and images in document with preservation of formatting

3)How to involve the lists
by tors
Sun Feb 03, 2008 11:04 am
Forum: Support
Topic: Save and load document(TRicViewEdit)
Replies: 1
Views: 7263

Save and load document(TRicViewEdit)

I am save document :
RichViewEdit.SaveRVF('E:\Job\CorpSoft\files\2.rvf',false);

Try load doc :

RichViewEdit.LoadRVF('E:\Job\CorpSoft\files\2.rvf');

Document dont load and
if TRichViewEdit can focus out error :
project raised exeption classs elisterror with message
'list index out of bounds ...
by tors
Fri Feb 01, 2008 1:46 pm
Forum: Support
Topic: Insert gif-image(animated) into TRichViewEdit from stream
Replies: 5
Views: 16394

I am download Anders Melander's TGifImage and
update.
Add unit RVGifAnimate into project
(uses)

RichViewEdit.AnimationMode:=rvaniOnFormat;

GifImg4Paste:=GifImage.TGifImage.Create;
GifImg4Paste.LoadFromFile('c:\aa.gif');//load animated gif
GifImg4Paste.Animate:=true;
//GifImg4Paste ...
by tors
Thu Jan 31, 2008 12:57 pm
Forum: Support
Topic: Insert gif-image(animated) into TRichViewEdit from stream
Replies: 5
Views: 16394

I am set:

Code: Select all

RichViewEdit.AnimationMode:=rvaniOnFormat;
but gif-animation dont play
by tors
Thu Jan 31, 2008 11:39 am
Forum: Support
Topic: Insert gif-image(animated) into TRichViewEdit from stream
Replies: 5
Views: 16394

Insert gif-image(animated) into TRichViewEdit from stream

How too Insert gif-image(animated) into TRichViewEdit from stream
(TMemoryStream)
It is necessary that gif-image was stored in the document
( Is direct in a rtf-file)
Need that gif-animation play in TRichViewEdit.