Skip to content

Delphi control that wraps the Windows 95 animation control for use with Delphi 5/6

License

Notifications You must be signed in to change notification settings

tdittmar/delphi-TAnimation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TAnimation v2.6

Introduction

TAnimation plays little AVI files to entertain the user while waiting for some long action to be finished. The component accepts silent 8-bit RLE compressed AVIs. This restriction is introduced by the Microsoft Animation Common Control. I'm not to be blamed...

Changes

Improved Delphi 5/6 compatibility

  • Modified for Delphi 6 compatibility
  • Added new properties

License

The component ist licensed under the MIT License. For details, please refer to the LICENSE file.

Contents of the archive

ANI95.PAS      - Source code of the component (run-time code).
ANI95REG.PAS   - Source code of the design-time code.
ANI95.DCR      - Component resource file. This contains the icon.
README.TXT     - This file.

Installation

The basic installation of the component is pretty straight forward:

  1. Copy all files apart from README.TXT into the LIB folder or a subfolder
  2. Add the file ani95reg.pas to one of your design-time packages or create a new design-time package for the component as described in Delphi's help files.
  3. Recompile the design-time package

The more sophisticated installation takes a little more work:

  1. Copy all files apart from README.TXT into the LIB folder or a subfolder
  2. Create a new run-time package as described in Delphi's help files. If you are already using a run-time package for your components you can use that package.
  3. Add the file ani95.pas to this run-time package and recompile the package.
  4. Create a new design-time package as described in Delphi's help files. If you are already using a design-time package for your components you can use that package.
  5. "Require" the run-time package you created or used above, if not already the case (see Delphi help for details on "requiring packages").
  6. Add the file ani95reg.pas to the design-time package and recompile.

"DsgnIntf not found"

If you get this error, something wrong happened during the installation. The unit DsgnIntf is not shipped with Delphi 5/6 anymore, which previously provided classes for property/component editors. Now this unit is only included in one of Delphi's standard packages.

Thus, you must now make sure that run-time packages include only run-time code! If this error occurs during the installation, you're trying to add the ani95reg.pas unit to a run-time package, which is not allowed. In that case, use the ani95.pas unit instead and create a special design-time package as described under "Installation".

About

Delphi control that wraps the Windows 95 animation control for use with Delphi 5/6

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages