[REBOL] Re: Question: [ searching for answer on GUI speed ]

2002-03-11 Thread Gregg Irwin
Hi Sunanda, << I tried to speed up an application I had written, and the one sticking point was Layout. The application creates a tree view from a hierarchical structure. Nothing fancy, each line is simply made up of: -- A Pad to indent. -- For nodes, a Box with a +/- and a left-click action face

[REBOL] Re: The Information World (was: Morpheus - the bitter thruth?)

2002-03-11 Thread Philippe Oehler
Hi Cyphre I have the information that the author of the french book on Rebok, Olivier Auverlot, is working on a 3D dialect. I dont know how his work in this direction is now... - Original Message - From: "Cyphre" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 11, 2002 10

[REBOL] Re: Object extension / clipboard / scrolling images

2002-03-11 Thread atruter
Three subjects in one . . . sorry ;) The issue, as I understand it, is that you can't add new functions and variables to TIMER. It's set of words is fixed when it is created and cannot be extended. You would have to create a new object, based on TIMER, in order

[REBOL] Selection

2002-03-11 Thread André-Francois Landry
is there a way of seeing which part of the text is selected on a text area?? Like for changing it to bold or italic, centerizing it, etc. *-M|Lô-* -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.

[REBOL] Re: Rebol Editor

2002-03-11 Thread Dr. Louis A. Turk
Ryan, I'll look forward to seeing what you eventually come up with. I always learn from your posts. We really need an editor written in rebol specifically for rebol programming. Louis At 12:48 PM 3/11/2002 -0800, you wrote: >Mine is on hold until I resolve some design delimas imposed by col

[REBOL] Re: [subject: first-class language]

