lazarus-ccr/components/scrolltext/latest_stable
wp_xxyyzz f42b9149d7 ScrollText: v1.1.4 ready for OPM
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9125 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-01-08 17:37:08 +00:00
..
exampleapp Fix About box caption in components using "powered by" component. Issue #39064, patch by artem78. Fix compilation and run of longtimer demo. Increment "release" version number for new OPM version. 2024-01-07 15:34:31 +00:00
locale ScrollText: Add translation template (.pot). Add English and German translations. 2022-06-30 21:03:56 +00:00
updates ScrollText: v1.1.4 ready for OPM 2024-01-08 17:37:08 +00:00
aboutscrolltextunit.pas Fix About box caption in components using "powered by" component. Issue #39064, patch by artem78. Fix compilation and run of longtimer demo. Increment "release" version number for new OPM version. 2024-01-07 15:34:31 +00:00
license.lrs
readme.txt
scrollingtext_icon.lrs
scrollingtext.pas ScrollText: Add new property ScrollSpeed (based on patch by kkuba). 2022-06-16 13:18:18 +00:00
scrolltext100_properties.png
scrolltext_ico.png
scrolltext.lpk Fix About box caption in components using "powered by" component. Issue #39064, patch by artem78. Fix compilation and run of longtimer demo. Increment "release" version number for new OPM version. 2024-01-07 15:34:31 +00:00
scrolltext.lrs
scrolltext.pas

TScrollingText
===========

A visual component for Lazarus/fpc

Installation
========
Make a new folder 'scrolltext' in lazarus/components
Unzip this archive into it
In Lazarus open the file 'scrolltext.lpk' as a package project
Click 'Compile' then 'Use/Install'
If asked 'do you want to recompile the IDE?' then click 'Yes'

After the compilation, the ScrollingText component will be on the 'Additional' component palette.

Use
===
Drop a ScrollingText onto a form and set the properties as required
If you want the text to come from an external text file (UseTextFile=TRUE)
then name the file 'scrolling.txt' and deploy it in the same folder as
the executable.

You can set Active=True when designing to see the scrolling text
but remember than any http:// links are only clickable in runtime mode

Download
=======
This component is available at http://www.charcodelvalle.com/scrollingtext/scrollingtext_component.zip

Version
======
This version is 1.0.0.0

License
======
GPL License (see source code)

Works With
=========
Lazarus 1.x fpc 2.6x
If when you click Lazarus Help/'About Lazaus' Contributors tab,
you can see a scrolling screen, then this component is compatible with your IDE

Support
======
minesadorada@charcodelvalle.com
Note the GPL license conditions