openlp/documentation/manual/source/alert.rst

57 lines
2.0 KiB
ReStructuredText
Raw Normal View History

2011-03-30 16:07:22 +00:00
=====
Alert
=====
2011-04-01 19:32:07 +00:00
From time to time it may be necessary to display a small unobtrusive message to
the congregation. In OpenLP this is known as an `Alert`. Examples could be a car
with the headlights left on, a parent needed in nursery, or anything else
somebody may need notified about. This is easily accomplished using the Alert,
which is accessible from the top Menu under :menuselection:`Tools --> Alert`.
2011-03-30 18:53:49 +00:00
.. image:: pics/alert.png
:guilabel:`Alert text:` Enter the message you want displayed in this box.
2011-03-30 16:07:22 +00:00
2011-03-30 18:53:49 +00:00
:guilabel:`Parameter:` This box is used for words you want to insert into the
alert text.
You will add the Parameter text into the alert text using “<>” (without
quotations). Anywhere in the Alert text that you add these two symbols, <> side
by side, will insert any text you have in the parameter box into the Alert
message.
2011-03-30 16:07:22 +00:00
2011-03-30 18:53:49 +00:00
Examples of use
---------------
2011-03-30 16:07:22 +00:00
2011-03-30 18:53:49 +00:00
:guilabel:`Alert text:` The owner of the vehicle with license plate number <>
your lights are on.
:guilabel:`Parameter:` HNN432
2011-03-30 16:07:22 +00:00
These two settings will display like this:
2011-03-30 18:53:49 +00:00
2011-03-30 16:07:22 +00:00
The owner of the vehicle with the license plate number HNN432 your lights are on.
2011-03-30 18:53:49 +00:00
2011-03-30 16:07:22 +00:00
You could also reverse this example:
2011-03-30 18:53:49 +00:00
:guilabel:`Alert text:` HNN432 <>
:guilabel:`Parameter:` left their lights on.
`Will display like this:` HNN432 left their lights on.
2011-03-30 16:07:22 +00:00
If you use the same alerts on a regular basis, Save your Alert and you will have
2011-04-01 19:32:07 +00:00
access to the alert with a click of the mouse. You may also click on `New` to
make a new alert or `Delete` an alert you do not need.
2011-03-30 16:07:22 +00:00
When you are ready to Display your Alert you have two options. Clicking on
Display will display the Alert and the Alert Message window will remain open.
Clicking Display & Close will display the alert and close the Alert Message
window.
All details of the display, font, color, size and position are adjusted from the
2011-03-30 18:53:49 +00:00
top Menu item :menuselection:`Settings --> Configure OpenLP`, Alert tab and the
instructions here. :doc:`configure`
2011-03-30 16:07:22 +00:00
2011-03-30 18:53:49 +00:00
**Please note:** Alert Message is a Plugin that needs to be Active in the Plugin
2011-04-01 19:32:07 +00:00
List for use.