PicShow & DBPicShow v4.20

Copyright © Kambiz R. Khojasteh. All rights reserved.
Get future component updates from http://www.delphiarea.com.

DESCRIPTION

TPicShow is an image slider control with 176 transitional effects in pure Delphi code. The major characteristics of TPicShow are:

TDBPicShow is the data-aware version of TPicShow with ability to load bitmap, jpeg, metafile, and png (Delphi 2009 and later) images from a blob field.

DELPHI 3.0 USERS:
Two procedures in 'Graphics.pas' are missing a call to 'BitmapCanvasList.UnlockList'. This bug will cause VCL graphics functions, which have not been called from the main thread, to hang. They cannot lock 'BitmapCanvasList' because the main thread never unlocks it. Because of this bug, running PicShow in threaded mode will lead your application to deadlock.

HOW TO INSTALL

Add the following units into a new or existing package, and install the package:

The following packages must be added to the requires clause of your package:

KEY PROPERTIES

KEY METHODS

KEY EVENTS

LIMITATION

The control does not support image transparency. The transparent area of the images with transparency fills with the control's color.

HISTORY

ACKNOWLEDGMENT

Special thanks to:

LICENSE

TPicShow & TDBPicShow components are freeware. You may copy components' files AS LONG AS YOU COPY ALL OF THEM. If you want to change the source code in order to improve the components' features, performance, etc. please send me the new source code so that I can have a look at it. The changed source code should contain descriptions what you have changed, and of course your name. The only thing you MAY NOT CHANGE is the ORIGINAL COPYRIGHT INFORMATION.

DISCLAIMER

TPicShow & TDBPicShow components are provided "AS IS" without any warranty of any kind, either express or implied. The entire risk as to the quality and performance of the software is with you. The author is NOT liable for any DAMAGES resulting from the use and misuse of the components, especially he is NOT liable for DAMAGES that were caused BY ANY VERSION WHICH HAS NOT BEEN PROGRAMMED BY THE AUTHOR HIMSELF.


 END OF DOCUMENT