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

[ALLY] Amiga problems (was MAGICAL view/swis!!!) Re:(2)

 [1/3] from: bo:rebol at: 6-Oct-2000 18:02


As I replied to Carl from his Helpdesk question, all Amiga users should put a line like the following in their user.r files until we get a bug fixed: system/view/screen-face/size: 800x600 The 800x600 should be replaced by whatever screen resolution you are using. For all the Amiga (and some un*x) users out there, here is some other useful information (some of this info only applies to Amiga): 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. Hopefully this will answer the questions of some Amiga users! -Bo On 7-Oct-2000/10:16:59+12:00, [carl--cybercraft--co--nz] wrote:
>On 06-Oct-00, [cyphre--volny--cz] wrote: >> Hello Allen and all,
<<quoted lines omitted: 16>>
>different with each attempt at running View) >and then View quits when I click on OK.
-- 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)

 [2/3] from: carl::cybercraft::co::nz at: 7-Oct-2000 10:16


On 06-Oct-00, [cyphre--volny--cz] wrote:
> Hello Allen and all, > yesterday I found very MEGA COOL thing. With SWIS you can verz
<<quoted lines omitted: 7>>
> P.S.: On my Amiga2000 68060/50 it is not so fast but on some PC > 50Mhz it would fly.
Well, okay, but on my Amiga View's not working at all at the moment... :( 0.10.31's just expired and 0.10.34 just won't run. What happens when I try to start 0.10.34 is I get a message (in a View window) saying... Cannot launch script h... (with the dots representing three of four misc. characters - they're different with each attempt at running View) and then View quits when I click on OK. In DOSTrace the error is reported as such... ( Everything's okay till I hit the "Failed"s below.) . . . REBOL: Getting shared lock (-2) on "Dev:REBOL/user.r": OK REBOL: Examining "Dev:REBOL/user.r": OK REBOL: Unlocking "Dev:REBOL/user.r" REBOL: Opening old file "Dev:REBOL/user.r": OK REBOL: Examining "Dev:REBOL/user.r": OK REBOL: Closing "Dev:REBOL/user.r": OK REBOL: Getting shared lock (-2) on "Dev:REBOL/hSßd": Failed REBOL: Getting shared lock (-2) on "REBOL:hSßd": Failed REBOL: Closing "«Unknown Object»": OK REBOL: Closing "«Unknown Object»": OK REBOL: Closing "«Unknown Object»": OK REBOL: Unlocking "Dev:REBOL" Any ideas Amiga users? I don't think it's anything to do with user.r as I've tried it with the default one as well as with no user.r, but still get the same error. I've an Amiga 1200 - 2megs Chip memory, 16megs Fast, 50Mhz 030, Workbench 3.0. Ateo Concepts Pixel64 GFX card running Picasso96. Carl Read.

 [3/3] from: carl:cybercraft at: 7-Oct-2000 17:21


On 07-Oct-00, [bo--rebol--com] wrote:
> As I replied to Carl from his Helpdesk question, all Amiga users > should put a line like the following in their user.r files until we > get a bug fixed: > system/view/screen-face/size: 800x600 > The 800x600 should be replaced by whatever screen resolution you are > using.
As it happens Bo, the above didn't fix my "Cannot launch script h..." problem, which I've just found out is caused by running Amiga View 0.10.34 from the REBOL icon - it's fine from the CLI. (I've just emailed you a full explaination of this.) That said, the above has perhaps fixed the crashes caused when View tries to open a window too large for the screen, (well this bug seems to have gone with 0.10.34 anyway), and it's definately squashed the vertical-text problem. Either way, this is excellent. Many thanks Bo - and RT in general, Carl Read.

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted