[REBOL] Re: Rebol parsing 101

2003-10-02 Thread Maarten Koopmans
OK, I'll give you a simple solution for a subset of your problem, from there you can probably expand easily. Ff: parse fcontents Foreach [date s1 s2 money status] ff [ ;first we'll have to convert the date month: copy/part date 2 day: copy/part at date 4 2 year: copy/part at date 7 2

[REBOL] Re: Rebol parsing 101

2003-10-02 Thread Brett Handley
for example: assume i have string fcontents == {09/29/03 ATM/POS ACTIVITY $28.68 (pending) 09/29/03 ATM/POS ACTIVITY $11.41 09/29/03 ATM/POS ACTIVITY $ 21.71 ... Before looking at REBOL you need to identify what the structure of your string is. From my point of view I can see that you have

[REBOL] Re: Rebol and rsh ?

2003-10-02 Thread Brett Handley
Am I looking at the write tool for the job ? Probably, though I don't know about the RSH part - others can advise on that. Perhaps you could write a little REBOL server that pools the command requests to it and executes them on the devices via telnet. Using REBOL/View your command interface

[REBOL] Re: Rebol parsing 101

2003-10-02 Thread Ingo Hohmann
Hi Mike, Mike Weber wrote: im brand new to Rebol and not getting the hang of string parsing for example: assume i have string fcontents == {09/29/03 ATM/POS ACTIVITY $28.68 (pending) 09/29/03 ATM/POS ACTIVITY $11.41 09/29/03 ATM/POS ACTIVITY $ 21.71 ... i would like to convert this

[REBOL] Printing Dialect

2003-10-02 Thread A J Martin
Here's the start of my C# code for printing a report (Scribe). /* Name: Scribe Title: Scribe File: %Scribe.cs Purpose: A C# printing interface for Rebol. Author: Andrew Martin Date: 2/October/2003 Version: 0.2.1 */ using System; using System.Windows.Forms; using System.Drawing; using

[REBOL] Re: Multi-lingual scripts

2003-10-02 Thread carlos.lorenz
Alright Andrew, Let's spread REBOL over the continents :)) Thank you very much indeed! Carlos Lorenz Em Qui 02 Out 2003 01:28, Andrew Martin escreveu: Carlos wrote: PS: I have added one of yours scripts (along with proper credits) published at REBOL's Cookbook to REBOLBRASIL Forum

[REBOL] Re: Smart Client

2003-10-02 Thread A J Martin
bryan wrote: Jason Diamond implemented that xml2codedom thing I was talking about earlier: http://radio.weblogs.com/0101391/ Here's a hello world xml codedom rep: http://radio.weblogs.com/0101391/categories/net/HelloWorld.xml That seems to be replaced now with:

[REBOL] RES: Re: Newbie: promote REBOL

2003-10-02 Thread Marcelo Fontes Castellani
Carlos Qual o endereço da lista REBOLBRASIL ? Valeu -Mensagem original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] nome de carlos.lorenz Enviada em: quarta-feira, 1 de outubro de 2003 14:08 Para: [EMAIL PROTECTED]; Gregg Irwin Assunto: [REBOL] Re: Newbie: promote REBOL Gregg,

[REBOL] RES: Re: RES: Re: REBOL in XEMACS

2003-10-02 Thread Marcelo Fontes Castellani
Thanks Marcelo -Mensagem original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] nome de Tim Johnson Enviada em: quarta-feira, 1 de outubro de 2003 18:41 Para: [EMAIL PROTECTED] Assunto: [REBOL] Re: RES: Re: REBOL in XEMACS * Marcelo Fontes Castellani [EMAIL PROTECTED] [031001

[REBOL] Re: Printing Dialect

2003-10-02 Thread Gabriele Santilli
Hi Andrew, On Thursday, October 2, 2003, 12:55:20 PM, you wrote: AJM understand for people not used to C#. I've also thought of using PostScript AJM and PDF, but they seem more complex to me. How should the PDF Maker be simplified? So I can add to the to do list for version 2. Regards,

[REBOL] Re: help with function utilising extended life-time words ..

2003-10-02 Thread Joel Neely
Hi, Petr, Petr Krenzelok wrote: Thanks all for answers! I was just thinking in a bit different way - I did not want to enclose measured task into special block to prevent myself from forgetting to include ending bracket :-) However, the presence of explicit brackets makes it clear

