A list of entries is a pointer such as "char *ptxt[]". If the seen parameter is used, the popup is displayed with a slider and contains seen items.
Keyboards can be used to naviguate in the popup (up and down arrow) and validate an entry (RETURN or ENTER keys).
If you use mode P_WNDW, MenuPopUp() can be displayed in a window. This mode allows MenuPopup() to not stop AES events. It is very usefull with a multitasking system. If you call MenuPopUp() form a classic dialog box, this mode should never be used. In other case, this mode should always be used because it can be disabled or enabled by the user using the WinDom configuration file (see windom.popup.window variable).
With a P_LIST mode, the menu popup look can be defined by the user from the WinDom configuration file (see windom.popup variables).
The P_RGHT mode is now obsolet.