[ALLY] Screen Fetch Re:
From: allenk:powerup:au at: 30-Jul-2000 15:24
----- Original Message -----
From: <[ptretter--charter--net]>
To: <[ally--rebol--com]>
Sent: Sunday, July 30, 2000 11:40 AM
Subject: [ALLY] Screen Fetch
> Is there any way to fetch the current resolution of the video display in
> order to resize the output of the viewable face. Im trying to avoid
> hardcoding dimensions.
>
> Paul Tretter
> Pauls REBOL Page
>
Hi Paul,
from the view-faq
http://www.janita.com.au/rebolforces/reb/view-faq.html#section-3
[
3.1. Q. Where can I find the screen size?
A. The screen-size is in the top level face object
system/view/screen-face/size
Note this is the resolution screen size pair and not the usable area, so you
should account for things such as taskbars.
]
Cheers,
Allen K