Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

animated gif

7 views
Skip to first unread message

Pablo Murias

unread,
Nov 1, 2001, 9:46:25 AM11/1/01
to
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

Jan Theodore Galkowski

unread,
Nov 1, 2001, 11:54:20 AM11/1/01
to Pablo Murias

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° jtgal...@alum.mit.edu
http://www.scguild.com/usr/1707I.html Disne...@go.com
***********************************************************************
"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/
***********************************************************************

Ian Bartholomew

unread,
Nov 1, 2001, 12:50:55 PM11/1/01
to
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

Pablo Murias

unread,
Nov 1, 2001, 1:17:46 PM11/1/01
to
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" <jt...@cornell.edu> wrote in message
news:3BE17E3C...@cornell.edu...

0 new messages