Event Handler

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
User avatar
AUGE_OHR
Posts: 2093
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Event Handler

Post by AUGE_OHR »

hi,

i use

Code: Select all

   EventCreate( { || LabelEventHandler( aLabel ) }, hWnd )
so i can get Windows Message

when got WM_LBUTTONDOWN i start "Action to move"
now i wait for WM_LBUTTONUP to set a "Flag" but it does not "arrive" :o

i need a "new" EventCreate() ... why :idea:
LBDD.ZIP
(3.2 KiB) Downloaded 126 times
p.s. EventCreate() is disable in Demo Code PROCEDURE MoveAround() so you must enable to see that it work
have fun
Jimmy
Post Reply