| View previous topic :: View next topic |
| Author |
Message |
Rubes_sw Valued Contributor


Joined: 11 Jun 2001 Posts: 625 Location: Northern Ireland
|
Posted: Tue Jul 08, 2003 8:20 pm Post subject: Animated Gifs |
|
|
Anyone know how to display animated gifs on a VDS5 Dialog ?
vdsobj02.dll - Works great but only single frame GIFS (non animated)
vdselm.dll - Does not work in vds5
Any ideas?
Nathan |
|
| Back to top |
|
 |
SnarlingSheep Professional Member


Joined: 13 Mar 2001 Posts: 759 Location: Michigan
|
Posted: Tue Jul 08, 2003 8:58 pm Post subject: |
|
|
You might want to try displaying it in a Browser control. Animated GIF's aren't easy to work with. _________________ -Sheep
My pockets hurt... |
|
| Back to top |
|
 |
CodeScript Moderator Team

Joined: 08 Jun 2003 Posts: 1060 Location: India
|
Posted: Wed Jul 09, 2003 3:04 am Post subject: Re: Animated Gifs |
|
|
| Rubes_sw wrote: | Anyone know how to display animated gifs on a VDS5 Dialog ?vdselm.dll - Does not work in vds5
Nathan |
I dont know what Ur requirement is but U can use ani (animated cursors) for small animations. there may be utilities to convert animated gif to .ani. (on my slow dialup with 0.5 kbps dl speed its very difficult to search) U can search google and get some.
I think this one converts gif to ani Takeone - "http://www.take1.de"
If U have a larger animated gif convet it to flash and use VDSfla.dll and use(i dont know if this work with vds 5 - but i think will be soon updated)
Anyway where can I get vdselm.dll any idea? not found on vds world. _________________ Regards
- CodeScript
Give your application a professional look with the VDSGUI Extension |
|
| Back to top |
|
 |
PGWARE Web Host

Joined: 29 Dec 2001 Posts: 1565
|
Posted: Wed Jul 09, 2003 4:24 am Post subject: |
|
|
Hi Nathan,
You contacted me ealier today about animated gif's, however with Delphi 6 and above the crucial component needed isn't compatible and it doesn't display animated gifs correctly when compiled into a dll.
What I did was added AVI support in to vdsobj. You can get the new vdsobj here at vdsworld. There are tons of gif > avi converters on the internet as well. AVI really is the standard method of animations when it comes to Windows applications, that or bitmap slides (currently not implemented in vdsobj).
CodeScript - as to the vdselm, this is an early dll I created and later sold to SADE. This dll had gif, jpeg, emf, wmf support, a calendar, spin control, webbrowser and a few other controls. The dll isn't available on vdsworld because it's a registered users only download but it's no longer on the dialogscript.com site either.... I don't know if Commercial-Research is updating this dll or not but I'll ask and see what their response is. |
|
| Back to top |
|
 |
Skit3000 Admin Team

Joined: 11 May 2002 Posts: 2166 Location: The Netherlands
|
|
| Back to top |
|
 |
marty Professional Member


Joined: 10 May 2001 Posts: 789
|
Posted: Wed Jul 09, 2003 11:33 am Post subject: |
|
|
Skit your probably right, since VDS 5 includes most of the VDSELM DLL, I dont think it will be updated or re-released.
And PK, adding AVI support to VDSOBJ is really a great idea. Thanks.  |
|
| Back to top |
|
 |
Skit3000 Admin Team

Joined: 11 May 2002 Posts: 2166 Location: The Netherlands
|
|
| Back to top |
|
 |
marty Professional Member


Joined: 10 May 2001 Posts: 789
|
Posted: Wed Jul 09, 2003 12:37 pm Post subject: |
|
|
| I think it may be the same, I havent try the VDSELM commands with the Browser DLL that comes VDS 5.... |
|
| Back to top |
|
 |
Tommy Admin Team
Joined: 16 Nov 2002 Posts: 746 Location: The Netherlands
|
Posted: Wed Jul 09, 2003 1:25 pm Post subject: |
|
|
| The VDSCIMG DLL supports animated GIFs. Unfortunately no update for VDS 5 yet. |
|
| Back to top |
|
 |
SnarlingSheep Professional Member


Joined: 13 Mar 2001 Posts: 759 Location: Michigan
|
Posted: Wed Jul 09, 2003 3:44 pm Post subject: |
|
|
| Skit3000 wrote: | I think the browser DLL which is included with VDS 5 could do the same thing. Just load the GIF file into the element. If it isn't working, you can create a HTML file with the <img> tag to show the picture....  |
That's what I said or that's what I meant anyway  _________________ -Sheep
My pockets hurt... |
|
| Back to top |
|
 |
|