[REBOL] Re: View on 060 Amiga?
From: bo:rebol at: 20-Feb-2001 12:44
Dick,
The problem may be that View is trying to open a window larger than your
available screen size. One thing to try is to make your screen perhaps
1024x768 or put the following in your user.r file:
start-view?: off
If View still crashes after the above is in your user.r file, then we will
have to do some more searching. If not, then the likely problem is
something to do with the initial window that is trying to be opened.
Here is some more info for Amiga users I've posted before. Some of it may
be a little out of date, but overall should be helpful.
REBOL/View for Amiga has a few options not available on other systems due to
the unique nature of the OS.
REBOL/View can be opened on a public screen. In your user.r, change
the following line:
system/view/screen-face/options: []
to something like this:
system/view/screen-face/options: [
exclusive-colors
dither
monochrome
]
Exclusive-colors will open an ASL screenmode requester on systems which support
it (3.0 and higher). If exclusive-colors is specified and the system
doesn't support the ASL screenmode requester, the screenmode can be set
explicitly with the following line:
screen-mode: "NTSC:Hires"
This should be placed directly after EXCLUSIVE-COLORS in the user.r file.
Note that the text following SCREEN-MODE must be the exact text found in the
screenmode requester brought up by the system's SCREENMODE Prefs program.
Additionally, the following should be available now or at some point in the
future:
screen-name: "My REBOL screen"
screen-size: 800x600
The REBOL/View console will be brought up on the regular Workbench screen but
the REBOL/View graphical windows will be brought up on the selected screen.
The selected screen will stay open until the REBOL/View console is exited.
To improve color quality on low-color modes, DITHER can be specified to
allow dithering of the available colors to more closely approximate the true
colors requested by the REBOL/View script.
Sometimes, a grayscale representation is the desired choice for low-color
modes in which case MONOCHROME can be specified.
The built-in DEMO requires a screenmode of approximately 660x420, plus the
amount of offset from the upper left corner of the screen. For users
using NTSC or PAL monitors, it is advisable to select a screenmode and
manually change the size to 800x600 or greater to account for this. If
opening the REBOL window on a Workbench screen, the AUTOSCROLL option in the
SCREENMODE Prefs is a good choice to allow viewing the entire demo.
If an attempt is made to open the demo on a screen which is too small, REBOL
currently may cause the machine to lock up or reboot. This issue is being
addressed.
The DEMO currently requires at least 7MB or more to run on some Amiga system
set-ups. All efforts to reduce the memory footprint are being made for
future versions.
To turn off the demo, enter the following line in your user.r:
start-view?: off
You may also wish to add the following line to your user.r file if you intend
to open REBOL/View windows on the Workbench screen:
system/view/screen-face/size: 800x600
where 800x600 is the resolution of your Workbench screen (modify for your
particular resolution). This will help keep the LAYOUT command from
improperly determining what size to build a dynamic display. This often
leads to improper layout of text in tall vertical columns instead of the
normal horizontal layout.
In order to use the BROWSE command on the Amiga version of View, the OpenURL
library must be installed on your system. OpenURL is a part of OS3.5.
Older versions of AmigaOS can download OpenURL from Aminet.
-Bo
On 19-Feb-2001/11:15:35-8:00, [dwhiting--europa--com] wrote:
>Hi all,
>
>I just recently started playing with Rebol again after a looonnng hiatus.
>Whenever I try to start View (version: 0.10.38.1.1) on my 060 (config
>below) the sequence is as follows:
>
>1) Recoverable Alert
>2) Total Freeze of system
>3) Reboots itself
>
>Using Snoopdos, the last thing I see is an open for Topaz 8 font. Trying to
>log to RAD: is ineffective, since the RAD: doesn't survive the reboot.
>
>Is this _my_ problem, an OS problem, a Rebol problem ... ???
>
>Config:
>
>OS3.9 (same symptoms when booting under OS3.1)
>CMKIII 060/50 64Meg Ram
>PIV
>
>TIA,
>
>Dick
>
>--
>#-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=#
> *Dick Whiting* <[dwhiting--europa--com]>
> _http://www.europa.com/~dwhiting/_
> /Satyre/ on Undernet #AmigaCafe#
>#-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=#
>
>--
>To unsubscribe from this list, please send an email to
>[rebol-request--rebol--com] with "unsubscribe" in the
>subject, without the quotes.
>
--
Bohdan "Bo" Lechnowsky
REBOL Adventure Guide
REBOL Technologies 707-467-8000 (http://www.rebol.com)
The Official Source for REBOL Books (http://www.REBOLpress.com)