2002-03-11 Thread Joel Neely
Hi, Pat, pat665 wrote: > > On Wednesday, 12-sep-2001, Holger Kruse wrote : > > "Rebol is a first-class language ..." > > > > What is a first-class language ? > Good question. Perhaps it is intended to convey the notion that all data types are first class types??? (Ladislav has already writt

[REBOL] Re: [subject: first-class language]

2002-03-11 Thread Gerard Cote
Hello Patrick, Like you I was asking for the true meaning of "First-Class Anything", the Anything being one from the many offered choices : Datatype, Function, Object, Class, Language, etc... After some search on the Net for each one of these combinations, I found some satisfactory answers cover

[REBOL] Re: index.r file in View

2002-03-11 Thread Graham Chiu
On Mon, 11 Mar 2002 11:35:17 -0500 "Adrian" <[EMAIL PROTECTED]> wrote: > How do y`all handle the index.r file? I find it annoying > to have to manually > edit the file to show new additions. I wrote a little > script to do it > automatically. Has anyone else addressed this ? > Does anyone really

[REBOL] Re: Question: [ searching for answer on GUI speed ]

2002-03-11 Thread SunandaDH
Norman: > For a simple Gui layout menu's the Rebol/view scores quite good > on performance. But even the slightest extra in GUI mode bring my > PC down to speeds of a XT machine, NO offence! I tried to speed up an application I had written, and the one sticking point was Layout. The applicatio

[REBOL] Re: Warning: rebol-list@hds-energy.com - No such user!

2002-03-11 Thread lgidding
FYI I received the same warning... -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.

[REBOL] Re: Question: [ searching for answer on GUI speed ]

2002-03-11 Thread Gregg Irwin
Hi Norman, << For a simple Gui layout menu's the Rebol/view scores quite good on performance. But even the slightest extra in GUI mode bring my PC down to speeds of a XT machine, NO offence! >> Since I don't know what you're doing, it's hard to say where the slowdown might be occurring. If you a

[REBOL] Re: Warning: rebol-list@hds-energy.com - No such user!

2002-03-11 Thread Gregg Irwin
Hi Pat, << For every post I have made today, I have received a MDeamon reply (I have used two different computer). It is like I had send something to [EMAIL PROTECTED] which I have not ! >> I got one myself. Seems like a list-mailer glitch. --Gregg -- To unsubscribe from this list, please sen

[REBOL] Rebol View for Mac OS X

2002-03-11 Thread lgidding
Just a quick question. . . Does any one know when the Mac OS X version of Rebol /View is due for release? As the official website simply notes it as 'pending'? Any information would be useful TIA Laurence *Privacy, Confidentiality & Liability Notice This em

[REBOL] Re: Warning: rebol-list@hds-energy.com - No such user!

2002-03-11 Thread pat665
Help rebollers For every post I have made today, I have received a MDeamon reply (I have used two different computer). It is like I had send something to [EMAIL PROTECTED] which I have not ! Any idea? Patrick PS: the attached file is just plain text. < Attached file : begin> Received: from po

[REBOL] Question: [ searching for answer on GUI speed ]

2002-03-11 Thread rebolinth
Hello All, I have read somewhere that Rebol/view is completly written with the Rebol/core. And that Rebol was build for modern machines with process modern process power.And what amazes me is the speed of Rebol/view? For a simple Gui layout menu's the Rebol/view scores quite good on performance

[REBOL] Re: Warning: rebol-list@hds-energy.com - No such user!

2002-03-11 Thread Holger Kruse
On Mon, Mar 11, 2002 at 11:14:54PM +0100, pat665 wrote: > Help rebollers > > For every post I have made today, I have received a MDeamon reply (I have > used two different computer). > It is like I had send something to [EMAIL PROTECTED] which I have > not ! [EMAIL PROTECTED] is probably one of

[REBOL] Re: Warning: rebol-list@hds-energy.com - No such user!

2002-03-11 Thread Ryan Cole
Me too. pat665 wrote: > Help rebollers > > For every post I have made today, I have received a MDeamon reply (I have > used two different computer). > It is like I had send something to [EMAIL PROTECTED] which I have > not ! > > Any idea? > > Patrick > > PS: the attached file is just plain text.

[REBOL] [subject: first-class language]

2002-03-11 Thread pat665
Hi rebollers, Digging the archives again ... On Wednesday, 12-sep-2001, Holger Kruse wrote : > "Rebol is a first-class language ..." > What is a first-class language ? Patrick __ ifrance.com, l'email gratuit le plu

[REBOL] Re: Rebol Editor

2002-03-11 Thread Ryan Cole
Mine is on hold until I resolve some design delimas imposed by color text and graphical editing. My last experimental hack job is at: http://www.sonic.net/~gaia/projects/reb-editor.r Its not really usable yet. --Ryan "Dr. Louis A. Turk" wrote: > Hi rebols, > > Whatever happened to the text e

[REBOL] Rebol Editor

2002-03-11 Thread Dr. Louis A. Turk
Hi rebols, Whatever happened to the text editors that were being written in rebol? One was called Reb Edit, if I remember correctly. Is anyone still using them? Are they still being developed? Louis -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscr

[REBOL] Re: ['bind for dummies]

2002-03-11 Thread pat665
Hi Gregg Thank you. Site and rebsite updated. http://www.pat665.free.fr/doc/bind.html Cheers Patrick - Original Message - From: "Gregg Irwin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 11, 2002 7:04 PM Subject: [REBOL] Re: ['bind for dummies] > Good stuff Pat! >

[REBOL] Re: XP with rebol?

2002-03-11 Thread Joel Neely
Hi, Maarten, and all, Maarten Koopmans wrote: > > I have used Rebol in a very large project (in Rebol terms): > up to 16.000 lines of code. > > Using VI, CVS and two other programmers this was enough to > outcompete any other backoffice app. > > Then comes the standardization mob but in tim

[REBOL] Rebol Editor

2002-03-11 Thread Dr. Louis A. Turk
Hi rebols, Whatever happened to the text editors that were being written in rebol? One was called Reb Edit, if I remember correctly. Is anyone still using them? Are they still being developed? Louis -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscri

[REBOL] Re: ['bind for dummies]

2002-03-11 Thread Gregg Irwin
Good stuff Pat! In section 4.2, should this: "One solution is to bound the code to the local 'member." instead read: "One solution is to bind the code to the local 'member." Thanks! --Gregg -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "un

[REBOL] Re: index.r file in View

2002-03-11 Thread Christopher Ross-Gill
Hi Adrian, > How do y`all handle the index.r file? I find it annoying to have to > manually edit the file to show new additions. I wrote a little script to > do it automatically. Has anyone else addressed this ? I hand edit the %index.r, but I'd be interested in any automatic way to do edit it.

[REBOL] Re: XP with rebol?

2002-03-11 Thread pat665
Hi Joel > That probably makes 35 kilograms of answer to what was intended > as a 1000 milligram question ;-) but I hope there's something > useful in there! Useful indeed and informative. It is always a pleasure to read you. Patrick - Original Message - From: "Joel Neely" <[EMAIL PROT

[REBOL] index.r file in View

