Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: View-Pro 1.1 available for more platforms

From: holger:rebol at: 19-Apr-2001 12:02

On Thu, Apr 19, 2001 at 02:52:40AM +0200, Kolbjørn Barmen wrote:
> On Wed, 18 Apr 2001, Holger Kruse wrote: > > > There are some minor differences in the way the library and shell > > components work with AmigaOS and BeOS compared to Unix and Windows. > > The Amiga version seems faster now, is it my imagination or..?
It is. View 1.0 was accidentally released with some compiler optimizations disabled.
> 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.
> Btw, the setup.html mentiones one can use Tool Types, but I suspect > it talk about default tool.. "Use Amiga's Tool Types to set the REBOL > icon to the REBOL executable file." should really say "Use Amiga Workbench's > icon info to window to set REBOL executable as default tool for rebol > project icons"
Yes.
> Would be very nice if rebol could read tooltypes from icons directly as > well and use them as if arguments from CLI :)
It can. Have you tried ? Just enter the arguments as tool types with one tool type per argument, e.g. +q -s -- Holger Kruse [holger--rebol--com]