Sergey
Has anyone called you a genius??
Thanks a million
Stuart
Search found 8 matches
- Thu Feb 25, 2010 12:57 pm
- Forum: Support
- Topic: Animated Gifs
- Replies: 2
- Views: 8298
Animated Gifs
Me again, sorry.
I have sucsefully imported an animated gif file, and it animates perfectly, however, when I call SaveHTML, all images are stored as jpg's, so I loose the animation. Is there any way I can get the gif to save correctly?
Many thanks.
Stuart
I have sucsefully imported an animated gif file, and it animates perfectly, however, when I call SaveHTML, all images are stored as jpg's, so I loose the animation. Is there any way I can get the gif to save correctly?
Many thanks.
Stuart
- Thu Feb 25, 2010 11:44 am
- Forum: Support
- Topic: Background Image
- Replies: 3
- Views: 9204
Links
Must be my day for silly questions.
I am OK with adding a link using rvEdit.InsertStringTag('New link', Integer(StrNew(PChar(Target))), however, I would like the link to open in a new browser window. Is there anyway I can do that?
Thanks in advance
Stuart
I am OK with adding a link using rvEdit.InsertStringTag('New link', Integer(StrNew(PChar(Target))), however, I would like the link to open in a new browser window. Is there anyway I can do that?
Thanks in advance
Stuart
- Wed Feb 24, 2010 11:21 am
- Forum: Support
- Topic: Background Image
- Replies: 3
- Views: 9204
Background Image
Silly question, I'm sure. When I make the following call, The image drops nicely into the editor. var img: TImage; begin if not dlgOpenPicture.Execute then Exit; img := TImage.Create(nil); img.Picture.LoadFromFile(dlgOpenPicture.FileName); rvEdit.InsertPicture('', img.Picture.Graphic, rvvaBaseLine ...
- Fri Jan 15, 2010 11:44 am
- Forum: Support
- Topic: Images and hyperlinks
- Replies: 3
- Views: 10814
- Wed Jan 13, 2010 4:52 pm
- Forum: Support
- Topic: Images and hyperlinks
- Replies: 3
- Views: 10814
Images and hyperlinks
I am sorry if this has been answered before, but I have look at the demos, and on the forum but am unable to find how to add a hyper link to an image. I am going to (hopefully) use TRichViewEdit to create a simple HTML editor, therfore will be using the SaveHTML method. I understand how to add a ...