Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Is there an easy way the center forms
In article <37EB6376.1610E00A_at_theleme.com>,
Yann Chevriaux <chevriaux_at_theleme.com> wrote:
> Hi.
>
> At now, I center manually my windows ... but some users are working
> with 800x600 screens, others with 1024x768, ...
>
> Is it possible to get the screen size ?
>
> Yann.
>
Yes, it's possible, use GET_APPLICATION_PROPERTY(DISPLAY_WIDTH) and GET_APPLICATION_PROPERTY(DISPLAY_HEIGHT). These built-ins return the width and the height of the display in units. The size of each unit depends on how you defined the Coordinate System property for the form module.
Yar
Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Fri Sep 24 1999 - 13:09:49 CDT
![]() |
![]() |