    FAQ
~~~~~~~~~~~~

Q: How can I choose my lovely application font under NNotify?
A: Go to REGISTRY and find the key "HKEY_LOCAL_MACHINE\SOFTWARE\Lotus\Notifier\AppFont".
Then enter any font installed in your system ('Comic Sans MS' for example).
-----

Q: I would like to monitor different mailboxes at the same time but LNN don't
allow to start itself twice.
A: From version 1.13 you can open the multi-instance with alternate *.ini file.
   From version 1.20 you can work with 3 databases at the same time.
-----

Q: Can you tell me how I customise your smart little utility to play a WAV file
of my choice ?

A: From version 1.20 you can change/disable WAV sound from under interface.
NOTE: You may to specify the WAV like so: Start the 'Control Panel' and find the 
item 'Sounds'. Next click 'Windows\New Mail Notification' and choose WAV 
you want.
-----

Q: Why does my program crash?

A: "It's possible that a previously-executed API program (or Notes itself)
crashed on the same machine before the Notes session was terminated. When 
this happens, subsequent attempts to run an API program or Notes will fail 
when initializing the Notes session. If you're running on Windows NT, you 
might be able to fix this by logging off your NT session and logging in again.
If all else fails, you might have to reboot the machine.

If this problem occurs frequently, there may be something wrong with your 
Notes configuration. In particular, make sure there is only one notes.ini 
file and one directory containing the Notes executables on your path." 
from Notes C API FAQ.
-----

Q: When I go to the Notes client and read a memo in the Inbox your notifier
still shows the item as unread. Until I close the Inbox window does your
notifier correctly update. Why ?

A: Extract from Notes Documentation:
"No coordination is performed between different users of the same database.
If an application obtains a list of unread notes while another user is modifying
the list, the changes made may not be visible to the application.
...Skipped...
When a user closes a database (either through the Notes user interface or
through an API program), the unread marks in the desktop.dsk file
and in the database are synchronized so that they match."

Accordingly, after reading Notes messages you must to close DB and click
'Check Now' in Notifier.
