From: Geoff Chambers on
I am just getting my windows changed over to bBrowser and noticed
something odd. On some windows the vertical scrollbar works as
expected and the Header is always displayed. On others the header
scrolls off the screen. I have both windows set to
oDCBrowser:OwnerAlignment := OA_FULL_SIZE

but it is as if my browser is larger than the window it occupies even
with the OwnerAlignment set.
From: Geoff Schaller on
Geoff.

That doesn't make sense.

Are you doing runtime sizing or are you dropping a control onto the
design surface in the window editor. Remember: THERE IS NO SUBDATA
WINDOW. You drop the control directly onto the dialog or datawindow. You
are doing this, aren't you?

If it is the latter then these kinds of problems shouldn't exist.

Geoff



"Geoff Chambers" <gchambers02(a)msn.com> wrote in message
news:ee6cbe61-980d-437c-854f-1711c6f34897(a)34g2000hsf.googlegroups.com:

> I am just getting my windows changed over to bBrowser and noticed
> something odd. On some windows the vertical scrollbar works as
> expected and the Header is always displayed. On others the header
> scrolls off the screen. I have both windows set to
> oDCBrowser:OwnerAlignment := OA_FULL_SIZE
>
> but it is as if my browser is larger than the window it occupies even
> with the OwnerAlignment set.

From: Geoff Chambers on
On Jul 6, 6:43 pm, "Geoff Schaller"
<geo...(a)softxwareobjectives.com.au> wrote:
> Geoff.
>
> That doesn't make sense.
>
> Are you doing runtime sizing or are you dropping a control onto the
> design surface in the window editor. Remember: THERE IS NO SUBDATA
> WINDOW. You drop the control directly onto the dialog or datawindow. You
> are doing this, aren't you?
>
> If it is the latter then these kinds of problems shouldn't exist.
>
> Geoff
>
> "Geoff Chambers" <gchamber...(a)msn.com> wrote in message
>
> news:ee6cbe61-980d-437c-854f-1711c6f34897(a)34g2000hsf.googlegroups.com:
>
>
>
> > I am just getting my windows changed over to bBrowser and noticed
> > something odd. On some windows the vertical scrollbar works as
> > expected and the Header is always displayed. On others the header
> > scrolls off the screen. I have both windows set to
> > oDCBrowser:OwnerAlignment := OA_FULL_SIZE
>
> > but it is as if my browser is larger than the window it occupies even
> > with the OwnerAlignment set.- Hide quoted text -
>
> - Show quoted text -

That's what's odd, I am doing the latter, but it works fine in one
window and not in the other even though both windows are being created
exactly the same. One thing that is different one server has
aproxiametly 1400 rows ( the one that is working correctly) and the
other only has about 140 rows.