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 ?
Xbrowse having a extra space between footer and scrollbar
- Marc Venken
- Posts: 1481
- Joined: Tue Jun 14, 2016 7:51 am
- Location: Belgium
Xbrowse having a extra space between footer and scrollbar
Marc Venken
Using: FWH 23.08 with Harbour
Using: FWH 23.08 with Harbour
- nageswaragunupudi
- Posts: 10691
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: Xbrowse having a extra space between footer and scrollbar
Not possible.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
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.
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
Re: Xbrowse having a extra space between footer and scrollbar
Mr Rao is really great !!!
I'm always learning something reading his answers
Thank you !!!
I'm always learning something reading his answers
Thank you !!!
Re: Xbrowse having a extra space between footer and scrollbar
Mr Rao is really great
Thanks
Thanks