Kbase P22268: How do I change the mouse pointer on MOUSE-OVER of an image.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  2/17/2004 |
|
Status: Unverified
GOAL:
How to change the mouse pointer on a "MOUSE-OVER" event of an image?
FACT(s) (Environment):
Progress 9.x
FIX:
Progress does not have a native ·MOUSE-OVER· event. This event can be simulated
using some windows API calls or a third party OCX control.
The LOAD-MOUSE-POINTER() method is not a valid method for an Image object but it is valid for a Frame. Create a borderless frame and place the image on the frame, then use the LOAD-MOUSE-POINTER method() on the frame and supply it a type of pointer that is supported by Progress.
Frame FrameA:LOAD-MOUSE-POINTER("CROSS").