[REBOL] Re: Windows Crash

2003-10-02 Thread Steffen Kahr Pedersen
Hi Gabriele Bohdan, Thank you for your comments re commercial applications. I should be very happy to be convinced. I'm also curious as to what type af applications? Regards Steffen - Original Message - From: Bohdan or Rosemary Lechnowsky [EMAIL PROTECTED] To: [EMAIL PROTECTED]

[REBOL] Re: REBOL in XEMACS

2003-10-02 Thread Ingo Hohmann
I have just now downloaded this version and found out that this version doesn't do automatic indentation, so I must be using a different version, it seems. If anyone is interested ... Kind regards, Ingo Ingo Hohmann wrote: Hi Marcelo, Marcelo Fontes Castellani wrote: Someone have

[REBOL] Re: Windows Crash

2003-10-02 Thread Gabriele Santilli
Hi Steffen, On Thursday, October 2, 2003, 2:20:42 PM, you wrote: SKP I'm also curious as to what type af applications? Mainly custom applications developed specifically for a client. The kind of stuff most people does in VB. ;) Regards, Gabriele. -- Gabriele Santilli [EMAIL PROTECTED]

[REBOL] Re: Windows Crash

2003-10-02 Thread Maxim Olivier-Adlhoch
hi, sorry for inserting myself in the discussion, but here are example of commercial applications which I have done I have programmed and sold a rebol/pro application which controls a broadcast Didgital disk (video) recorder and transfers images to it via a tcp channel OR a direct hardware

[REBOL] Re: Windows Crash

2003-10-02 Thread Petr Krenzelok
Steffen Kahr Pedersen wrote: Hi Gabriele Bohdan, Thank you for your comments re commercial applications. I should be very happy to be convinced. I'm also curious as to what type af applications? Regards Steffen Whatever ones :-) Your thinking should be lead in a following way - what

[REBOL] Re: Printing Dialect

2003-10-02 Thread Maxim Olivier-Adlhoch
provide a draw dialect to access it. not that draw is extremely genial, at least we could port from screen to paper really easily. -MAx --- You can either be part of the problem or part of the solution, but in the end, being part of the problem is much more fun. -Original Message-

[REBOL] Re: Windows Crash

2003-10-02 Thread carlos.lorenz
Em Qui 02 Out 2003 14:44, Gabriele Santilli escreveu: :) Hi Steffen, On Thursday, October 2, 2003, 2:20:42 PM, you wrote: SKP I'm also curious as to what type af applications? Mainly custom applications developed specifically for a client. The kind of stuff most people does in VB. ;)

[REBOL] Re: Windows Crash

2003-10-02 Thread Anton Rolls
Matt, Check out insert/dup for a bit of optimization. (Not saying this will remove the crash, but it's probably better anyway.) insert/dup tail tempmsg/date (25 - length? tempmsg/date) Anton. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of

[REBOL] Re: Windows Crash

2003-10-02 Thread Maxim Olivier-Adlhoch
- don't try to provide your app with native OS skins! Well - that is my suggestion. I know some ppl think otherwise, but I can tell you, that my ppl notice my apps, because they look slightly different. E.g. REBOL IOS has very pleasant feeling - if it would have native Windows look -

[REBOL] Re: Rebol and rsh ?

2003-10-02 Thread Volker Nitsch
Am Donnerstag, 2. Oktober 2003 05:33 schrieb Mark Smith - IBM: Hi there, I'm currently looking after a number of NetApp Filers (NAS boxes) and it's usually easiest to issue commands to these devices by remote shell (rsh). Would Rebol allow me to open an rsh session to the Filer, issue a

[REBOL] Re: Newbie: promote REBOL

2003-10-02 Thread Gregg Irwin
Hi Carlos, cl PS: I have added one of yours scripts (along with proper credits) cl published at REBOL's Cookbook to REBOLBRASIL Forum cl I hope you don't mind I'm honored! (which also means I don't mind at all :) -- Gregg -- To unsubscribe from this list, just

[REBOL] Re: Rebol and rsh ?

2003-10-02 Thread Louis Gosselin
Along this line, I once used little-bell.r from Ole Friis as a basis for a Rebol script that would login into a router using telnet, and issue commands to check, or reconfigure the router. I recall that this was one of my very first rebol projects and was not very difficult. Louis. At 10:07 AM

