Kbase 15804: How to Get a Popup Menu to Popup using the Left Mouse Button
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/05/1998 |
|
How to Get a Popup Menu to Popup using the Left Mouse Button
INTRODUCTION:
=============
This Technical Support Knowledgebase entry describes how to have a
popup menu which is attached to an object "popup" when you click the
left mouse button instead of the right mouse button.
PROCEDURAL APPROACH:
====================
Assign the MENU-MOUSE attribute for the widget in question to a value
of 1.
For example, given a push button named PBN-MENU, the following code
will cause any popup menu attached to this button to be displayed
when the user clicks the left mouse button:
ASSIGN PBN-MENU:MENU-MOUSE IN FRAME {&FRAME-NAME} = 1.
Progress Software Technical Support Note # 15804