[ALLY] Screen Fetch Re:
From: dsimmers:free4all at: 30-Jul-2000 10:50
> 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
>
You can look at system/view/screen-face/size but in Beta 4.1 this only gives
the resolution at the instant when REBOL/View is started: if the screen
resolution is changed while an instance of REBOL/View is running
system/view/screen-face/size is not updated.
Derek Simmers