FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour a tpanel into a tfolder :resolved!!
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: a tpanel into a tfolder :resolved!!
Posted: Wed Mar 02, 2016 08:23 AM

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

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
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: a tpanel into a tfolder :resolved!!
Posted: Wed Mar 02, 2016 02:58 PM

Silvio,

have you tried

oWndMain:oClient := oFolder

are you using MDI ? If so, then try:

oWndMain:oWndActive:oClient := oFolder

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: a tpanel into a tfolder :resolved!!
Posted: Wed Mar 02, 2016 09:04 PM

I allready use oWndMain:oClient := oFolder
Thee folder became small but the splitte isr not move on the left

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

Continue the discussion