User's Guide
Because of the nature of the user interface notebooks present, there are
several events that might be of particular interest to you. These
events provide you with convenient points to:
- Initialize a page as it becomes visible to the user
- Perform appropriate processing when a user has finished with a page
- Prevent the user from changing the current notebook page
The specific events of interest for the PM Notebook and Windows Notebook
are:
- aboutToBeSwitchedFrom - is triggered for a notebook page when
the user wants to make a new page visible
- aboutToBeSwitchedTo - is triggered for a notebook page just
before the page becomes visible to the user
- aboutToChangePages - is triggered for the notebook when the
user wants to make a new page visible
The specific events of interest for the OS/2 - Windows Notebook are:
- noteBookSwitchedFromMe - is triggered for a notebook page when
the user wants to make a new page visible
- noteBookSwitchedToMe - is triggered for a notebook page just
before the page becomes visible to the user
- pageSelected - is triggered for the notebook just before a page
becomes visible to the user
Let's make some event-to-script connections to show you the capability
provided by these events.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]