Project

General

Profile

Bug #8324

ON MOUSE-SELECT-DOWN does not suppress ON EMPTY-SELECTION

Added by Vladimir Tsichevski 2 months ago. Updated 2 months ago.

Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:

0%

billable:
No
vendor_id:
GCD
case_num:

History

#1 Updated by Vladimir Tsichevski 2 months ago

In OE the following program:

DEFINE FRAME fr1
  WITH NO-BOX THREE-D SIZE 70 BY 50.
ENABLE ALL WITH FRAME fr1.

ON 'EMPTY-SELECTION' OF FRAME fr1
DO:
  MESSAGE 'EMPTY-SELECTION'.
END.
ON 'MOUSE-SELECT-DOWN' OF FRAME fr1
DO:
  MESSAGE 'MOUSE-SELECT-DOWN'.
END.

WAIT-FOR CLOSE OF CURRENT-WINDOW.

Prints MOUSE-SELECT-DOWN, while in FWD it prints both MOUSE-SELECT-DOWN and EMPTY-SELECTION.

Also available in: Atom PDF