Symbian3/PDK/Source/GUID-CABA0B4D-11E4-5659-B949-C4277FB63804.dita
author Dominic Pinkman <Dominic.Pinkman@Nokia.com>
Thu, 11 Mar 2010 18:02:22 +0000
changeset 3 46218c8b8afa
parent 1 25a17d01db0c
child 5 f345bda72bc4
permissions -rw-r--r--
week 10 bug fix submission (SF PDK version): Bug 1892, Bug 1897, Bug 1319. Also 3 or 4 documents were found to contain code blocks with SFL, which has been fixed. Partial fix for broken links, links to Forum Nokia, and the 'Symbian platform' terminology issues.

<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. -->
<!-- This component and the accompanying materials are made available under the terms of the License 
"Eclipse Public License v1.0" which accompanies this distribution, 
and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
<!-- Initial Contributors:
    Nokia Corporation - initial contribution.
Contributors: 
-->
<!DOCTYPE concept
  PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
<concept id="GUID-CABA0B4D-11E4-5659-B949-C4277FB63804" xml:lang="en"><title>Notifier</title><shortdesc>A notifier is a simple service that allows either a single line
message (an infoprint) or a simple dialog box to be displayed on the hardware's
display device. </shortdesc><prolog><metadata><keywords/></metadata></prolog><conbody>
<p>It is used for sending (debug) trace messages to the screen and putting
up debug dialog boxes. It can be used in any environment, including the text
shell used for development of engine or low level type code. Because it doesn't
require Uikon it is invaluable for developers who need to work without GUI
dependencies. </p>
<p>The dialog box consists of two lines of text and two buttons. The buttons
each display a single text character and the user is expected to key in one
of these characters. </p>
<p>The notifier is a server, managed by the Kernel. The client side creates
a session through an <codeph>RNotifier</codeph> handle. </p>
<p> <note/> If a plug-in notifier DLL fails to load successfully, the
OS will not start. Notifiers are critical system resources which must not
fail to load correctly. </p>
</conbody></concept>