Re: Component for showing animated GIFs or AVI



In article <4863e7f9$1@xxxxxxxxxxxxxxxxxxxxxx>, Dan Downs wrote:
I'm thinking that might solve your problems.

No really. In the real application there will not be a sleep(..) There
will be a construct like this

dsQuery.SQL.Text := 'Select * from Table where ....';
DsQuery.Active := true; // Here the Animation is stopping, until the
data is fetched.
dsQuery.First;



Gruß aus den Bergen
Günter


.