[REBOL] Re: Windows Crash

2003-10-02 Thread Bohdan or Rosemary Lechnowsky
Steffen, Some of the commercial applications I've written: A recruiting database that automates a number of functions for the recruiters including automated faxing and emailing. Contains close to 1,500,000 candidates and over 500,000 communication records including resumes in .doc and .pdf

[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] Re: Newbie questions

2003-10-02 Thread Steven White
[EMAIL PROTECTED] 10/02/03 11:40AM what is the most elegant way to read a value out of an ini file? I have wondered about this myself. If the ini file is something that exists from some other application, I have no idea, but if you are writing an application yourself and want to provide some

[REBOL] Re: Printing Dialect

2003-10-02 Thread Gregg Irwin
Gabriele, Andrew et al AJM Is there an approach that you can see that I've failed to see? Perhaps you AJM can think of a better and easier to understand printing dialect? One AJM important point is that I'd like to see exact placement on the page (like AJM the C# code shows), along with a few

[REBOL] Re: Newbie questions

2003-10-02 Thread Petr Krenzelok
Kai Peters wrote: Hi all ~ just stumbled upon REBOL yesterday and have started writing my first min-app and the following questions just curious ... where have you heard of rebol, folks? Last weeks we can see new ppl coming :-) have come up thus far: what is the most elegant way to read

[REBOL] Re: Windows Crash

2003-10-02 Thread SunandaDH
hi, sorry for inserting myself in the discussion, Me too. I've done a number of substantial applications. None of them technically commercial in that they haven't been sold. But they are in daily use by non-profits. One application you can take a look at is the REBOL Script Library:

[REBOL] Re: Newbie questions

2003-10-02 Thread Arie van Wingerden
Hi Kay, for error handling have a look at http://www.rebol.com/docs/core23/rebolcore-17.html Met vriendelijke groet / with kind regards, Arie van Wingerden - Original Message - From: Kai Peters [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 02, 2003 6:40 PM

[REBOL] Re: Newbie questions

2003-10-02 Thread SunandaDH
Kai: ftpserver: ftp://server.somedomain.net view layout [ banner ftpserver ] ftpserver: ftp://server.somedomain.net view layout [ banner form ftpserver ] Form -- converts a value to a string Sunanda -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with

[REBOL] Re: Newbie questions

2003-10-02 Thread Ingo Hohmann
Welcome, Kai, Kai Peters wrote: ... How do I typecast the URL below for use with banner or any other word expecting a string? REBOL [] ftpserver: ftp://server.somedomain.net view layout [ banner to-string ftpserver ] Kind regards, Ingo -- To unsubscribe from this list, just send

[REBOL] Re: Newbie questions

2003-10-02 Thread Maxim Olivier-Adlhoch
Make your ini file itself a REBOL script, that does nothing except define words and their values. Then, as the first step in the application, DO the ini script. This is based on the idea that REBOL itself is somewhat readable. For example: Your application: REBOL [] ... do

[REBOL] Re: Printing Dialect

2003-10-02 Thread Andrew Martin
Hi, Gabriele. You wrote: AJM understand for people not used to C#. I've also thought of using PostScript and PDF, but they seem more complex to me. How should the PDF Maker be simplified? So I can add to the to do list for version 2. Just to clear things up a bit, I don't think that

[REBOL] Re: Rebol and rsh ?

2003-10-02 Thread Mark Smith - IBM
-Original Message- From: Maarten Koopmans [mailto:[EMAIL PROTECTED] Sent: Thursday, 2 October 2003 17:37 To: [EMAIL PROTECTED] Subject: [REBOL] Re: Rebol and rsh ? There is nor rsh:// protocol in REBOL, but parsing and networking are built-in and very easy. So you might be

[REBOL] Re: Newbie questions

2003-10-02 Thread SunandaDH
what is the most elegant way to read a value out of an ini file? Actaully reading a windows ini file . This is not elegant, but it parses a standard ini file, with a reasonable degree of error trapping -- there are some tricky bits as what goes into an INI file may not correspond to what

[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

[REBOL] Re: VID newbie question

2003-10-02 Thread Ashley Truter
What is the name of that style button and are there any more pre-defined styles for buttons? view layout [ button toggle btn tog btn green 22x22 ; a round btn ] Regards, Ashley -- To unsubscribe from this list, just send an email to [EMAIL