Consultor Eletrônico



Kbase P113191: ADM2: The MOUSE-SELECT-CLICK event trigger of an Image object is not firing.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   03/02/2006
Status: Unverified

FACT(s) (Environment):

Windows
Progress 9.1x

SYMPTOM(s):

MOUSE-SELECT-CLICK event trigger of an IMAGE object placed on a SmartDataViewer object is not firing.

CAUSE:

IMAGE objects placed on SmartDataViewer objects are not SENSITIVE by default.

FIX:

Create an initializeObject override of the SmartDataViewer object and set the SENSITIVE attribute of the IMAGE object to TRUE after the "RUN SUPER." statement:
RUN SUPER.
IMAGE-1:SENSITIVE IN FRAME {&FRAME-NAME} = TRUE.