[REBOL] Re: Applying Focus

2002-02-17 Thread Brett Handley
Hi Phil, > When opning a new window is it possible to get focus to be applied to the first field so text can be entered without using the mouse to select the field? view layout [f: field field do [focus f]] Cheers Brett. -- To unsubscribe from this list, please send an email to [EMAIL PRO

[REBOL] any news could help

2002-02-17 Thread Will Arp
Hey, first thanks for the great stuff you do. It is my opinion that many developers on this list would enjoy having any little product relese plan. It is also my opinion that in real life many developers depend on higher level structure, technologically less informed but who would need such info

[REBOL] Re: Function Keys in a sensor

2002-02-17 Thread philb
Hi, Answering my own message here got the syntax view layout [field "Test" sensor 0x0 keycode [f1] [print "f1 pressed"]] Cheers Phil === Original Message === Hi, What is the syntax for testing for function keys f1,f2 etc in a sensor? (I assume it is possible) Cheers Phil -- To un

[REBOL] Function Keys in a sensor

2002-02-17 Thread philb
Hi, What is the syntax for testing for function keys f1,f2 etc in a sensor? (I assume it is possible) Cheers Phil -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.

[REBOL] Applying Focus

2002-02-17 Thread philb
Hi, When opning a new window is it possible to get focus to be applied to the first field so text can be entered without using the mouse to select the field? Cheers Phil -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the

[REBOL] CGI and Encapsulation

2002-02-17 Thread Terry Brownell
Hello all, Q. Is it possible to have an encapsulated version of Rebol be called via cgi. In other words, can I create a encapsulated version of Rebol that can be distributed for cgi purposes? Thanks T Brownell -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] wit

[REBOL] Re: Switches and random

2002-02-17 Thread Joel Neely
Hi, Daniel, [EMAIL PROTECTED] wrote: > > I am making a welcome message type of script, > ... Yes, I have to use switches, or something similar... > Here's a version that doesn't require switch, lets you change the range of phrases by changing data, and lets you use predefined phrases at variou

[REBOL] Re: REBOL encryption?

2002-02-17 Thread john_kenyon
>You're biggest problem will be sufficiently large and random passwords, not convergence of "encrypted" (digested) passwords. Most >people's self-choosen "passwords" are way to short, and way to non-random. You can get around this by salting the input with a random string then appending the salt

[REBOL] Re: ARRG...IIS/PWS - Help configuring erebol

2002-02-17 Thread Tim Johnson
Hi: Let me make both a suggestion (and I don't know if it would be any help) and ask a question: I have configured rebol to work on PWS on both win NT 4.0 and windows 98 in the following manner Add a new string value to: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\W3Svc\

[REBOL] Re: ARRG...IIS/PWS - Help configuring erebol

2002-02-17 Thread Gavin F. McKenzie
I think that you summed things up pretty well. Fact is that I have to touch a variety of systems, some M$-based, some not. Apache and IIS are the two that I deal with on a regular basis. This specific application makes use of the tight integration between IIS and M$ SQL Server 2000 -- I can que

[REBOL] Binary reading from stdin

2002-02-17 Thread Andreas Bolka
Hi REBOLs! I'm trying to write a program that reads binary data from fd 0 (stdin). Is there any way to accomplish that with REBOL? -- Best regards, Andreas mailto:[EMAIL PROTECTED] -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsu

[REBOL] Switches and random

2002-02-17 Thread Izkata
I am making a welcome message type of script, and am wondering why this doesn't work: (Yes, I have to use switches, or something similar for my idea to work) word1: "" word2: "" word3: "" Word1: random/only ['I 'My 'Your] switch Word1 [ 'I [Word2: random/only ['like 'hate] switc

[REBOL] Re: ARRG...IIS/PWS - Help configuring erebol

2002-02-17 Thread cybarite
Hi Gavin, This might just annoy you so if it does just ignore it. I have seen dozens of questions about the challenges that you are facing on this list. What I am missing is why run IIS when you can run the Xitami server and avoid this stuff? The only answer I have come to so far that mak

[REBOL] ARRG...IIS/PWS - Help configuring erebol

2002-02-17 Thread Gavin McKenzie
Ok...so I've configured erebol to work under IIS before, and then my system got seriously electrocuted. No serviceable backups of the system drive available. So, I've got everything rebuilt, except for getting [the most excellent] erebol configured. I hope...there must be someone on the list wh

[REBOL] Re: Editor to use

2002-02-17 Thread Andreas Bolka
Wednesday, February 13, 2002, 9:23:24 AM, Alexander wrote: > Which editors do you use for developing? vim - www.vim.org gvim for windows is a mighty editor and does everything you want. and it's free and if you ever switch to another platform, you don't have to relearn another editor. as vim

[REBOL] Re: Editor to use

2002-02-17 Thread Christian Morency
Hi, Sorry for the delay... Been busy at the job... I just added the enhanced wordfile for UltraEdit at http://www.palmtime.com in the rebol section for those interested. This wordfile add-on list more words than the one at UltraEdit, it does not do the same syntax highlight either... highlight i