forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


GIF Support? DLL available?

 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help
View previous topic :: View next topic  
Author Message
Woody
Valued Newbie


Joined: 10 Jul 2003
Posts: 29

PostPosted: Fri Mar 11, 2005 7:50 pm    Post subject: GIF Support? DLL available? Reply with quote

Hello Everyone,

Does anyone know of an external dll to allow the support of animated gif files in VDS 5?

Thanks,

_________________
- Woody
Back to top
View user's profile Send private message AIM Address
ShinobiSoft
Professional Member
Professional Member


Joined: 06 Nov 2002
Posts: 790
Location: Knoxville, Tn

PostPosted: Fri Mar 11, 2005 7:54 pm    Post subject: Reply with quote

You could use the browser control to display the GIFs. I don't believe that
there are any extensions that can do this, however, I'm kinda familiar with
the layout of GIF files and development of a dll to do this shouldn't be too
hard. Lemme see what I can do. Smile

_________________
Bill Weckel
ShinobiSoft Software

"The way is known to all, but not all know it."
Back to top
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger
Woody
Valued Newbie


Joined: 10 Jul 2003
Posts: 29

PostPosted: Fri Mar 11, 2005 8:11 pm    Post subject: Reply with quote

The only real issue with using the browser controls to display an animated gif is in doing so it then causes the layout to be rather messy. I would rather find a better solution.
_________________
- Woody
Back to top
View user's profile Send private message AIM Address
ShinobiSoft
Professional Member
Professional Member


Joined: 06 Nov 2002
Posts: 790
Location: Knoxville, Tn

PostPosted: Fri Mar 11, 2005 9:50 pm    Post subject: Reply with quote

Sorry, it's gonna take a little more than I thought to write this dll.
Currently I have too many other projects going to start another one that
is this involved. I will, however, add this to my very long list of things to
do. Smile

_________________
Bill Weckel
ShinobiSoft Software

"The way is known to all, but not all know it."
Back to top
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger
Woody
Valued Newbie


Joined: 10 Jul 2003
Posts: 29

PostPosted: Wed Mar 16, 2005 7:04 pm    Post subject: Animated BMPs Reply with quote

Hello Everyone,

I am posting the following code as an example of how you can obtain an animated BMP in you VDS application. Very Happy

Thanks!


Code:

Title Animated BMP
  DIALOG CREATE,Animated BMP,-1,0,240,160
  DIALOG ADD,BITMAP,BITMAP1,27,64,95,95,1.bmp
  DIALOG SHOW
  %%bmpfile = 1
:Evloop
  wait event,.8
  dialog set,bitmap1,%%bmpfile.bmp
  %%bmpfile = @succ(%%bmpfile)
  if @greater(%%bmpfile,4)
  %%bmpfile = 1
  end
  goto @event()
:TIMER
 goto evloop
:Close
  exit

_________________
- Woody
Back to top
View user's profile Send private message AIM Address
Serge
Professional Member
Professional Member


Joined: 04 Mar 2002
Posts: 1480
Location: Australia

PostPosted: Thu Mar 17, 2005 8:52 am    Post subject: Reply with quote

nice trick, woody Smile

serge

_________________
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group