TmpAnimatedCursors readme


-CONTENTS-

top

-TITLE-

TmpAnimatedCursors is a non visual component to simplify management and usage of animated cursors within delphi applications

top

-PACKAGE-

TmpAnimatedCursors component for borland delphi

top

-RELEASE-

v 0.01, may 27, 2001

top

-TARGET-

borland delphi 4.xx

top

-INSTALLATION-

top

-USAGE-

TmpAnimatedCursors is a non visual component, just one single TmpAnimatedCursors component should be placed in an application, it's cursors can be accessed from all forms and components.

doubleclick the component to open the cursor management dialog, it's quite similar to delphi's editor for TImageList items.

by pressing the "add" button, you can add animated (and also still) cursors to the list by selecting them in a file selection dialog. the listview in the lower corner shows a preview of all cursors in the list, the upper left panel displays the currently selected cursor with animation.

each of the cursor items has the following properties:

to set a component's cursor to a TmpAnimatedCursors item by description at runtime (e.g. to set Form1.Cursor to the cursor called "smiley"), use the mpAniCurIDToCursor routine:

Form1.Cursor := mpAniCurIDToCursor('smiley');


top

-SOURCES-

included

top

-CONTACT-

markus stephany, losheim am see, saarland, germany
mailto:merkes@mirkes.de
http://www.mirkes.de

top

-HISTORY-

version 0.01

initial release

top

-LICENSE-

    --------------------------------------------------------------------------------
    TmpAnimatedCursors Copyright (C) 2001 markus stephany                                           
                                                                                                                  
    This package is free software; you can redistribute it and/or modify                                         
    it under the terms of either:                                                                                
                                                                                                                 
    a) the GNU General Public License as published by the Free                                                   
    Software Foundation; either version 2, or (at your option) any                                               
    later version, or                                                                                            
                                                                                                                 
    b) the Clarified Artistic License as used by the authors of NCFTP                                            
    version 3.0.2.                                                                                               
                                                                                                                 
    This package is distributed in the hope that it will be useful,                                              
    but WITHOUT ANY WARRANTY; without even the implied warranty of                                               
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU                                            
    General Public License / Clarified Artistic License for more details.                                                            
                                                                                                                 
    You should have received a copy of the GNU General Public License                                            
    along with this package in the file named "COPYING"; if not,                                                 
    write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330,                                     
    Boston, MA 02111-1307, USA.                                                                                  
                                                                                                                 
    You should also have received a copy of the Clarified Artistic                                               
    License along with this package in the file named "ARTISTIC"; if not,                                        
    you may find a copy at http://www.mirkes.de/downloads/ARTISTIC.txt                                           
    --------------------------------------------------------------------------------
top

-END-