Search found 8 matches

by stuart
Thu Feb 25, 2010 2:41 pm
Forum: Support
Topic: Animated Gifs
Replies: 2
Views: 8298

Sergey

Has anyone called you a genius??

Thanks a million

Stuart
by stuart
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
by stuart
Thu Feb 25, 2010 11:44 am
Forum: Support
Topic: Background Image
Replies: 3
Views: 9204

Sergey

Thanks for the assistance, and for pointing out my memory leak.

I have tried your code, and at first it didn't seem to work, but then I tried with a bitmap, and it worked. is there anything I need to do if using non Jpegs??

Thanks

Stuart
by stuart
Thu Feb 25, 2010 10:53 am
Forum: Support
Topic: Links
Replies: 2
Views: 8037

Sergey

Thanks for your assistance, but it was opening a new browser from the save email.

I figured it out by adding Extras := 'target=_blank'; to OnWriteHyperlink

Many thanks

Stuart
by stuart
Wed Feb 24, 2010 11:30 am
Forum: Support
Topic: Links
Replies: 2
Views: 8037

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
by 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 ...
by stuart
Fri Jan 15, 2010 11:44 am
Forum: Support
Topic: Images and hyperlinks
Replies: 3
Views: 10814

Sergey

Thank you very much for your quick reply, it worked a treat.

One last thing (I hope). When I set links, and ten save the html using SaveHTML, the links are not saved. Is there something else I need to do?

Thanks again

Stuart
by stuart
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 ...