Previous Topic

Next Topic

Book Contents

Book Index

NotesMenus - the to element

The top element in the XML configuration file is the NotesMenus element. Below you see a complete specification:

<?xml version="1.0" encoding="ISO-8859-1"?>
<
NotesMenus
Name="Notes Menu Launcher"
PollingInterval="250"
Param1="Reg. path to Dispatcher"
Param2="Reg. path to LastRun"
Param3="Reg. to error messages"
Param4="Reg. path to Install">

<NotesMenu ID="0LNPK"> .... </NotesMenu>

</
NotesMenus>

The attributes of the NotesMenus-element are;

Attribute

Description

Name

The name of the menu implementation. The name has no practical use in Notes Menu Launcher

PollingInterval

When Notes Menu Launcher perform actions involving resource enumeration, such as enumerating all the windows or classes running on a system, it uses this interval to look for changes.

Param1

Registry path to the HKEY_LOCAL_MACHINE hive, specifying where the Dispatcher application is located. When Notes Menu Launcher is about to launch the Dispatcher, it uses this key to locate what application to look for.

The default value is:

Software\Voith's CODE\Notes Menu Launcher\Settings\Doer

Param2

Registry path to the HKEY_LOCAL_MACHINE hive, specifying where Notes Menu Launcher store all information about the last run, identifying server, database and note ids.

The default value is:

Software\Voith's CODE\Notes Menu Launcher\LastRun

Param3

Registry path to the HKEY_LOCAL_MACHINE hive, specifying where the error messages are specified in case of errors.

The default value is:

Software\Voith's CODE\Notes Menu Launcher\Settings\Menu\Messages

Param4

Registry path to the HKEY_LOCAL_MACHINE hive, specifying where the Notes Menu Launcher store its initial settings

The default value is:

Software\Voith's CODE\Notes Menu Launcher\Install

Note that you can only have one NotesMenus element.

See Also

The XML File

How Notes Menu Launcher communicates to the outside

NotesMenu element - one for each menu

The Actions element

The Action element

The built-in NotesPeek Buddy