[REBOL] Re: request-file questions [again]

2002-10-16 Thread Allen Kamp
Jason, Not much point trying to patch the old View request-file dialogue, but if you really want to all the source is there, so you can make it behave and look the way you want. The later versions of View and IOS present the OS native file dialog (just like a web browser does). You can see this

[REBOL] Re: Auto-Converting Rebol filepaths to localOS formats

2002-10-16 Thread Allen Kamp
REBOL/View 1.2.1.3.1 21-Jun-2001 to-local-file what-dir == %c:\rebol\view to-rebol-file c:\rebol\view == %/c/rebol/view Cheers, Allen K - Original Message - From: Jason Cunliffe [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 16, 2002 2:03 PM Subject: [REBOL]

[REBOL] Re: 'ML Article

2002-10-13 Thread Allen Kamp
- Original Message - From: Tim Johnson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, October 13, 2002 5:13 AM Subject: [REBOL] 'ML Article Hello REBOLS: Andrew and I have written an article about his 'ML Dialect. You may [and you should :-)] read it at

[REBOL] Re: pop problems

2002-10-12 Thread Allen Kamp
Hi Graham, Do you have something like norton anti-virus running on the same machine? It might have intercepted the email (if you have anti-virus email monitoring on), detected a virus and was waiting for a reply to a popup dialog. But then if it didn't behave that way for OE, it probably isn't

[REBOL] Re: How to get the index of a text-list

2002-10-04 Thread Allen Kamp
Hi Giles, view layout [ text-list rob bill Pierre robin [ print index? find face/data value ] ] or if you prefer to separate your data block from the layout names: [rob bill Pierre robin] view layout [ text-list data names [ print index? find face/data value ] ] Cheers, Allen K

[REBOL] Re: RE : Re: MSSQL results

2002-10-02 Thread Allen Kamp
I haven't got REBOL/Command on this machine so I'm just going from memory here. These are two separate (unrelated unjoined) SQL statements, they should be inserted and retrieved separately. The driver returns 1 recordset (multiple records) per executed SQL request, not multiple recordsets.

[REBOL] Re: list filter idom = idiot

2002-09-18 Thread Allen Kamp
I like these much better than any nested either/ifs. For some reason, whenever I use even a simple either/if (more than one level deep), I feel a little guilty/clumsy. It seems rebol has better more 'forward' moving idioms. But I forget them sometmies when I jump from soemthing like Flash

[REBOL] Re: informal /View desktop survey

2002-09-08 Thread Allen Kamp
The desktop is extremely flexible http://www.rebol.com/docs/desktop.html I've used the View/Desktop for custom delivery. By editing the index and bookmark files, removing the rebsites list and tools etc, creating custom backgrounds and all the reblets the client needed for their workflow. So

[REBOL] Re: Console port and network ports

