Hi,
When I call another application, I execute oDlg:Disable()
When to another application she is closed, I I execute oDlg:Enable and oDlg:SetFocus(), but my application does not receive the focus!
#include "FiveWin.ch"
function Main()
local oDlg, cTest := "hello world"
DEFINE DIALOG oDlg
@ 1, 2 GET cTest VALID ( MsgInfo( "ok" ), .T. )
@ 3, 2 BUTTON "Disable" ACTION ( oDlg:Disable(), MsgInfo( "disabled" ), oDlg:Enable() )
ACTIVATE DIALOG oDlg CENTERED ;
VALID MsgYesNo( "Want to end ?" )
return nil
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 82 guests