Kbase P15646: The new Popup menu on dynamic browse can not be extended
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  25/11/2003 |
|
Status: Unverified
FACT(s) (Environment):
Dynamics 2.0A
SYMPTOM(s):
The new Popup menu on dynamic browse can not be extended
Previously created custom Popup menus can not be used
CAUSE:
The Popup menu is new functionality introduced in 2.0
FIX:
Override createPopupMenu and add calls to createPopupItem to add new menu items to the same popup menu. Use BrowseHandle to get the handle of the browse and then use the POPUP-MENU attribute of the browse to get the handle of the popup menu to pass to createPopupItem.
If no Popup menu is desired, set the PopupActive property to false.