[REBOL] Re: View-Pro 1.1 available for more platforms
From: kolla:nvg:ntnu:no at: 20-Apr-2001 16:19
On Thu, 19 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.
Aha, good. It is still sluggish though, especially I find the rebtris
hard to play, seems like rebol caches in the input stream, so if I eager
to get a brick down, many of the keypresses will affect the next brick.
This behavious is a must in a text editor or other typing related, but
in a game, this gets very nasty.. lagged keypresses make games damn
annoying :) Perhaps there could a way to tell rebol to use a realtime
approach on inputs for certain objects/windows/whatever?
> [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.
Yes, indeed... PSI at work as usual :)
> > 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
Aha ok, great :)
(btw I regged (at least tried to) AmiWin a few weeks ago, but havent
heard/seen anything yet, if you check it out)
-- kolla