tags:

views:

139

answers:

2

Does anyone know an Apple style "waiting" animation VCL component for using with Delphi 7? Thanks

+1  A: 

Is it this thing (circular progress animation)? http://www.tmssoftware.com/site/acp.asp TMS has one.

Chris Thornton
+5  A: 

Don't know about the current Apple look, but a free online service to create Ajax loading gif files is here:

http://www.ajaxload.info/

Create easily your own ajax loader icon :

  1. Select the type of indicator you want
  2. Enter the background code color you want (tick "Transparent background" if you don't want one
  3. Enter the foreground code color you want

Press "Generate it"

mjustin
If you convert the gif to an ani file you can also use TAnimation to display the wait animation.
Lars Truijens