[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] 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: '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 http://ww

[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 the

[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

[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. (som

[REBOL] Re: list filter idom => idiot

2002-09-17 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 the

[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 n

[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 ["a

[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

[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

[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

[REBOL] Re: How to pop a window to the front with Rebol/View

2002-04-26 Thread Allen Kamp
- Original Message - From: "Anton" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, April 27, 2002 5:58 AM Subject: [REBOL] How to pop a window to the front with Rebol/View > Hi, I am looking for a way to activate and pop > a window to the front with rebol/view. > > Using 'la

[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 someth

[REBOL] Re: Converting Hex value to String

2002-04-24 Thread Allen Kamp
Hi Mark, Here's one way to skin the cat, I'm sure more will turn up. b: trim/with form a "#{}" =="096A6F6273747265657403636F6D" Cheers, Allen K - Original Message - From: "Mark Chang" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 24, 2002 8:52 PM Subject: [REBOL]

[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 S

[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, on

[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 s

[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

[REBOL] Re: Iterated check box anomaly

2002-04-12 Thread Allen Kamp
Hi Geza, List & supply is just a VID interface to face iteration in View. ("supply" is akin to a "pane func" with a little less effort needed) If you would like to dig further in iterated faces, the following Zine article may help. "Look ma, just one face" http://www.rebolforces.com/zine/rzine-1

[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 cli

[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 th

[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 Cu

[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 to

[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 no

[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 PROTECTED]

[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 RE

[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 > li

[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 Engi

[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 fo

[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 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] 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] 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: 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 expan

[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

[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: Satu

[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 http://www.r

[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 the

[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, 20

[REBOL] Re: list: multiple columns update

2002-02-14 Thread Allen Kamp
lto:[EMAIL PROTECTED]]On Behalf Of > > Allen Kamp > > Sent: Thursday, February 14, 2002 2:27 PM > > To: [EMAIL PROTECTED] > > Subject: [REBOL] Re: list: multiple columns update > > > Here is a simple multilist column example. Hope it helps. > > Hi, thanks. Yes it doe

[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 Midd

[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 o

[REBOL] REBOL Books

2002-01-28 Thread Allen Kamp
Looking back through some old emails, I've found a post from Elan with an update (ch7 errata) for "REBOL the Official Guide" (RTOG) and also found Ralph Roberts full length acknowledgements post for "REBOL for Dummies" (RFD). So I thought I'd give them a home. http://www.rebolforces.com/books/

[REBOL] Australian REBOLs

2002-01-24 Thread Allen Kamp
Hi REBOLs, For an article I would like to track down Aussie REBOLs (companies and individuals). Like find out how and where it is being used. Please reply offlist within the next week. Cheers, Allen K -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscr

[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 co

[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"] vi

[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

[REBOL] Re: Using a printer in Windows

2002-01-14 Thread Allen Kamp
I have a old script on my reb that allows you to select a file and print via the browser. Sadly it is an IE only script. It allows you to print any file type that the browser recognises as printable. http://www.rebolforces.com/reb/printviabrowser.r Cheers, Allen K - Original Message -

[REBOL] Re: How to scale Date-Time properly in REBOL?

2002-01-14 Thread Allen Kamp
; > ; Dates > ; > > add-months: function [ > "Add months to a date." > date [date!] > months [integer!] > ] [result-date delta-years delta-months] [ > delta-years: to-integer divide months 12 > delta-months: remainder months 12 > if lesser? delta-months 0 [ > delta-years: subtract

[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 scrip

[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, with

[REBOL] Re: Dijkstra Shortest Path

2002-01-01 Thread Allen Kamp
resist. > > > rebol[title: "call dijk"] <---script snipped---> > > 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&

[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

[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

[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 toda

[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 inte

[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 poin

[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: 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] scroll-pa

[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

[REBOL] Re: Changing VID Styles

2001-12-12 Thread Allen Kamp
Just swap set the feel for the behaviour you want. (You can do the same for appearance too if you want) REBOL [] info-feel: get in get-style 'info 'feel field-feel: get in get-style 'field 'feel swap-feel: func [face][ if find [info field] face/style [ face/feel: either (face/feel = field-f

[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: It's been about ...

2001-12-08 Thread Allen Kamp
David, If you read the page http://www.rebol.com/ios-intro.html you will see that there is a link to register for evalution. http://www.rebol.com/express-form.html, as you can imagine there is quite a long queue of keen people who have applied for evaluation, many of them are evaluating it now, b

[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 > c

[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, alter

[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 crossed

[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 D

[REBOL] Re: Encouraging Function Programming Thread

2001-11-13 Thread Allen Kamp
hough I > think that it was in the thread, wasn't it? > > > - Original Message - > From: "Allen Kamp" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, November 12, 2001 1:02 PM > Subject: [REBOL] Encouraging Function Programming Thre

[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 --

[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: 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 Messag

[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 Trett

[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. S

[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

[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: http://www.rebolfo

[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? T

[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, bu

[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 use

[REBOL] Re: Probing into the great beyond

2001-09-27 Thread Allen Kamp
- Original Message - From: "Andrew Martin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 28, 2001 2:59 AM Subject: [REBOL] Re: Probing into the great beyond > Rebol/View latest version: > > >> rebol/version > == 1.2.1.3.1 > >> probe system > ** Script Error: Not en

[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 opt

[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

[REBOL] Re: True?

2001-05-09 Thread Allen Kamp
- Original Message - From: "Terry Brownell" <[EMAIL PROTECTED]> To: "Rebol List" <[EMAIL PROTECTED]> Sent: Thursday, May 10, 2001 2:53 PM Subject: [REBOL] True? > > How can I make e either true or false. If ALL values of d are true, then e is true as well, otherwise false. Hi Terry, I

[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 st

[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: <[E

[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) ? plu

[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: 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: 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: cop

[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 PROT

[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 (

[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

  1   2   >