Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Is there an easy way the center forms

Re: Is there an easy way the center forms

From: Yar <yarsegal_at_my-deja.com>
Date: Fri, 24 Sep 1999 18:09:49 GMT
Message-ID: <7sgep1$f6p$1@nnrp1.deja.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US