Coder Social home page Coder Social logo

delphi-tmarquee's Introduction

TMarquee 2.7

Introduction

TMarquee displays scrolling text on your forms. There are three different ways of scrolling the text: scroll, blink and bounce. The number of pixels to scroll during one step and a delay factor can be modified.

License

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

Contents of the archive

MARQUEE.PAS         - Component source code.
MARQUEE.DCR         - Component resource.
MARQUEEREG.PAS      - Design-time source code.
MARQUEESCRLTXT.PAS  - Dialog source for the property editor
MARQUEESCRLTXT.DFM  - Dialog form for the property editor
MARQUEEVERSION.PAS  - Dialog source for the About box
MARQUEEVERSION.DFM  - Dialog form for the About box
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 marqueereg.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 marquee.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 marqueereg.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 marqueereg.pas unit to a run-time package, which is not allowed. In that case, use the marquee.pas unit instead and create a special design-time package as described under "Installation".

delphi-tmarquee's People

Contributors

tdittmar avatar

Stargazers

Henrik Andersen avatar Edwin Yip avatar Me avatar  avatar  avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.