Page 2 of 2

Re: a tpanel into a tfolder :resolved!!

PostPosted: Wed Mar 02, 2016 8:23 am
by Silvio.Falconi
Antonio,
if I resize the main window it resize but the Folder is allway at same point and not move on the right

Pls Look the ResizeWndMain() if you have an idea

I refresh the folder with
oGrid:SetSize( aClient[ 4 ] - oGrid:nLeft, oDlgTest:nHeight -26)

if I move the splitter then the oGrid ( folder) is moved

Re: a tpanel into a tfolder :resolved!!

PostPosted: Wed Mar 02, 2016 2:58 pm
by Antonio Linares
Silvio,

have you tried

oWndMain:oClient := oFolder

are you using MDI ? If so, then try:

oWndMain:oWndActive:oClient := oFolder

Re: a tpanel into a tfolder :resolved!!

PostPosted: Wed Mar 02, 2016 9:04 pm
by Silvio.Falconi
I allready use oWndMain:oClient := oFolder
Thee folder became small but the splitte isr not move on the left