|
TRichView editor supports gif animation
TRichView is a set of native (not based on MS RichEdit dll) Delphi
components for editing documents with tables, images and hyperlinks.
Version 1.9.8 is released.
Some new features:
* support for animated images;
* XHTML export, Unicode HTML and XHTML export;
* much faster document reformatting (up to 400% faster).
Supported animations:
- animated gifs using Anders Melanders' TGifImage
- animated gifs using JVCL's TJvGifImage
- bitmap animation (several frames in the same bitmap)
New types of animation may be added on request.
Visit http://www.trichview.com for additional information.
Download the compiled demo where you can test gif animation:
http://www.trichview.com/resources/actions/actiontest.zip (1.2M)
Supported Delphi versions: 2-7 and 2005 (Win32)
Supported C++Builder versions: 4-6.
Related Discussions - EXES CONTAINING MORE THAN ONE ICON RESOURCE ... (2001-01-05 09:25:58)Just draw your icons with the Borland Image Editor (Delivered with Delphi). It allows to save different icons in one ico file as well.
- .BMP ISN'T A VALID PICTURE FILE FORMAT!? UHUM!? (2001-01-05 14:59:28)I think you have to Specify
what line the text is in, like this.
Image1.Picture.LoadFromFile(Memo1.Lines.Strings);
If the text in the...
- SAVING CURSORS? (2001-01-07 03:09:39)Well whenever I want to login I have to enable cookies - that's a bit annoying.
And people were able to enter their email addresses before as...
- NOBODY CAN HELP ME TO ADJUST THE SPEED OF A WAVE FILE?????????? (2001-01-10 00:13:07)Your only option I would suggest is DirectSound.
See this article:
http://community.borland.com/article/0,1410,20941,00.html
You can do it...
- OPEN URL IN DEFAULT BROWSER AND AUTO FILL FORM FIELDS (2001-01-11 14:50:36)>The only way to really do this is to use the Windows API to
>get the handle of the browser window, and then send the
>text to the window....
- MP3 (2001-01-11 23:15:38)Hi!
Thx to you all ho have answered to my question about MP3.
There seems to be a some easy solutions for me and I will try out them to see...
- CAN YOU HELP ME TO ADJUST THE SPEED OF A WAVE FILE??? (2001-01-16 03:10:27)Hi :
your question is answered about a week a go, and this is the answer again :
first look at the article :...
- HOW TO CREATE AN ANIMATED BUTTON... ? (2001-01-17 01:02:29)I thought that reading the source of the animated components would give you hints of how to solve your problem ...
Check out...
- FORM OPENING IN AN ANIMATION (2001-01-17 03:57:47)DownLoad the BU-Pack at www.buypin.com
There is a component called BUFormAnimation.
Just place the component on the form ...
In the...
- HOW CAN I LOAD A GIF IMAGE (2001-01-21 16:15:14)Hey!
I think all you need is to check the TPicture. It can manipulate either with standart file formats (bmp, icons, metafiles...), or with...
|