Page 1 of 1

Xbrowse having a extra space between footer and scrollbar

Posted: Wed Nov 06, 2024 3:05 pm
by Marc Venken
I believe that I have seen it before in a sample.

Xbrowse having a extra line between the footers and the scrollbar, or when no scrollbar only below the footer.

maybe a extra XBrowse data ?

SET MESSAGE TO oBrw

The Spacerline would go from left to right, so just 1 line in total covering all footers.

I was planning to put on this line HELP-info like : Press F1 .... - Pres F2 ..... etc. en this when they are on eacht column (The help line always starts from most left position of oBrw
like in SET MESSAGE TO oWnd

Possible ?

Re: Xbrowse having a extra space between footer and scrollbar

Posted: Thu Nov 07, 2024 11:21 am
by nageswaragunupudi
SET MESSAGE TO oBrw

The Spacerline would go from left to right, so just 1 line in total covering all footers.

I was planning to put on this line HELP-info like : Press F1 .... - Pres F2 ..... etc. en this when they are on eacht column (The help line always starts from most left position of oBrw
like in SET MESSAGE TO oWnd
Not possible.

We see the extra space when the browse-height is not exactly divisible by the row-height.

Assume the row-height is 30 pixels and the browse-height is 620 pixels.
Then 20 rows are painted totalling to 600 pixels and 20 pixels remain blank

If you want all rows to snugly fit the total height then you set

Code: Select all | Expand

oBrw:lFitGridHeight  := .t.

Re: Xbrowse having a extra space between footer and scrollbar

Posted: Thu Nov 07, 2024 7:07 pm
by vilian
Mr Rao is really great !!!
I'm always learning something reading his answers ;)

Thank you !!!

Re: Xbrowse having a extra space between footer and scrollbar

Posted: Fri Nov 08, 2024 7:07 pm
by MGA
Mr Rao is really great
Thanks