I add a get to make e search and it run ok only when I resize the Mdichild the get is not focused
before

after ( when resize the mdichild and not move over any mouse or windows)

I use the sam esystem of yunus mdichild only I change the measure of buttonbar and I add a combobox and a get on buttonbar
any solution ?
I add also a resize but ir not work ok
before

after ( when resize the mdichild and not move over any mouse or windows)

I use the sam esystem of yunus mdichild only I change the measure of buttonbar and I add a combobox and a get on buttonbar
if oWndEsercizi == nil
oEsercizi:= TEsercizi():New()
DEFINE WINDOW oWndEsercizi MDICHILD OF oWndMain TITLE "Esercizi"
...
ACTIVATE WINDOW oWndEsercizi MAXIMIZED ;
ON INIT oGet:setfocus() ;
VALID ( oWndEsercizi := nil, .T. )
else
oWndEsercizi:SetFocus()
endifany solution ?
I add also a resize but ir not work ok
ACTIVATE WINDOW oWndEsercizi MAXIMIZED ;
ON INIT oGet:setfocus() ;
ON RESIZE oGet:setfocus() ;
VALID ( oWndEsercizi := nil, .T. )
elseSince from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
