Hi,
A POUP window opens in my program. If I click outside of this window, it will be hidden. I need to perform some actions while hiding this POPUP window. How can I help you do this ?
oWindow:bLostFocus := { || ...... }
DEFINE DIALOG oWin PIXEL STYLE nOR(WS_POPUP) BRUSH oBru TRANSPARENT
ACTIVATE DIALOG oWin ON INIT Win_Ini()
procedure Win_Ini
DEFINE DIALOG oDlg PIXEL STYLE nOR(WS_POPUP) OF oWin
ACTIVATE DIALOG oDlg NOWAIT
oDlg:bNcActivate = { | lOnOff | iif( lOnOff, , MyFunction())}
return
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 23 guests