2002-08-11 Thread Allen Kamp
- Original Message - From: maarten koopmans [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, August 11, 2002 5:19 PM Subject: [REBOL] Console port and network ports Hi, Is there a way to add a network port and a console port in one wait/all block? So I can process network

[REBOL] Re: Compress vs gzip/zlib

2002-06-29 Thread Allen Kamp
The compression comes up every year, should be put in the FAQ. Here are some msgs from 1999 - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, November 17, 1999 5:31 AM Subject: [REBOL] (De)Compress function source Re: It's free already. It is

[REBOL] Re: Bug! Duplicate refinemets aren't checked

2002-06-02 Thread Allen Kamp
- Original Message - From: Andrew Martin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, June 02, 2002 4:56 PM Subject: [REBOL] Bug! Duplicate refinemets aren't checked Bug! Duplicate function refinemets aren't checked. f: func [/base /test arg [string!]] [print [arg: arg]]

[REBOL] Re: read news

2002-05-15 Thread Allen Kamp
Hi Mary, If there are odd characters or spaces in a file name or url, placing around it often helps. Try nntp://news.epita.fr/3dfx.game; Cheers, Allen K - Original Message - From: Maryline Coste [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 15, 2002 10:36 PM Subject:

[REBOL] Re: More REBOL IOS questions.

2002-05-14 Thread Allen Kamp
- Original Message - From: Gregg Irwin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 14, 2002 2:08 PM Subject: [REBOL] Re: More REBOL IOS questions. Hi Ed, In what little testing I've done, it looks like, if I have to publish multiple scripts, I have to do it once for

[REBOL] Re: spam

2002-05-07 Thread Allen Kamp
Hi Graham, I had been thinking about it but then stumbled across mailwasher which does it all for me. http://www.mailwasher.net It even bounces email, which is a great way to cut spam. Cheers, Allen K - Original Message - From: Graham Chiu [EMAIL PROTECTED] To: [EMAIL PROTECTED]

[REBOL] Re: REBOL IOS, many Q's. :)

2002-05-02 Thread Allen Kamp
Let's say, for example, that I have a process that needs to be aware of the arrival of a file. Rather than creating a daemon that constantly runs and watches for it, can IOS fire off a process the moment the file arrives? In other words, is it aware of the activities that it performs and can

[REBOL] Re: Google + SOAP

2002-04-24 Thread Allen Kamp
Gabriele, Nenad let get this project running on Elite or Developer. We can collate resources and contributions there. Cheers, Allen K - Original Message - From: Gabriele Santilli [EMAIL PROTECTED] To: Maarten Koopmans [EMAIL PROTECTED] Sent: Wednesday, April 24, 2002 7:22 AM Subject:

[REBOL] Re: to pair! bug

2002-04-24 Thread Allen Kamp
- Original Message - From: Gabriele Santilli [EMAIL PROTECTED] To: Romano Paolo Tenca [EMAIL PROTECTED] Sent: Wednesday, April 24, 2002 7:19 AM Subject: [REBOL] Re: to pair! bug Hi Romano, On Tuesday, April 23, 2002, 10:00:54 AM, you wrote: Once Jeff wrote something like: this

[REBOL] RF - New Article - There's nothing like a nice, juicy, pair! (Part II)

2002-04-19 Thread Allen Kamp
Hi REBOLs, Another new article this month. (Thanks Gregg!) Gregg continues his exploration of the pair datatype in There's nothing like a nice, juicy, pair! (Part II) http://www.rebolforces.com/articles/pairs2.html The next Zine issue will be released at the end of the month. So far,

[REBOL] Re: (No subject)Date: Sat, 13 Apr 2002 11:07:21 +0200

2002-04-13 Thread Allen Kamp
- Original Message - Both RCUG 2.3 and this old How-To use the cgi-decode-query function which no longer exists. There is nothing about CGI in the REBOL-Core 2_5_0 Changes.htm page. The only conclusion is (elementary my dear Watson) that the change occurred between the 2.3 and the

[REBOL] Re: Missing CGI doc

2002-04-13 Thread Allen Kamp
- Original Message - From: Ammon Johnson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, April 14, 2002 9:22 AM Subject: [REBOL] Re: Missing CGI doc decode-cgi-query is obsolete? What have they replaced it with? I will probably need a similar function some time soon.

[REBOL] Re: Missing CGI doc

2002-04-12 Thread Allen Kamp
The old cgi how-to is here http://www.rebol.com/howto.html#cgi-scripts.html As for cgi-basics (was in archive) from REBOL Forces, I'll have to track down. Cheers, Allen -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the

[REBOL] Re: Size of Rebol binary?

2002-04-12 Thread Allen Kamp
Hi Norman, You may find A Day in the life of REBOL by Carl http://www.rebolforces.com/zine/rzine-1-01.html#sect8.1 an interesting read. {Maybe today is one of those days when we need to build a new REBOL version. Link gives me access to Jeff's amazing box builder app that, with the single click

[REBOL] Re: [ feature request /intelligence ]

2002-04-11 Thread Allen Kamp
Languages that do have automatic inintializing usually also have to provide an Option Explicit for testing so that you can find these typo errors. So in the end everyone gets sick of trying to debug hard to find errors caused by typos and turns Option Explicit on all the time, so you are back

[REBOL] Re: web log analysis

2002-04-11 Thread Allen Kamp
I did start writing some, but then ran across analog (http://www.analog.cx/) in conjunction with report magic (http://www.statslab.cam.ac.uk/webstats/reportmagic/) Now I just use rebol to clean the log file before passing to analog. Cheers, Allen K - Original Message - From: Jason

[REBOL] Re: Core 2.6 - Last minute requests - take your chance!

2002-04-06 Thread Allen Kamp
* Intelligent command enlargement like under UNIX pressing Esc esc.. example: make-d^ESC^ESC will become make-dir using tab does this already. -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes.

[REBOL] Re: IOS conference

2002-04-03 Thread Allen Kamp
Graham, Looks like you resized it too small. edit apps/messenger/prefs.r and increase size. This bug has been reported, it happens because size-text returns none when the face is too small to determine the text-size. Unfortunately text-size is usually added or subtracted from other values, and

[REBOL] RF - REBOL/Zine returns

2002-04-01 Thread Allen Kamp
Hi REBOLs, The REBOL/Zine makes a comeback with issue #5. http://www.rebolforces.com/zine/rzine-1-05.html Enjoy. Cheers, Allen K also available in make-spec format http://www.rebolforces.com/zine/txt/rzine-1-05.txt -- To unsubscribe from this list, please send an email to [EMAIL

[REBOL] Re: Rebol programs

2002-03-22 Thread Allen Kamp
- Original Message - From: Jason Cunliffe [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 22, 2002 2:56 PM Subject: [REBOL] Re: Rebol programs Allen Kamp [EMAIL PROTECTED] wrote: The site is built by REBOL. It is published and uploaded by site building scripts which

[REBOL] Re: Rebol programs

2002-03-21 Thread Allen Kamp
I totally agree...go figure::: it's a lame shame + yes makes very little [bizness] sense. But then most mad geniuses are like that.. I've met top top graphic designer's who don't have business cards, or web designers who are too busy to do their own sites. Too many great ideas too little

[REBOL] RF - New Article - Building a Server Engine

2002-03-20 Thread Allen Kamp
Hi REBOLs, Another new article this month, thanks Maarten! Building a Server Engine by Maarten Koopmans. If you want to start using REBOL for server applications, you may consider building a server engine for all network communications. In this article Maarten describes the HIgh Performance

[REBOL] Re: editor woes

2002-03-18 Thread Allen Kamp
Has anyone seen this problem? I go to edit a reblet on my desktop, and although the editor appears in my task bar in WinXP, nothing appears on screen. The IOS editor appears okay though. Hi Graham, If it is an offset problem then you can.. Edit the file called edit-prefs.r (to be found

[REBOL] Re: REBOL/Zine

2002-03-13 Thread Allen Kamp
Funny you should mention it, we were just discussing this yesterday. Look for a new issue by the end of this month! Any new contributions out there? Send to [EMAIL PROTECTED] Cheers, Allen K http://www.rebolforces.com/zine - Original Message - From: Coussement Christophe [EMAIL

[REBOL] Re: index.r file in View

2002-03-12 Thread Allen Kamp
I do it by hand too, only takes a second to edit, (not worth writing a script to do it for me). But you can use/modify the make-index.r script from the rebs tools directory. http://www.rebol.com/view/tools/make-index.r Cheers, Allen K -- To unsubscribe from this list, please send an email

[REBOL] Re: index.r specifications

2002-03-12 Thread Allen Kamp
Hi Graham, This might help. http://www.rebol.com/docs/desktop.html Cheers, Allen K -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes.

[REBOL] RF - New Article - Iteration, Algebra, and Objects

2002-03-10 Thread Allen Kamp
Hi REBOLs, Part 2 of Joel's recursion article series has been posted to the site. Thanks Joel! Iteration, Algebra, and Objects: quote When we're just trying to hack out a quick-and-dirty solution to a small task, the first solution we think of may be entirely adequate. But when we're trying to

[REBOL] Re: LFReD Compression.. require Huffman func

2002-03-09 Thread Allen Kamp
Hi Terry, Have you checked out the Ole Friis's series of articles on Compression? He starts with Huffman in part 1. http://www.rebolforces.com/articles/compression1.html Cheers, Allen K - Original Message - From: Terry Brownell [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday,

[REBOL] Re: parse stack overflow

2002-03-09 Thread Allen Kamp
First guess is because you are redefining the Parse function and then calling it recursively. Cheers, Allen K - Original Message - From: Jose (jm) [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, March 09, 2002 11:34 PM Subject: [REBOL] parse stack overflow Can anybody give

[REBOL] RF - New Article

2002-03-01 Thread Allen Kamp
Hi REBOLs, We have a new article from Joel this month. Metaphors: Bridges and Barriers http://www.rebolforces.com/articles/metaphors.html There is also a Forum just for RUBGY discussions. http://www.rebolforces.com/cgi-bin/aeforum-display-topics.cgi?discussion=7 Cheers, Allen K

[REBOL] Re: Flames, hype, offended vanity - just enter

2002-02-22 Thread Allen Kamp
Since my name has been brought up. I'd just like to say I was planning a competition along similar lines and was discussing ideas with Cyphre. When the announcement came out Cyphre was curious as to who announced it, whether it was related to the competition we were discussing. Anyway, I felt

[REBOL] Re: Applying Focus

2002-02-18 Thread Allen Kamp
And if you want it highlighted too, here's how. (from http://www.rebolforces.com/view-faq.html#sect2.4.) highlight-text: func [face][ focus face system/view/highlight-start: head face/text system/view/highlight-end: tail face/text system/view/caret: head face/text ] view layout

[REBOL] Re: OT: Poetry (Was: PROB, then quit)

2002-02-15 Thread Allen Kamp
REBOL occassionally takes a bash at writing poetry when it can. But it does not quite have your skills http://www.rebolforces.com/cgi-bin/shakespeare.cgi Cheers, Allen K - Original Message - From: Gregg Irwin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, February 16, 2002

[REBOL] Re: list: multiple columns update

2002-02-14 Thread Allen Kamp
Hi Robert, Here is a simple multilist column example. Hope it helps. Cheers, Allen K REBOL [ Title: {Multi-column List demo} Author: Allen Kamp ] Data: [ [Left1 Middle1 Right1] [Left2 Middle2 Right2] [Left3 Middle3 Right3] [Left4 Middle4 Right4] [Left5 Middle5 Right5

[REBOL] Re: list: multiple columns update

2002-02-14 Thread Allen Kamp
- Original Message - From: Robert M. Muench [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, February 15, 2002 3:58 AM Subject: [REBOL] Re: list: multiple columns update -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Allen Kamp

[REBOL] Re: VID : Choice gadget probleme

2002-02-08 Thread Allen Kamp
As alternative to using Choice you could use a drop-down style. You can find it on my R-Forces rebsite. or http://www.rebolforces.com/reb/drop-down.r Cheers, Allen K -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the

[REBOL] Re: Pair comparison (was: native? :==)

2002-02-05 Thread Allen Kamp
- Original Message - From: Hallvard Ystad [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, February 05, 2002 6:13 PM Subject: [REBOL] Pair comparison (was: native? :==) Dixit [EMAIL PROTECTED] (23.03 04.02.2002): Yes, but for string and block series there is a natural order

[REBOL] Re: [faq]

2002-01-19 Thread Allen Kamp
Problem resolution : Rebol [title: FAQ] view center-face layout [ banner Check-boxes across check with [data: on] text check box n° 1 check with [data: off] text check box n° 2 ] Just using on or off (yes, no, true, false) will suffice.. Rebol [title: FAQ] view center-face

[REBOL] Re: RANDOM's PICK's args

2002-01-19 Thread Allen Kamp
Hi Donald, Does this help? balls: [ B1 B2 B3 B4 B5 B6 B7 B8 B9 B10 B11 B12 B13 B14 B15 B16 B17 B18 B19 B20 B21 B22 B23 B24 B25 B26 B27 B28 B29 B30 ] pick-balls: func [count seed][ random/seed seed copy/part random copy balls count ] pick-balls 3 1 == [B15 B2 B10] -- To

[REBOL] How to generate an Excel Spreadsheet from REBOL.

2002-01-16 Thread Allen Kamp
Thought this might be usefull for others who want to do quick output of Excel spreadsheets from REBOL . Windows only :-( Watch the line wrapping!... REBOL [ Author: Allen Kamp Email: [EMAIL PROTECTED] Date: 12-Dec-2001 Purpose: {Show how excel sheet can be created dynamically from html

[REBOL] Re: Style R flavour checker ;-)

2002-01-09 Thread Allen Kamp
I've been sitting back holding off commenting, but can't hold off forever. If you really want to make it easier for maintenance programmers, all I can say is to repeat the Designer's Tip Sheet. Tip #7 Code in Style REBOL is a highly dynamic language that allows massive creative freedon in

[REBOL] ANN: New article at RF

2002-01-08 Thread Allen Kamp
Hi All, A new article at REBOL Forces to kick off the new year. Recursion, Iteration, and Algebra by Joel Neely http://www.rebolforces.com/articles/ria1.html Cheers, Allen K -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject,

[REBOL] Re: Dijkstra Shortest Path

2002-01-01 Thread Allen Kamp
--- On Thu, 27 Dec 2001, Allen Kamp wrote: Hi all, I was asked if there were any shortest path algorithms written in REBOL. Particularly a Dijkstra shortest path example. Any takers? Cheers, Allen K -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED

[REBOL] Re: how to display multi-line text

2001-12-30 Thread Allen Kamp
- Original Message - From: Patrick Philipot [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, December 30, 2001 7:22 PM Subject: [REBOL] how to display multi-line text Hi all rebol-lister Happy New Year to all, and a new FAQ. Patrick at Euro - 2 How to display multi-line

[REBOL] Re: Has anyone written an SMTP Server?

2001-12-27 Thread Allen Kamp
If you are going to do your own, then you might find Jeff's roll your own protocol article useful http://www.rebolforces.com/articles/protocols.html Cheers, Allen K - Original Message - From: Ric Gagliardi [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 25, 2001 5:56

[REBOL] Dijkstra Shortest Path

2001-12-26 Thread Allen Kamp
Hi all, I was asked if there were any shortest path algorithms written in REBOL. Particularly a Dijkstra shortest path example. Any takers? Cheers, Allen K -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes.

[REBOL] Re: Merry Christmas

2001-12-24 Thread Allen Kamp
Another year passed and another bunch of friends made on this list. Thank you everyone on the list for your generosity of time, intellect and patience. Merry Christmas and Happy New Year. REBOL and be merry, --Allen K Brett, I feel the heat with ya, 42c here yesterday more of the same for

[REBOL] Re: What changes when a 'radio is on?

2001-12-21 Thread Allen Kamp
Heh, RT could learn a good lesson from Microsoft VB here and have a value field for each data providing widget. This would aid in consistency and help develop a better standard :) rather than picked, state, data.. etc.. VB Consistent? Oh you must mean like the interchange of

[REBOL] Re: A Rebol Challenge. The Monty Hall Puzzle

2001-12-16 Thread Allen Kamp
REBOL[] d: {123}w: 0 loop n: 500 [ p: func[s][copy/part random s 1] b: p d c: p d if b = p union b c [w: w + 1]] w / n d: represents the choices - could have been any series of 3 elements e.g [box1 box2 box3] p: makes a random selection from a series Hi Brett, Just to point out a

[REBOL] Re: Scolling faces

2001-12-14 Thread Allen Kamp
Hi Andrew, The two events you need to trap are. scroll-line and scroll-page. scroll-line detects the mouse scroll scroll-page is mouse scroll + Pseudo example below detect: func [face event][ switch event/type [ scroll-line [do-myscroll event/offset/y * lineheight]

[REBOL] Re: hiding a panel

2001-12-14 Thread Allen Kamp
Hi Gregg, panel-face/show?: false you can make it invisible in the initial layout too view layout [panel [...] with [show?: false]] Does that work for you? Cheers, Allen K - Original Message - From: Gregg Irwin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, December 15,

[REBOL] Re: Upper-Lower Case

2001-12-12 Thread Allen Kamp
Use the /part refinement of Uppercase. proper-case: func [value /local out][ out: copy value: parse form value none ;probe value foreach item value [ append out join uppercase/part lowercase item 1 ] trim/tail out ] foreach item [the big do is a pig JOHN SmITH

[REBOL] Duplication Test - ignore.

2001-12-08 Thread Allen Kamp
Testing a new address, my previous post arrived twice. Does this one? Allen K -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes.

[REBOL] Re: RIM OS differences

2001-11-29 Thread Allen Kamp
- Original Message - From: Graham Chiu [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, November 29, 2001 8:17 PM Subject: [REBOL] RIM OS differences RIM grabs focus on NT when a new message appears, but Ladislav tells me that under W2k, it just changes the icon colour in

[REBOL] Re: REBOL Forces down...up again

2001-11-27 Thread Allen Kamp
Just a temporary glitch... we're all live again. cheers, Allen K -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes.

[REBOL] REBOL Forces down...

2001-11-24 Thread Allen Kamp
Hi Guys, The rebolforces site is down. I have attempted to contact support, but happysite (the host) is down too. Not sure when it will appear again, nothing more I can do from here. Thanks to those who emailed me to let me know. Cheers, Allen K ps. If these problems arent resolved soon,

[REBOL] Re: WEB DAV, XML-RPC and Stuff...

2001-11-19 Thread Allen Kamp
Hi Andre, There are a couple of related REBOL projects mentioned on the frontpage of http://www.rebolforces.com/ Cheers, Allen K - Original Message - From: Ammon Johnson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 20, 2001 3:11 PM Subject: [REBOL] Re: WEB DAV,

[REBOL] Re: Calendar style

2001-11-19 Thread Allen Kamp
Hi Mario, Let me see if can understand what you are trying to do. I've worked from the following assumptions. 1. You build a list of acceptable dates marked with ovals, which you are doing by building a data block like date-data. 2. A user can only select one of the Oval dates? Any other

[REBOL] Encouraging Function Programming Thread

2001-11-12 Thread Allen Kamp
Hi Ladislav, et al once upon a time (long ago) there was a thread named Encouraging functional programming. I have compiled that thread (43 posts) into a single text file and place it in the shoebox. http://www.rebolforces.com/shoebox/1999-2001/functional.txt Cheers, Allen K -- To

[REBOL] Re: Wiki

2001-11-10 Thread Allen Kamp
I had vanilla running on rebolforces, but the cookies it and the forum where using clashed. So I've dropped it for now until I can fix. Cheers, Allen K - Original Message - From: Graham Chiu [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, November 09, 2001 8:57 PM Subject:

[REBOL] Re: Blowfish

2001-11-09 Thread Allen Kamp
Hi Paul, If you don't need cgi access, I can host you in at rebolforces. Just like erebol and gabriele. Let me know if you'd like this and I can set up an account for you (let me know what username and pass you want). Free of course. Cheers, Allen - Original Message - From: Paul

[REBOL] Re: Best way to alias words

2001-11-09 Thread Allen Kamp
Alias has more value for making different language versions. When a word is aliased it affects all contexts where that word is used. e.g alias 'text libre == libre text ** Script Error: text has no value ** Near: text view layout [libre hi there] Cheers, Allen K - Original Message

[REBOL] Re: SHEEP vs Rebol (Pythagoras Tree)

2001-10-14 Thread Allen Kamp
Hi Gregg, I think the modified script below will improve the first time performance by quite a bit for you. Pre allocating the space needed makes a big diff. (1/3 the time on my machine) Cheers, Allen K REBOL [ Comment: { Converted to REBOL by Gregg Irwin for testing purposes.

[REBOL] Re: newieQ: How to set key-tab focus in Rebol/View ?

2001-10-11 Thread Allen Kamp
- Original Message - From: Ammon Cooke [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 10, 2001 9:24 AM Subject: [REBOL] Re: newieQ: How to set key-tab focus in Rebol/View ? try; view layout [button Quit [unview] #^M] That little #^M is the enter key. There is a

[REBOL] [ANN] New Article on RF

2001-10-07 Thread Allen Kamp
Hi All, There is a new article on the RF site. Gregg Irwin presents us with a nice juicy Pair! http://www.rebolforces.com/articles/pairs1.html Cheers, Allen K submissions for RF articles to: [EMAIL PROTECTED] submissions for Zine articles to: [EMAIL PROTECTED] REBOL Forces:

[REBOL] Re: Documentation for nntp.r

2001-10-06 Thread Allen Kamp
- Original Message - From: er86 [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, October 07, 2001 4:46 AM Subject: [REBOL] Documentation for nntp.r I seem to be unable to find the documentation on how to use nntp.r. Has anyone else located the documenation for it? There is

[REBOL] Re: tab effect?

2001-09-28 Thread Allen Kamp
- Original Message - From: Gregg Irwin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, September 28, 2001 2:45 PM Subject: [REBOL] tab effect? The View docs talk about a tab effect, which can be used like arrow or oval, but I can't make it work. Are there any example uses of it

[REBOL] Re: Using Rebol in Html

2001-09-28 Thread Allen Kamp
- Original Message - From: Marcelo Fontes Castellani [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, September 29, 2001 4:30 AM Subject: [REBOL] Using Rebol in Html Hello personal I am inexperienced in the world Rebol, I am learning the language practically now, but I am

[REBOL] Re: Direct link to view download?

2001-05-11 Thread Allen Kamp
Rod, You don't need to go to the website, just type upgrade in the console. Cheers, Allen K - Original Message - From: Rod Gaither [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, May 11, 2001 10:21 PM Subject: [REBOL] Direct link to view download? Hi All, I'm not able to

[REBOL] Re: Direct link to view download?

2001-05-11 Thread Allen Kamp
- Original Message - From: "Petr Krenzelok" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, May 11, 2001 11:11 PM Subject: [REBOL] Re: Direct link to view download? Rod Gaither wrote: Oops, spoke too soon. I'm getting a network timeout using the upgrade option in the

[REBOL] Re: Enabling the REBOL community

2001-05-09 Thread Allen Kamp
For the curious. I've uploaded a copy of the Module REP (REBOL Enhancement Proposal) to. http://www.rebolforces.com/archive/rep/rep002.html Cheers, Allen K - Original Message - From: Joel Neely [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 09, 2001 10:48 PM Subject:

[REBOL] Re: html to text and parsing 2 strings

2001-05-07 Thread Allen Kamp
Here's a starting point from the script library Cheers, Allen K REBOL [ Title: Web HTML Tag Extractor File: %websplit.r Date: 20-May-1999 Purpose: Separate the HTML tags from the body text of a document. Category: [web net text 3] ] tags: make block! 100 text: make

[REBOL] Re: Newer Rebol Dictionary?

2001-05-05 Thread Allen Kamp
The words script is a good resource to use instead of the old dictionary . It is in the documentation folder on the REBOL/View desktop. And of course there is always 'help and 'what from the console. Cheers, Allen K - Original Message - From: Joanna Kurki [EMAIL PROTECTED] To: [EMAIL

[REBOL] Re: read bug?

2001-05-04 Thread Allen Kamp
While we are looking at cgi stuff... View/Pro 1.1.0.3.1 plus-to-space func is set into the global context after using decode-cgi (this func is nested inside decode-cgi and should be made local to it, or since it is a useful func it should be made a mezzanine func so its always accessible) ?

[REBOL] Re: AW: Rebol IRSee.r Discussing all things Rebol

2001-05-03 Thread Allen Kamp
Sorry Terry, I was a bit cryptic in this, especially since that was supposed to be the reply for your other post not this one :-) I had a bit of an explore of it. I changed a few things including using rate to replace the wait loop, the problem disapeared. When I narrow down the exact cause I'll

[REBOL] Re: BUTTON is odd widget out

2001-05-02 Thread Allen Kamp
- Original Message - From: Joel Neely [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 02, 2001 10:10 PM Subject: [REBOL] BUTTON is odd widget out As the following code demonstrates, BUTTON seems to be an antisocial little tyke who will get marks off in plays well with

[REBOL] Re: BUTTON is odd widget out

2001-05-02 Thread Allen Kamp
- Original Message - From: Colin Brizell [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 02, 2001 11:30 PM Subject: [REBOL] Re: BUTTON is odd widget out Also why if you change the value of the field widget and then mouse over the button, or click the widgets (apart from

[REBOL] Re: Clearing a text field?

2001-05-02 Thread Allen Kamp
- Original Message - From: Allen Kamp [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, May 03, 2001 7:13 AM Subject: Re: [REBOL] Clearing a text field? - Original Message - From: Terry Brownell [EMAIL PROTECTED] To: Rebol List [EMAIL PROTECTED] Sent: Thursday, May

[REBOL] Re: Clearing a text field?

2001-05-02 Thread Allen Kamp
- Original Message - From: Terry Brownell [EMAIL PROTECTED] To: Rebol List [EMAIL PROTECTED] Sent: Thursday, May 03, 2001 6:36 AM Subject: [REBOL] Clearing a text field? How does one clear a field (and set focus) with a button? either clear message/text or message/text: copy And

[REBOL] Re: Odd scrolling behaviour?

2001-05-02 Thread Allen Kamp
Hi Terry, Perhaps a bit more information on series will help with understanding what is happening here with the message/text string http://www.rebol.com/docs/core23/rebolcore-6.html#78912 Cheers, Allen K - Original Message - From: Terry Brownell [EMAIL PROTECTED] To: Rebol List

[REBOL] Re: icon question

2001-04-29 Thread Allen Kamp
The name of the file for the icon would need to end in an extension the index dialect expects for an image, such as .jpg .png .gif .bmp If you need to associate another extension then you might try modifiying the entry in %filetypes.r Cheers, Allen K - Original Message - From: Graham

[REBOL] Re: Injecting data into VID?

2001-04-27 Thread Allen Kamp
Hi Joel, From what I understand of your question, I think this is what you are after. With choice you have a choice :-) Choice string string string or or provide a data block by using.. Choice data block!. Cheers, Allen K test1: make object! [ firstNames: [John Jane Bob]

[REBOL] Re: downloading Rebol View

2001-04-25 Thread Allen Kamp
There is the built in upgrade command that you can use. However the script that is called is not currently working. I got this very odd result on the popup request reform what-am-i is not up-to-date. newline Current version is: version newline Download current version? Cheers, Allen K -- To

[REBOL] Re: Just Posted: Add Site Reblet

2001-04-25 Thread Allen Kamp
Hi Carl, Cool stuff, Nowhere to add a custom icon though, or are we sticking with the default to keep index fast loading? Cheers, Allen K The REBOLution - Trailer... do http://www.rebolforces.com/reb/movie.r - Original Message - From: Carl Sassenrath [EMAIL PROTECTED] To: [EMAIL

[REBOL] Re: Records selected on a Text list

2001-04-24 Thread Allen Kamp
Hi Phil, 'picked holds the current list of selected items in a list (ctrl-click for multiple items). view layout [text-list A B C D [print face/picked]] Cheers, Allen K - Original Message - From: Philip Bevan [EMAIL PROTECTED] To: Rebol List [EMAIL PROTECTED] Sent: Tuesday, April

[REBOL] Re: keycodes

2001-04-23 Thread Allen Kamp
Hi Graham, Instead of fish, I'll give you a fishing rod. :-) Run this code to see the chars and keycodes as you type them (the window must have focus) REBOL [] key-event: func [face event] [ if event/type = 'key [ print mold event/key ]

[REBOL] Re: unsolicited email - nql

2001-04-22 Thread Allen Kamp
. e.g. On Fri, 19 Jan 2001 07:49:29 +1000 Allen Kamp [EMAIL PROTECTED] wrote: -SNIP- I wonder how many of the people who clamoured for an archive are still around anyway? :-p Cheers, Allen K Some archives in outlook express mailbox folder format are available for download here (no spam) http

[REBOL] Re: Recursive directory read/delete

2001-04-20 Thread Allen Kamp
Hi Andrew, I did one quite a while ago for delete, it should be at rebol.org. delete-dirs.r, I think it was called, might need an update for 2.3. Cheers, Allen K - Original Message - From: "Andrew Martin" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, April 20, 2001 9:55 PM

[REBOL] Re: Some thoughts around Rebol

2001-04-16 Thread Allen Kamp
- Original Message - From: "Carl Sassenrath" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 17, 2001 12:19 AM Subject: [REBOL] Re: Some thoughts around Rebol Hi, so we agree... also... I've been looking at our download logs recently... This is interesting. Almost

[REBOL] Re: REB Sites

2001-04-16 Thread Allen Kamp
Hi Chris, Great to see you back, And even better to see one of the first scripts ever posted to the ally-list remain alive and well. REBOL postcards are a great concept, one day I might get around to doing a Brisbane one like I promised back then. ;-) Cheers, Allen K - Original Message

[REBOL] Re: HELP needed about the dropdown list widget

2001-04-11 Thread Allen Kamp
Hi Etienne, I am the author of that dropdown style, I do have a version that works in Link, but I haven't had a chance to see if it also works in the latest View, though it should do so. Please let me know. http://www.rebolforces.com/reb/drop-down.rss Cheers, Allen K -- To unsubscribe

[REBOL] Canvas style using Draw Dialect

2001-04-09 Thread Allen Kamp
Hi All, Here is a simple example drawing Canvas style that uses the new draw dialect in in View. For a fuller demo of how this style can be used, do http://www.rebolforces.com/reb/canvas.r ; Create the style for drawing on draw-styles: stylize [ canvas: image with [ size: 100x100 edge:

  1   2   >