[REBOL] 1.2.46 location

2004-05-11 Thread Kai Peters
Can someone please point me ? Thanks! Kai -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: cgi question

2004-05-06 Thread Kai Peters
that REBOL is very lenient when it comes to white space etc. including CR/LF etc.? Thanks as always for your very elaborate reply! Cheers, Kai Jones, Scott wrote: From: Kai Peters KP I can send mail to the two obscured email addresses in the KP script below from REBOL command w/o any problems

[REBOL] cgi question

2004-05-06 Thread Kai Peters
Hi all, (REBOL on FreeBSD and Linux) I can send mail to the two obscured email addresses in the script below from REBOL command w/o any problems. The send/header below however always fails. Anything obvious this newbie might be doing wrong? How can I test what exactly the problem is if not

[REBOL] Re: cgi question

2004-05-06 Thread Kai Peters
Carl - thanks - removing the 'From:' line seems to do the trick. Do you or anyone else have a clue as to why though? After all, I should be able to send mail from the same sender to multiple recipients... Thanks, Kai -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED]

[REBOL] Newbie Rebol (CGI) questions

2004-04-15 Thread Kai Peters
Hi All ~ From the web tutorials I have doctored the script below together which leaves me with three questions: 1) Why do I receive an error if i omit the print line immediately after the REBOL [] header? 2) How can I insert LFs in the line emit [ mold var mold value ] to make the

[REBOL] Scroller?

2004-02-26 Thread Kai Peters
Hi All ~ Am trying to follow the Dynamic scroller step adjustment post in order to learn, but when I ran Gerard's snippet, Rebol complained: Unknown word or style: scroller ? I have downloaded the current View to make sure this is not due to an older version - so what I am missing? Thanks

[REBOL] Another newbie stumper

2004-02-24 Thread Kai Peters
Hi All ~ Below is a code snippet that has me stumped: When I click the toggle, everything works fine. However, pressing the hot key CTRL-s generates the error below - shouldn't the hot key do exactly what a left click does? Thansk for any help, Kai snip toggle_start:

[REBOL] http://www.rebol.net/cookbook/recipes/0038.html not working for newbie

2004-01-11 Thread Kai Peters
Hi all ~ The above does not work for me: When using it exactly as shown (log-data %log.txt Opened), I receive ** Script Error: attempt has no value ** Where: log-data ** Near: attempt [write/append file data] Any ideas? Thanks, Kai -- To unsubscribe from this list, just send an email to

[REBOL] Re: [ANN] delete-emails v3.0.0

2003-12-24 Thread Kai Peters
- Original Message - From: Dide [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, December 24, 2003 09:51 Subject: [REBOL] [ANN] delete-emails v3.0.0 [ANN] delete-emails v3.0.0 For Christmas, I give you the third version of delete-emails. I know that some of you had used

[REBOL] Newbie needs some guidance...

2003-12-23 Thread Kai Peters
Hi All ~ am still a bloody newbie and want to do the following (on a Redhat box, downloaded latest core today): I have a file containing a list of ftp URLs in the format: ftp://userid:password@hostname I want to iterate through this list and call wget for each entry like this: wget some

[REBOL] REBOL XBase?

2003-11-16 Thread Kai Peters
Hi all ~ is there anything available to have REBOL read Xbase tables (preferably = with index memo support)? TIA, Kai -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Newbie expression question

2003-10-11 Thread Kai Peters
Thanks for your help again, guys! Another question: In the function below I have used a crutch in the form of a local variable because I haven't yet learned to think like Rebol's expression evaluator - what I wanted to write, though it is obviously flawed, was: if length? tlist/data 1000

[REBOL] newbie text-list questions

2003-10-10 Thread Kai Peters
Hi list ~ How do I - add lines to a text-list dynamically - knowing that any windows control of this type can only hold a finite number of list items, how do i clear a text-list say every 1,000 entries? Thanks, Kai -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED]

[REBOL] Newbie stuck again...

2003-10-09 Thread Kai Peters
Hi list ~ first of all thanks to everyone who helped last time. As you can see below, I have been tinkering there with one of the three snippets offered and while the original snippey worked, it does not work in my context - it starts printing messages after I quit... Any ideas? Thanks

[REBOL] Newbie question for today

2003-10-06 Thread Kai Peters
I am trying to write an app that monitors a given set of directories on the local drive at 5 min. intervals and then transfers any file it may find in one of these dirs to a ftp server, so it needs to basically loop forever. I want to have a Start/Stop toggle to initate or cancel this operation.

[REBOL] Another newbie VID question

2003-10-04 Thread Kai Peters
Hi all ~ am wondering why my code below doesn't work toggle_start: toggle 60 Start [ flash we get here toggle_start/text: Stop show toggle_start ] What do I need

[REBOL] Re: Another newbie VID question

2003-10-04 Thread Kai Peters
Thanks for your very elaborate help, Ingo. It all makes good sense, yet there still is a problem: When I cut paste your code to my console, the toggle caption does not change on my machine?? Any ideas? Thanks, Kai -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED]

[REBOL] Newbie VID question ctd.

2003-10-04 Thread Kai Peters
The text part works fine, but another questions just popped up: Why does the face/color not get set to what I would expect, but black instead? Thanks again, Kai toggle_start: toggle 60 Start mint [ face/color:

[REBOL] Newbie questions

2003-10-02 Thread Kai Peters
Hi all ~ just stumbled upon REBOL yesterday and have started writing my first min-app and the following questions have come up thus far: what is the most elegant way to read a value out of an ini file? tried to find some docs on error handling but thus far have not succeeded - is there

[REBOL] VID newbie question

2003-10-02 Thread Kai Peters
Thanks a lot for all you quick competent responses - my first project is way ahead already! When I define a default button without specifying any color etc. attributes, I get a nice blue shaded default button. What is the name of that style and are there any more pre-defined styles for