I cant see how to use the leftclick event.
I get nothing with this code, what i'am doing wrong ?
Code: Select all
Procedure LeftClick()
Debug "ok"
EndProcedure
If OpenWindow(0, 0, 0, 295, 260, "LeftClick", #PB_Window_SystemMenu | #PB_Window_SizeGadget | #PB_Window_ScreenCentered)
BindEvent(#PB_Event_LeftClick , @LeftClick())
EndIf
Thanks for the help.