Newsgroups: comp.lang.smalltalk
Path: cantaloupe.srv.cs.cmu.edu!rochester!udel!gatech!newsfeed.pitt.edu!ctc.com!info.ucla.edu!unixg.ubc.ca!rover.ucs.ualberta.ca!tribune.usask.ca!canopus.cc.umanitoba.ca!newsflash.concordia.ca!news.mcgill.ca!DMI.USherb.CA!clouso.crim.ca!IRO.UMontreal.CA!texcoco.IRO.UMontreal.CA!rabia
From: rabia@IRO.UMontreal.CA (Rabia)
Subject: [Q] Sequence of images...
Message-ID: <D7nz8s.7w@IRO.UMontreal.CA>
Sender: news@IRO.UMontreal.CA
Organization: Universite de Montreal
X-Newsreader: TIN [version 1.2 PL2]
Date: Wed, 26 Apr 1995 22:46:02 GMT
Lines: 30


Hi!,
	I would apreciate very much if someone can help me to display a sequence
	of images (within boss files) with delay (few seconds) between images.
	I use visualworks 1.0.

	I had used the above code but didn't work correctly:

		Self view: readBOSS: 'image1.bos'.
		(Delay forSeconds: 2) wait.
		Self view: readBOSS: 'image2.bos'.

	The "view" is the aspect of the componnent viewHolder in canvas. 
	This code show only last image (I mean image2).

	Thanx in advance....


A.
PS:
	Sorry for my bad english....


--
==========================================================================
|                   Universite de Montreal - Canada                      |
|                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                      |
| "C makes it easy to shoot yourself in the foot. C++ makes it harder,   |
|  but when you do, it blows away your whole leg" -- Bjarne Stroustrup   |
==========================================================================
