[REBOL] Re: Some questions...

2002-04-12 Thread [EMAIL PROTECTED]
Hi Gregg, it functions! I didn't find the correct refinement [colors/1 and colors/2]. thanks. = > Hi Alessandro, > > << > 1) I want to store the name of a field in a variable and I want assign > the focus to the field whose name (or obj reference)

[REBOL] Re: Some questions...

2002-04-11 Thread Anton
You can also specify the colours directly: view layout [field green blue] Or make a style of it: view layout [ style field field green blue field field field ] Anton. > 2) What can I do to change the color (which refiniment) of the > bac

[REBOL] Re: Some questions...

2002-04-11 Thread Gregg Irwin
Hi Alessandro, << 1) I want to store the name of a field in a variable and I want assign the focus to the field whose name (or obj reference) is stored in such variable. How can I do? 2) What can I do to change the color (which refiniment) of the background of a field? >> Let me know if this he

[REBOL] Re: Some questions

2002-01-25 Thread Gregg Irwin
Hi Brett, << 4. Is it true to AOL is going to ship with Rebol built in? Does this mean that AOL users will be able to run Rebol files without having to install a special >> Unless RT jumps in, I don't think so. StreamCast/Morpheus is the only large on-line provider I know of that RT is going to

[REBOL] Re: Some questions

2002-01-24 Thread Porter Woodward
Brett > 1. With Rebol Command, a developer has, among other things, the power to use > ODBC databases that are located on the server, right? I have never used > ODBC databases scripting, only DBF databases. Where exactly do these > databases reside (normally)? It really depends on the configur

[REBOL] Re: Some questions

2002-01-24 Thread Andrew Martin
Miva developer wrote: > 2. Can a .r be compiled for speedier execution? No. But Rebol scripts are quite fast anyway. My CGI scripts in Rebol take less than a second to run. > 3. In order to run a .r file from a server, does the server need some sort of Rebol engine on it, or is the Rebol engine