Search the web
Sign In
New User? Sign Up
Rebol_New · For beginning Rebol programmers
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 209 - 238 of 314   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
209
I am trying to use Rebol to automatically complete a web page html form (a login form) but have not managed to get it to work yet. Using Rebol console to test...
John R
traderjruk
Offline Send Email
Nov 3, 2001
9:13 pm
210
Hello all, get Sun Certified!! Be a sun certified java programmer(SCJP) learn from a Sun certified Java Programmer who has scored 93%. Learn all that you need...
java certification
sun_certific...
Offline Send Email
Nov 14, 2001
2:10 pm
211
Hi, I wrote small script which tests activity of some web server. When I run this script from shell like: # rebol monito.r that's OK, but when I write at shell...
misotri
Offline Send Email
Jan 8, 2002
10:13 am
212
Mirek, I've passed your question onto the Rebol user list. Hopefully they'll have an answer for you. If you want to subscribe to this list, send an email to: ...
Andrew Martin
taorebol
Offline Send Email
Jan 8, 2002
7:43 pm
213
Hy I did something like that on BeOS runnig a Rebol 5Pro script from a Bash script writting rebol -s download.r & and that works correctly M.B Subject :...
BOB ML
bob.ml@...
Send Email
Jan 17, 2002
8:37 pm
214 jbl1108
Offline Send Email
Jan 25, 2002
6:39 pm
215
Hi. I have a problem using request-date in Rebol\view. I want the requester to popup if the user push a button, but the requester dosn't popup. it seems that...
jbl1108
Offline Send Email
Jan 25, 2002
10:05 pm
216
... Hi Jacob, The following should do what you want... view layout [ button "Select Date" [ d: request-date date/text: to-string d show date ] ; Following just...
Carl Read
lunaread
Offline Send Email
Jan 25, 2002
11:25 pm
217
Can anyone comment on why the commented code in this brief script 'breaks' it. If I simply do the printing in the nested 'forall' loops the series's are...
johnfdutcher
Offline Send Email
Mar 12, 2002
8:48 pm
218
Hi John, ... The problem is with your... first winner = first currnbr which REBOL can't resolve. An example at the Console... ... == [1 2 3] ... == [1 2 3] ...
Carl Read
lunaread
Offline Send Email
Mar 13, 2002
1:48 am
219
While I continue to pursue Rebol with interest .... I'm still nursing the 'Official Guide to Rebol' and have lots more to learn. As I contemplate using Rebol...
johnfdutcher
Offline Send Email
Apr 25, 2002
6:28 pm
220
It's really easy to read the data as a string: Flat_File: read %MyFlatFileData.dat To be a bit more smarter, requires looking at the individual columns and ...
Andrew Martin
taorebol
Offline Send Email
Apr 25, 2002
6:34 pm
221
Hi readers, I am just wondering if anyone else who uses the subject book as much as I do has come accross this problem, or is it just a problem I have created...
johnfdutcher
Offline Send Email
May 13, 2002
1:18 pm
222
Hi John, I've the book and the scripts to it. Is it a modified or unmodified script you're running? If the first, what's the name of the script and I'll have...
Carl Read
lunaread
Offline Send Email
May 14, 2002
6:49 am
223
Hi Carl..et.al., Not surprisingly I jumped too quickly....I have modified in a generic way all the '.r' files comprising the database system to accomodate a...
johnfdutcher
Offline Send Email
May 14, 2002
5:54 pm
224
Hello Reboler's, The pasted text below is the output from an execution of Rebol/Core and a modest script of mine. The script is copied from, Rebol, The ...
johnfdutcher
Offline Send Email
May 20, 2002
7:10 pm
225
... I can't really work out what's happening with your program John. Have you tried adding probes in the code before the error occurs? ie... probe...
Carl Read
lunaread
Offline Send Email
May 21, 2002
7:45 am
226
Can you supply the script you wrote? Andrew Martin ICQ: 26227169 http://valley.150m.com/ -><-...
Andrew Martin
taorebol
Offline Send Email
May 21, 2002
7:49 am
227
... Here is the function from the failing script ... taken from 'Rebol, The Official Guide', but modified in terms of the record/field names for my app.: ...
Andrew Martin
taorebol
Offline Send Email
May 22, 2002
3:59 am
228
The posted issue seemed to revolve around the fact that there was a colon stored next to the label (id) in the database record. How, or why, I don't know...I...
johnfdutcher
Offline Send Email
May 24, 2002
5:57 pm
229
... Hi John, A word with a colon is a set-word datatype in REBOL, so if the program was expecting 'id to be an integer it would've tripped up on it. ie... ... ...
Carl Read
lunaread
Offline Send Email
May 24, 2002
10:08 pm
230
The 'key-event:'function below nicely allows me to 'filter' the keystrokes into my GUI. So far, no code experiment at the line whose content (near the end) is:...
johnfdutcher
Offline Send Email
Aug 20, 2002
5:53 pm
231
... Hi John, Part of your problem is the face in your function is the window-level face, not the field face. Place this line before the above... print...
Carl Read
lunaread
Offline Send Email
Aug 21, 2002
11:13 am
232
Carl, You instigated a major step forward...as the suggested line does indeed put up the dialog when a 3rd keystroke is made. Can you comment on this...
johnfdutcher
Offline Send Email
Aug 21, 2002
12:22 pm
233
... Groan - yes, you're right. I hadn't tested the other fields. Anyway, have a look at the attached script. (Line-wraps can muck up scripts in the body of...
Carl Read
lunaread
Offline Send Email
Aug 21, 2002
11:32 pm
234
What a really effective piece of work ... and just what I'm looking to find ! Thanks much Carl. I keep hoping Rebol will 'make it'....but suppose time will...
johnfdutcher
Offline Send Email
Aug 22, 2002
12:35 pm
235
Hi! Thought I'd try here as I've searched elsewhere with no success. This really is a simple question despite the subject length ;-) I'm playing with View...
mrzoon
Offline Send Email
Aug 23, 2002
2:04 pm
236
... ** Script Error: files has no value ** Near: files/rebol/rzine-1-02.html ... == %/c/program%20files/rebol/rzine-1-02.html Does that help? :) Andrew Martin ...
Andrew Martin
taorebol
Offline Send Email
Aug 23, 2002
7:14 pm
237
... Thanks, Andrew - Actually, no. I've tried this and a number of other methods for getting past the space. I'm using Netscape 7.0PR1 -- possibly there's a...
mrzoon
Offline Send Email
Sep 6, 2002
12:41 pm
238
... Thanks, Andrew - Actually, no. I've tried this and a number of other methods for getting past the space. I'm using Netscape 7.0PR1 -- possibly there's a...
mrzoon
Offline Send Email
Sep 6, 2002
12:41 pm
Messages 209 - 238 of 314   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help