animated gif

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

animated gif

Pablo Murias
Hi all...

I want to display an animated gif but I couldn't find how to do it, the
image is displayed but only the first picture (not the animated sequence).

Do you have any idea?

Thanks, Pablo


Reply | Threaded
Open this post in threaded view
|

Re: animated gif

Jan Theodore Galkowski
Pablo Murias wrote:
>
> Hi all...
>
> I want to display an animated gif but I couldn't find how to do it, the
> image is displayed but only the first picture (not the animated sequence).
>
> Do you have any idea?

Pablo,

Unless I misunderstand the context this isn't really on topic for
Dolphin
Smalltalk, but if you want to learn how to do this, check out

    http://www.mindworkshop.com/alchemy/banners/banners.html

[snip]

--
-----------------------------------------------------------------------
 Jan Theodore Galkowski        °o°            [hidden email]
 http://www.scguild.com/usr/1707I.html              [hidden email]
***********************************************************************
             "Smalltalk?  Yes, it's really that slick."
-----------------------------------------------------------------------
    Check out http://st-www.cs.uiuc.edu/users/johnson/smalltalk/,
              http://www.object-arts.com/DolphinWhitePaper.htm
              http://www.dnsmith.com/SmallFAQ/
***********************************************************************


Reply | Threaded
Open this post in threaded view
|

Re: animated gif

Ian Bartholomew-5
In reply to this post by Pablo Murias
Pablo,

> I want to display an animated gif but I couldn't find how to do it, the
> image is displayed but only the first picture (not the animated sequence).
>
> Do you have any idea?

It feel a bit "kludgy" but you can use the URLPresenter class to do this.
For example -

URLPresenter showOn: 'c:\airplane.gif'

plays an animated gif in a continuous loop. You're basically just pointing
a web browser at a gif file and it's doing what comes naturally!.  You can
add a URLPresenter resource to a normal view so you can include it in a
normal app if needed.

I am sure there must be a way of using a dedicated ActiveX control to do
this - but I don't know what it is!!!

Regards
    Ian


Reply | Threaded
Open this post in threaded view
|

Re: animated gif

Pablo Murias
In reply to this post by Jan Theodore Galkowski
Hi,

I already have an animated gif, and it is ok...
But when I open it inside a Dolphin Shell the animation is not showed, only
the first picture in the sequence



"Jan Theodore Galkowski" <[hidden email]> wrote in message
news:[hidden email]...
Pablo Murias wrote:
>
> Hi all...
>
> I want to display an animated gif but I couldn't find how to do it, the
> image is displayed but only the first picture (not the animated sequence).
>
> Do you have any idea?

Pablo,

Unless I misunderstand the context this isn't really on topic for
Dolphin
Smalltalk, but if you want to learn how to do this, check out

    http://www.mindworkshop.com/alchemy/banners/banners.html

[snip]

--
-----------------------------------------------------------------------
 Jan Theodore Galkowski        °o°            [hidden email]
 http://www.scguild.com/usr/1707I.html              [hidden email]
***********************************************************************
             "Smalltalk?  Yes, it's really that slick."
-----------------------------------------------------------------------
    Check out http://st-www.cs.uiuc.edu/users/johnson/smalltalk/,
              http://www.object-arts.com/DolphinWhitePaper.htm
              http://www.dnsmith.com/SmallFAQ/
***********************************************************************