Menu

#6 Lated OnMouseEnter on TImgView32

open
nobody
None
5
2009-03-02
2009-03-02
Anonymous
No

GR32_Image.pas

CM_MOUSEENTER occures only if application is in Idle (Delphi 7).

Use something like this:

Procedure TCustomImage32.MouseMove(...)
Begin
Inherited;
If Not FMouseInControl Then MouseEnter;
.
.
.
End;

Method CMMouseEnter could be deleted.

Discussion

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.