I am download subj.
How too TRVFontComboBox associate with RichViewEdit?
Search found 6 matches
- Mon Feb 04, 2008 5:32 pm
- Forum: Support
- Topic: richviewactions, TRichView
- Replies: 1
- Views: 7552
- Sun Feb 03, 2008 11:11 am
- Forum: Support
- Topic: Selected text
- Replies: 1
- Views: 7711
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
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
- Sun Feb 03, 2008 11:04 am
- Forum: Support
- Topic: Save and load document(TRicViewEdit)
- Replies: 1
- Views: 7211
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 (-1 ...
- Fri Feb 01, 2008 1:46 pm
- Forum: Support
- Topic: Insert gif-image(animated) into TRichViewEdit from stream
- Replies: 5
- Views: 16246
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.AnimationSpeed ...
- Thu Jan 31, 2008 12:57 pm
- Forum: Support
- Topic: Insert gif-image(animated) into TRichViewEdit from stream
- Replies: 5
- Views: 16246
I am set:
but gif-animation dont play
Code: Select all
RichViewEdit.AnimationMode:=rvaniOnFormat;
- Thu Jan 31, 2008 11:39 am
- Forum: Support
- Topic: Insert gif-image(animated) into TRichViewEdit from stream
- Replies: 5
- Views: 16246
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.
(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.