FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour xBrowse columns with different resolutions
Posts: 858
Joined: Fri Oct 07, 2005 12:00 PM
xBrowse columns with different resolutions
Posted: Fri Dec 13, 2013 11:07 AM
Hi,
I have an annoying problem with xBrowse;
the columns lenght values I define on a standard monitor are then not optimal on a 16:9 monitor. See image where there is an empty unused space on the right.
Do you know any solution to automatically adjust the columns based on the resolution ?
Thank you.

Best Regards,



Marco Turco

SOFTWARE XP LLP
Posts: 2365
Joined: Wed Nov 02, 2005 11:46 PM
Re: xBrowse columns with different resolutions
Posted: Fri Dec 13, 2013 01:54 PM

Hello

use oBrw:nStretchCol = STRETCHCOL_LAST

Posts: 858
Joined: Fri Oct 07, 2005 12:00 PM
Re: xBrowse columns with different resolutions
Posted: Fri Dec 13, 2013 04:41 PM

Hi, it runs but only adjust the last column.
Do you know something to adjust all column in a proportionate way ?

Best Regards,



Marco Turco

SOFTWARE XP LLP
Posts: 332
Joined: Thu Nov 17, 2005 09:11 PM
Re: xBrowse columns with different resolutions
Posted: Fri Dec 13, 2013 05:17 PM
Marco Turco wrote:Hi, it runs but only adjust the last column.
Do you know something to adjust all column in a proportionate way ?


Hi try:

oCol:nWidth := 140 (or another size)

Wanderson.

Continue the discussion