I must insert two gets control into a explorebar as you can see here

But I wish the gets have the width until the end of the explorer and when I resize the spliter the gets must change their width
I build the explorer with
oExBar = TExplorerBar():New(0,0, nSplit,oApp():nBottom, oApp():oDlg)
and then
oApp():bChange :={ |oSplit | oExBar:refresh() }
to build the gets
I think I must refresh the controls are into first panel of oExbar
I tried also with
oApp():bChange :={ |oSplit | oExBar:aPanels[1]:refresh() }
any solution ?

But I wish the gets have the width until the end of the explorer and when I resize the spliter the gets must change their width
I build the explorer with
oExBar = TExplorerBar():New(0,0, nSplit,oApp():nBottom, oApp():oDlg)
and then
oApp():bChange :={ |oSplit | oExBar:refresh() }
to build the gets
@ 42,10 say "Cognome :" of oPanel1 transparent SIZE 50,20 PIXEL
@ 70,10 say "Nome :" of oPanel1 transparent SIZE 40,20 PIXEL
@ 40,75 Get aget[1] VAR cCognome SIZE oPanel1:nRight-100,20 PIXEL of oPanel1 UPDATE
@ 68,75 Get aget[2] VAR cnome SIZE oPanel1:nRight-100,20 PIXEL of oPanel1 UPDATEI think I must refresh the controls are into first panel of oExbar
I tried also with
oApp():bChange :={ |oSplit | oExBar:aPanels[1]:refresh() }
any solution ?
Since 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