2002-03-11 Thread Adrian
How do y`all handle the index.r file? I find it annoying to have to manually edit the file to show new additions. I wrote a little script to do it automatically. Has anyone else addressed this ? Does anyone really care? Adrian -- To unsubscribe from this list, please send an emai

[REBOL] Re: The Information World (was: Morpheus - the bitter thruth?)

2002-03-11 Thread Jason Cunliffe
> I'm big fan of simmilar ideas such is building virtual or information > worlds. I'm strongly interested especially in the visualisation of this > worlds. You could have a look at http://www.cybertown.com . This is really > great implementation of virtual community. It is a combination of Java an

[REBOL] Re: XP with rebol?

2002-03-11 Thread Maarten Koopmans
Hi Joel, I have used Rebol in a very large project (in Rebol terms): up to 16.000 lines of code. Using VI, CVS and two other programmers this was enough to outcompete any other backoffice app. Then comes the standardization mob but in time it will survive. And REBOL is *suitable* for program

[REBOL] Re: rebol.com SITE DESIGN => was {Re: Re: License Question => site links}

2002-03-11 Thread [EMAIL PROTECTED]
> > 1. I wish the site were built with REBOL, proud of it and showed how REBOL > was being used. I wish it had a search tool in Rebol visible on every page. > > 2. http://rebol.com The home page is now a poster for IOS. Fair enough, but > the prominent default "TAB" in the header navbar is "Dow

[REBOL] Re: XP with rebol?

2002-03-11 Thread pat665
Hi Joel > That probably makes 35 kilograms of answer to what was intended > as a 1000 milligram question ;-) but I hope there's something > useful in there! Useful indeed and informative. It is always a pleasure to read you. Patrick - Original Message - From: "Joel Neely" <[EMAIL PRO

[REBOL] Re: escaping characters?

2002-03-11 Thread Chris
pat665 wrote: > > > With the same notation and hexadecimal values we can produce any character. > > #"^(00)" > ... > #"^(FF)" That's a point - does REBOL have unicode support? Chris -- .--{ http://www.starforge.co.uk }-. .--. =[ Explorer2260, Designer

[REBOL] Re: questions about VID and parse.

2002-03-11 Thread Joel Neely
Hi, Christophe, Coussement Christophe wrote: > > > Also another question about parse. How to use a string as a pattern? > > parse "hello world" ?? > > I want ["hello" "rld"] > > By what should I replace ?? to make this sequence ("wo" in this example) > > considered as a whole. > [Coussem

[REBOL] Re: XP with rebol?

2002-03-11 Thread Joel Neely
Hi, Pat, pat665 wrote: > > I found your new article about iteration very interesting. > Thanks! > > I notice the usage of many eXtreme Programming words such as > metaphor, refactoring, DRY... > In brief, I used those terms because they are now common (and succincnt) enough that I assumed/hop

[REBOL] Re: What's Up Rebol?

2002-03-11 Thread [EMAIL PROTECTED]
> > Hello to all, > > I'm not sure if this is the right place for this but your going to > get it anyway. I feel a real need to vent. I have been tinkering > with and watching the progression of Rebol for approx. two years > now. I am a Unix Systems Administrator/Programming Hack. [... more ...

[REBOL] Re: Ready for REBOL/Core 2.6?

2002-03-11 Thread Robert M. Muench
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf > Of Louis Cyphre > Sent: Saturday, March 09, 2002 12:21 PM > To: [EMAIL PROTECTED] > Subject: [REBOL] Re: [REBOL] Re: Ready for REBOL/Core 2.6? > I think "extend" will be very useful ;-) Especially in /Vie

[REBOL] rebol.com SITE DESIGN => was {Re: Re: License Question => site links}

2002-03-11 Thread Jason Cunliffe
> I wouldn't say that "overrules" the FAQ comments, as they're saying > much the same thing about View, as apposed to View/Pro. It's just > that View/Pro isn't mentioned in the FAQ, though obviously it should > be. Carl Yeah you're right... I am a bit fired up today. Rebol is so much fun, but i

[REBOL] Re: questions about VID and parse.

2002-03-11 Thread Coussement Christophe
> Beginner questions... [Coussement Christophe] welcome ;-)) > Also another question about parse. How to use a string as a pattern? > parse "hello world" ?? > I want ["hello" "rld"] > By what should I replace ?? to make this sequence ("wo" in this example) > considered as a whole.

[REBOL] Re: The Information World (was: Morpheus - the bitter thruth?)

2002-03-11 Thread Cyphre
Hi Gabreiele and all, I'm big fan of simmilar ideas such is building virtual or information worlds. I'm strongly interested especially in the visualisation of this worlds. You could have a look at http://www.cybertown.com . This is really great implementation of virtual community. It is a combina

[REBOL] Re: ['bind for dummies]

2002-03-11 Thread pat665
Oops, sorry http://www.pat665.free.fr/doc/bind.html Thanks Patrick - Original Message - From: "Hallvard Ystad" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 11, 2002 8:59 AM Subject: [REBOL] Re: ['bind for dummies] Dixit pat665 (20.52 10.03.2002): >Hi rebollers > >1

[REBOL] check-label style

2002-03-11 Thread arolls
check-label style http://anton.idatam.com.au/rebol/gui/check-label.r Regardsm Anton. , -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.

[REBOL] grid style demo

2002-03-11 Thread arolls
grid style demo do http://anton.idatam.com.au/rebol/gui/grid.r I intend to separate the demo part and add more features. Regards, Anton. -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.

[REBOL] Re: ['bind for dummies]

2002-03-11 Thread Hallvard Ystad
Dixit pat665 (20.52 10.03.2002): >Hi rebollers > >1. I have made a kind of 'bind for dummies. >(http://www.pat665.free.fr/doc/bind.htm) Add an L to the URL and it works! ~H Prætera censeo Carthaginem esse delendam -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with

[REBOL] XP with rebol?

2002-03-11 Thread pat665
Hi Joel I found your new article about iteration very interesting. I notice the usage of many eXtreme Programming words such as metaphor, refactoring, DRY... Are-you an XP programmer ? Do you think Rebol is suited for XP? Patrick ___