[REBOL] Re: [FYI] A new interface paradigm without the usual windows ...

2004-01-19 Thread Arie van Wingerden
Hi all, when you are really interested in innovative desktop technology, you should also have a look at http://www.opencroquet.org/ Croquet is based on the opensource smalltalk Squeak http://www.squeak.org/ which itself is a quite attractive development environment. Kind regards, Arie van

[REBOL] Document Object Model for REBOL

2004-01-19 Thread Coussement Christophe
Hi list! We need a set of XML-access functions to produce, view, edit complex XML-documents from our project and from external sources. Did any one already implement a working set of functions for XML access ? Based on http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001 ? Or other

[REBOL] Re: Document Object Model for REBOL

2004-01-19 Thread iNetW3
Hi Christopher, There is one function built on top of the parse-xml function called Rebol-to-xml, or something like that. It's located at its' own web site and it creates an object-tree in order to get to the xmlnodes. It's well written but I find it cumbersome writing long objects paths to get

[REBOL] Re: Dialecting Tutorial

2004-01-19 Thread Cyphre
Hi all, As I see Gerard mentioned some older version of the MAKE-DRAW dialect. For those who are interested, today I hacked a demo using updated version of this 2D vector dialect parser.(needs probably faster machine because of complexity of used vector gfx) You can check it at: do

[REBOL] Re: Dialecting Tutorial

2004-01-19 Thread Gregg Irwin
Very nice Cyphre! -- Gregg -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: Document Object Model for REBOL

2004-01-19 Thread Gregg Irwin
Hi Christophe, CC We need a set of XML-access functions to produce, view, edit CC complex XML-documents from our project and from external sources. In addition to quickparser.r, the library contains: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=rblxelparser.r Gavin

[REBOL] [REBOL.org] Recent changes

2004-01-19 Thread rebol
[REBOL] [REBOL.org] Recent changes This is an automatic email from REBOL.org, the REBOL Script Library to notify you of recent changes to the Library. ===changes=== arcfour.r --change: new script --title: ARCFOUR and CipherSaber ngbg.r --change: discussion post(s) made --title:

[REBOL] Re: Document Object Model for REBOL

2004-01-19 Thread Jason Cunliffe
It might be helpful to study Nicolas Fournier's jabber client 'Maoww' http://www.rebolfrance.net/projets/concours/maoww.zip Combines simple hard-coded xml message strings with generic xml-parsing functions for event calls. It's a complete working xml application complete with nice Rebol/View

[REBOL] Windows Server 2003

2004-01-19 Thread Matt MacDonald
Has anyone had any experience running REBOL view/pro on Windows Server 2003. My company is looking to upgrade their servers and I want to make sure we don't go buying something that won't work. I know REBOL is supposed to be OS independent, but I just wanted to make sure. Matt

[REBOL] Re: Dialecting Tutorial

2004-01-19 Thread Ashley Trter
Cyphre, elegant example of how draw can be extended. Thanks for posting that. Regards, Ashley -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: Document Object Model for REBOL

2004-01-19 Thread Graham Chiu
On Mon, 19 Jan 2004 11:00:42 -0700 Gregg Irwin [EMAIL PROTECTED] wrote: Gavin Mackenzie's was the most complete I knew of, but I'm not sure where you can get it. I don't seem to have a link handy here. Gavin's site has disappeared, but his code is included in the xmlrpc distro at