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!
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!
Vilian,
Try:
setForeGroundWindow(hWnd)
James
James missed the oDlg: (you could also try with the main oWnd)
SetForeGroundWindow(oDlg:hWnd)
Antonio,
Why when use oDlg:Disable(), exactly using later oDlg:Enable() clauses VALID of the GETS leaves to function?
#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 nilAntonio,
I Sended for you e-mail.
Antonio,
You it received the Memory.zip archive?
Vilian,
yes I got it, thanks, but had no time to review it yet