[REBOL] Re: Demo breakage

2001-05-01 Thread Alan Crandall
Hello Graham On 01-May-01, Graham Chiu wrote: > RT should make it more obvious on the desktop whether you > are connected or not. > Not sure what you mean by that.When you are connected it tells you and when you are not it tells you.I did have an interesting thing happen tonite,I could not connn

[REBOL] Re: REB Editor

2001-05-01 Thread Anton
> I am rather new here, just exploring. I was wondering how I > could launch the Editor with an icon from the desktop. You need to modify the index.r file in your view/local/ directory to look like: rebol [type: 'index] file "Editor" %launch-editor.r info "launch-editor.r - Run rebo

[REBOL] Re: Demo breakage

2001-05-01 Thread Graham Chiu
On Tue, 01 May 2001 22:44:34 -0500 Joel Neely <[EMAIL PROTECTED]> wrote: > At 22:19 CDT I was unable to get several of the demos to > launch > from the REBOL/View desktop, running under RedHat 7.1; > the ones > that didn't work give an alert that reads: > > Missing file: > http://www.re

[REBOL] Demo breakage

2001-05-01 Thread Joel Neely
At 22:19 CDT I was unable to get several of the demos to launch from the REBOL/View desktop, running under RedHat 7.1; the ones that didn't work give an alert that reads: Missing file: http://www.rebol.com/view/demos/(...file name here) Status of the demos was as follows: Buttons

[REBOL] Re: How to create Subpanels

2001-05-01 Thread Brett Handley
Great example. Thanks! This really clears some of the fog for me. Brett. - Original Message - From: "Carl Sassenrath" <[EMAIL PROTECTED]> To: "Rl" <[EMAIL PROTECTED]> Sent: Wednesday, May 02, 2001 2:44 AM Subject: [REBOL] How to create Subpanels > A new REBOL/View how-to has been post

[REBOL] Re: unix question

2001-05-01 Thread Dunlop, Scott
I was just about to propose that, but it /isn't/ working for me with Rebol/View 1.1 on Solaris at the moment. Odd. --Scott. -Original Message- From: Kenneth LO [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 01, 2001 8:28 PM To: [EMAIL PROTECTED] Subject: [REBOL] Re: unix question 2001/

[REBOL] Re: unix question

2001-05-01 Thread Kenneth LO
2001/5/2 AM 03:56:45, Fantam <[EMAIL PROTECTED]> wrote: > How do I launch a rebol process on a remote unix box that is to > survive my telnet session, i.e. it should continue to run after I > log off (I'm no administrator). rebol myscript.r & works for me with /core 2.3 on Solaris If that dose

[REBOL] Re: parse to x or end

2001-05-01 Thread Fantam
It is indeed incorrect because you can not use 'to on blocks. Maybe in a future version of rebol? > The following syntax is incorrect. Is there any way to accomplish my > intentions? > parse/all sample [copy text to ["-" | end] (print text)] > Ryan C. Christiansen > Web Developer > Intellisol

[REBOL] Re: read bug?

2001-05-01 Thread Joel Neely
Hi, Graham, Graham Chiu wrote: > > Joel Neely <[EMAIL PROTECTED]> wrote: > > ... There was apparently a buffer-size-limit > > problem with reading from standard input. A > > single read from stdin would get only one buffer... > > Hi Joel, > > What was the character limit you reached? > I

[REBOL] Re: REB Editor

2001-05-01 Thread Joanna Kurki
>I haven't used it alot, but haven't noticed anything bad in it yet. Hmm.. It could be OS/version dependant issue.. I'll install Amiga Emulator and Linux (dualboot) to this machine some day.. While I'm here.. Is there archive of this mailing list somewere on the web? Joanna PS: Something I d

[REBOL] unix question

2001-05-01 Thread Fantam
Hello all, How do I launch a rebol process on a remote unix box that is to survive my telnet session, i.e. it should continue to run after I log off (I'm no administrator). Thanx in advance, fantam -- mailto:[EMAIL PROTECTED] -- To unsubscribe from this list, please send an ema

[REBOL] Re: REB Editor

2001-05-01 Thread Ammon Cooke
I haven't used it alot, but haven't noticed anything bad in it yet. Ammon - Original Message - From: "Graham Chiu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 01, 2001 4:00 PM Subject: [REBOL] Re: REB Editor > On Wed, 02 May 2001 01:39:30 +0300 > Joanna Kurki <[EM

[REBOL] Re: REB Editor

2001-05-01 Thread Ammon Cooke
Thanks! Ammon - Original Message - From: "Joanna Kurki" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 01, 2001 3:39 PM Subject: [REBOL] Re: REB Editor > At 16:18 1.5.2001 -0700, you wrote: > > >Hi, > > > > I am rather new here, just exploring. I was wondering how I

[REBOL] Re: read bug?

2001-05-01 Thread Graham Chiu
Joel Neely <[EMAIL PROTECTED]> wrote: > This sounds very much like the problem I described > several > months ago with POST. There was apparently a > buffer-size-limit > problem with reading from standard input. A single read > from > stdin would get only one buffer full, which meant that Hi J

[REBOL] Re: REB Editor

2001-05-01 Thread Graham Chiu
On Wed, 02 May 2001 01:39:30 +0300 Joanna Kurki <[EMAIL PROTECTED]> wrote: > IMHO that editor is a bit impractical, it's very > unpredictable how > backspace and delete keys work.. Sometime they delete > just a letter, > sometimes a word. Makes editing scripts bit too difficult > for me. Also

[REBOL] Re: REB Editor

2001-05-01 Thread Joanna Kurki
At 16:18 1.5.2001 -0700, you wrote: >Hi, > > I am rather new here, just exploring. I was wondering how I could > launch the Editor with an icon from the desktop. Hi (from another newbie) Ctrl-E is best way to launch editor I have found so far. I don't know howto make icon for editor. IM

[REBOL] REB Editor

2001-05-01 Thread Ammon Cooke
Hi, I am rather new here, just exploring. I was wondering how I could launch the Editor with an icon from the desktop. Thanks! Ammon -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.

[REBOL] Re: How to create Subpanels

2001-05-01 Thread Petr Krenzelok
- Original Message - From: "Carl Sassenrath" <[EMAIL PROTECTED]> To: "Rl" <[EMAIL PROTECTED]> Sent: Tuesday, May 01, 2001 6:44 PM Subject: [REBOL] How to create Subpanels > A new REBOL/View how-to has been posted. See: > > http://www.rebol.com/how-to.html > > Shows how to create subpa

[REBOL] Re: Regarding /command and -w switch in win2K.

2001-05-01 Thread Brian Hawley
Hi Terry, Not currently having /Command runtime, let me ask a few questions about it: How is the script bundled with the runtime? Are the runtime and script bundled into a new executable? If so, what is the name of that executable? Did you look for that name in the processes list? Does the execu

[REBOL] Re: finally! (multipart/form-data)

2001-05-01 Thread Daniel Murrill
Really cool stuff Ryan, i'm still learning Rebol buti can follow every bit of your script. It seems that this is what Rebol should be doing. - Original Message - I finally created a routine which will parse multipart/form-data. I ran into trouble trying to figure out how to keep the ima

[REBOL] Re: Regarding /command and -w switch in win2K.

2001-05-01 Thread Terry Brownell
Hi Brian I have a /command runtime script that has a forever loop (below) that calls a /view script randomly. I create a shortcut to this runtime with the -w switch. The /view scripts have a process, but the runtime doesn't. If i kill everything with the name rebol attached (via the task manager/

[REBOL] Re: parse to x or end

2001-05-01 Thread Anton
What are your intentions? Please give us a more specific example. Just quickly, this works: sample: "he l lo-" parse/all sample [copy text [[to "-" "-"] | to end] (print text)] I added another hyphen so it gets eaten, otherwise [to "-"] leaves it hanging and parse won't quite finish. Anton. >

[REBOL] Re: parse-header

2001-05-01 Thread Anton
Here is the source, anyway: >> probe second get in header-rules 'parse-head [ head-list: make block! 10 if not parse/all data [header content] [ net-error "header not correctly parsed" ] make either parent [parent] [object!] head-list ] Anton. > Can anyone point me to us

[REBOL] parse to x or end

2001-05-01 Thread ryan . christiansen
The following syntax is incorrect. Is there any way to accomplish my intentions? parse/all sample [copy text to ["-" | end] (print text)] Ryan C. Christiansen Web Developer Intellisol International 4733 Amber Valley Parkway Fargo, ND 58104 701-235-3390 ext. 6671 FAX: 701-235-9940 http://www.int

[REBOL] How to create Subpanels

2001-05-01 Thread Carl Sassenrath
A new REBOL/View how-to has been posted. See: http://www.rebol.com/how-to.html Shows how to create subpanels that are activated by the click of a button. -Carl REBOL Technologies -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject,

[REBOL] Re: Regarding /command and -w switch in win2K.

2001-05-01 Thread Brian Hawley
Hi Terry, I rearranged things to show the threads of conversation... Terry Brownell wrote: >Brian Hawley wrote: > > TBrownell wrote: > > >With win2K, if you create a shortcut to reb/command like so... > > > > > >c:\rebol.exe -w > > > > > >The only way to kill it is by rebooting? > > > > You can

[REBOL] Re: make-spec

2001-05-01 Thread Paolo Russo
>Paolo Russo wrote: >> ...I'm rewriting a more generalized version of make-spec... > >I'm interested in seeing what you've come up with. As an example of what >I've got so far, I've attached my %eText.r script and sample before and >after file %"About Fudge.txt" and "About Fudge.html". These don'

[REBOL] Re: HTML-Template.r ?

2001-05-01 Thread Paolo Russo
>Anyone working on a HTML::Template (Perl module) clone for REBOL ? > >Would be nice to be able to separate HTML code from script code sometimes (and >then letting the REBOL CGI's concentrate on data processing) > >Info/Tutorial: >http://www.perlmonth.com/features/template/template.html?issue=11 >

[REBOL] Re: Freeing memory

2001-05-01 Thread Gisle Dankel
Yes, that seems to be the case. For instance: Rebol memory usage: 4520k >> make block! 10 Rebol memory usage: 6088k >> loop 10 [make block! 10] Rebol memory usage: 6088k Is there a way of decreasing the size of the REBOL memory pool? Gisle On Tue, 1 May 2001 [EMAIL PROTECTED]

[REBOL] Re: Freeing memory

2001-05-01 Thread JELINEM1
I had noticed this, and guessed that the garbage collection in REBOL reclaims memory back into it's own pool, but does not release it back to the OS. - Michael Jelinek Gisle Dankel <[EMAIL PROTECTED]>@rebol.com on 05/01/2001 09:15:07 AM From: Gisle Dankel <[EMAIL PROTECTED]>@rebol.com on 0

[REBOL] Freeing memory

2001-05-01 Thread Gisle Dankel
Hi, if I create a block like this: >> a: make block! 10 the memory usage of REBOL increases. If I do >> unset 'a there should be no references to the block. However, the memory is not released. How can I get the memory back? Gisle -- To unsubscribe from this list, please send an em

[REBOL] Re: core editor tricks?

2001-05-01 Thread Cal Dixon
- Original Message - From: <[EMAIL PROTECTED]> > Has anyone done anything to, say, rem41.r, to allow for the > opening of remote files? Just posted a new version (0.4.2) that allows opening of files via FTP. One warning though- be careful if you use it to edit remote CGI scripts, it sti

[REBOL] Re: pre-determining the size of a layout

2001-05-01 Thread Carl Read
On 01-May-01, Larry Palmiter wrote: > Hi Graham > If you just want the size after letting layout automatically > generate the face, >>> lo: layout [box red] >>> lo/size > == 140x140 > This is the size of the REBOL window only and does not account for > the titlebar and outer edges produced by

[REBOL] Re: read bug?

2001-05-01 Thread Joel Neely
Graham Chiu wrote: > > I've been trying to ascertain why my vidwiki script croaks > with larger submissions. > > To make page changes it converts the page into part of the > url which it then reads. It dies at 4109 chars. > Graham, This sounds very much like the problem I described several m

[REBOL] HTML-Template.r ?

2001-05-01 Thread P-O Yliniemi
Anyone working on a HTML::Template (Perl module) clone for REBOL ? Would be nice to be able to separate HTML code from script code sometimes (and then letting the REBOL CGI's concentrate on data processing) Info/Tutorial: http://www.perlmonth.com/features/template/template.html?issue=11 Source

[REBOL] make-spec

2001-05-01 Thread Andrew Martin
Paolo Russo wrote: > ...I'm rewriting a more generalized version of make-spec... I'm interested in seeing what you've come up with. As an example of what I've got so far, I've attached my %eText.r script and sample before and after file %"About Fudge.txt" and "About Fudge.html". These don't show

[REBOL] vidwiki updates

2001-05-01 Thread Graham Chiu
I've posted a beta version which 1. allows sorting of the index by date/name ( Carl's simple file requestor ) 2. uses Jeff's scroll-face to ensure that the wiki page does not exceed your screen size. If it does, then scroll bars are automatically added. 3. warns you if posts exceed the current

[REBOL] read bug?

2001-05-01 Thread Graham Chiu
I've been trying to ascertain why my vidwiki script croaks with larger submissions. To make page changes it converts the page into part of the url which it then reads. It dies at 4109 chars. I saved such a file, and tested as follows test: read %longurl.r read to-url test and Rebol gives an

[REBOL] Re: PDF generation

2001-05-01 Thread Paolo Russo
>Obviously, and many other programs do it. But that was not the >question. Anyway, if someone is interested to do a rebol pdf generator >but isn't too sure how, there is a freeware program written in VB with >source, so that should help and encourage the candidate. >As for the name of the program,

[REBOL] Re: core editor tricks?

2001-05-01 Thread Cal Dixon
- Original Message - From: <[EMAIL PROTECTED]> > Has anyone done anything to, say, rem41.r, to allow for the > opening of remote files? Just posted a new version (0.4.2) that allows opening of files via FTP. One warning though- be careful if you use it to edit remote CGI scripts, it sti

[REBOL] Re(2): PDF generation

2001-05-01 Thread Anton
I am interested, please. Anton. > Obviously, and many other programs do it. But that was not the > question. Anyway, if someone is interested to do a rebol pdf generator > but isn't too sure how, there is a freeware program written in VB with > source, so that should help and encourage the candi