[REBOL] Re: View-Pro 1.1 available for more platforms
From: carl:cybercraft at: 21-Apr-2001 18:00
On 20-Apr-01, Holger Kruse wrote:
> On Thu, Apr 19, 2001 at 02:52:40AM +0200, Kolbjørn Barmen wrote:
>> Especially I miss the info on how to open on different pub screen,
>> open own pub screen/mode/depth etc. The new desktop make sense to
>> run on full screen on seperate amiga screen ;)
> Set system/view/screen-face/options to a block as follows:
> To open on a custom screen and prompt you for a screenmode (AmigaOS
> 2.1 or higher):
> [exclusive-colors]
> To open on a custom screen of a certain mode and depth:
> [exclusive-colors screen-mode "NTSC:HighRes" screen-depth 4]
> To open on an existing, open, named public screen, created
> previously by your favorite public screen manager (e.g. PSI):
> [exclusive-colors screen-name "screenname"]
> Opening on a public screen is recommended with View, because that
> way multiple instances of View (main desktop and launched scripts
> e.g.) can share the same screen.
Which I've spent a lot of time trying to get View to do - and finally
did by removing "exclusive-colors" from the block as described above.
ie:
[screen-name "screenname"]
is all that's required to give me View on a public screen. Is this
actually the correct method, or is there a bug here somewhere?
--
Carl Read
[carl--cybercraft--co--nz]