[REBOL] Re: Printing
From: bo:rebol at: 12-Jan-2001 11:29
Robert,
You mean you didn't like my idea of doing a 'save/png 'to-image on the
layout (or face) you want to print and then do a BROWSE on that image and
selecting PRINT on the browser? :-)
Maybe you were looking for something a little more automatic. I don't blame
you.
On Amiga it isn't a big issue as you can use BROWSE and then you can use
an AREXX <-> REBOL bridge script to send the browser a command to print and
close the browser when printing is complete. Unfortunately, all platforms
are not this flexible. :-)
-Bo
On 12-Jan-2001/12:49:31-5:00, [rphilipp--suffolk--lib--ny--us] wrote:
>Has anyone figured out a work around for printing in REBOL/View?
>
>Robert P.
>
>----- Original Message -----
>From: "Geo Massar" <[gmassar--dreamsoft--com]>
>To: <[rebol-list--rebol--com]>
>Sent: Friday, January 12, 2001 12:53 PM
>Subject: [REBOL] Re: Output to DOS-Console
>
>> Helmut,
>>
>> Jeff got the answer for you. But, you need to pause a moment before you
>> can read the output file. If you want, I'll be glad to give you a short
>> DOS-based program that would poll (check) the availability of the output
>> file until the expiration is up. Put that program in a DOS batch file:
>> e.g.,
>>
>> @echo off
>> rebol.exe -w %1 > out.txt
>> poll out.txt 10
>> type out.txt
>>
>> The '10' is 10 seconds expiration, enough for a slow machine. The program
>> will exit if the output file is found before the expiration occurs.
>>
>> Let me know if you want the program.
>>
>> Geo Massar
>> GUI Console developer
>> OSCAR eGroup
>>
>>
>> [jeff--rebol--net] wrote:
>> >
>> > Howdy, Helmut:
>> >
>> > c:\rebol.exe -w script > out.txt
>> >
>> > This would be a good one for the FAQ.
>> >
>> > -jeff
>> >
>> > > When I REBOL start from a command shell (DOS-Box) with
>> > >
>> > > REBOL script.r
>> > >
>> > > how can I redirect all REBOL-Output to the DOS-Console?
>> > >
>> > > Thanks Helmut
>> >
>> > --
>> > To unsubscribe from this list, please send an email to
>> > [rebol-request--rebol--com] with "unsubscribe" in the
>> > subject, without the quotes.
>> --
>> To unsubscribe from this list, please send an email to
>> [rebol-request--rebol--com] with "unsubscribe" in the
>> subject, without the quotes.
>>
>
>--
>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)