Event Handler
Posted: Sun Dec 06, 2020 10:40 pm
hi,
i use
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"
i need a "new" EventCreate() ... why
p.s. EventCreate() is disable in Demo Code PROCEDURE MoveAround() so you must enable to see that it work
i use
Code: Select all
EventCreate( { || LabelEventHandler( aLabel ) }, hWnd )
when got WM_LBUTTONDOWN i start "Action to move"
now i wait for WM_LBUTTONUP to set a "Flag" but it does not "arrive"

i need a "new" EventCreate() ... why
