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...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 241 - 270 of 314   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
241
Anybody know how to prevent the View application from 'self-quitting' when the 'x' is clicked at the upper right to close the console display of printed info ?...
johnfdutcher
Offline Send Email
Jul 11, 2003
1:47 am
242
... Hmmm - no. Printing from a running script doesn't open a window in AmigaOS, and I think it's the same in Linux (from memory), so printing may only cause a...
Carl Read
lunaread
Offline Send Email
Jul 11, 2003
12:58 pm
243
A Rebol 'word' (ticket-value) is given a value via the (2) steps below: 1) nbr1: rejoin [rotary1 rotary2] nbr2: rejoin [rotary3 rotary4] nbr3: rejoin [rotary5...
johnfdutcher
Offline Send Email
Jul 11, 2003
3:00 pm
244
Carl, You're a great resource for sure .... The following seems to allow me to make dynamic 'append output/text' statements and build the desired display when...
johnfdutcher
Offline Send Email
Jul 11, 2003
7:18 pm
245
... By the sound of it, the function you're passing ticket-value to is converting the "00" strings to either "0"s or 0 numbers (not strings). To check this,...
Carl Read
lunaread
Offline Send Email
Jul 11, 2003
10:57 pm
246
... You were close... clear output/text show output would do the trick. 'output, (which is just a word - we could've used any word), is a reference to the...
Carl Read
lunaread
Offline Send Email
Jul 11, 2003
10:57 pm
247
I attached a slider to an area ....it scrolls the text nicely. When closing the window with the area in it I set the slider/data to zero so it will be at the...
johnfdutcher
Offline Send Email
Jul 18, 2003
3:29 pm
248
The 'save' command works great, to save a face to a file, but in the case of an 'area' anyway, I see it adds enclosing braces at thebeginning and...
johnfdutcher
Offline Send Email
Jul 18, 2003
5:55 pm
249
... Hi John, This, I think, should do what you want... view layout [ a: area mold :view do [a/para/scroll: 0x0] ] If you look at a/para after running that...
Carl Read
lunaread
Offline Send Email
Jul 19, 2003
6:01 am
250
Hi John, ... Just tried it, and it seems the load is what puts it in a block - not the save. You can see this with saving a simple object then reading it...
Carl Read
lunaread
Offline Send Email
Jul 19, 2003
8:22 am
251
THanks much Carl, The 'area/para/scroll: 0x0' seems to work perfectly ! John D. ... to ... time ? ... displayed ... forgotten;), ... wasn't...
johnfdutcher
Offline Send Email
Jul 21, 2003
9:07 pm
252
Has anyone tried the Rebol SDK Encapsulator ? My little baby is just about born; and I'd like to think it could be wrapped in the Encapsulator as...
johnfdutcher
Offline Send Email
Jul 21, 2003
9:10 pm
253
... Hi John, I haven't tried it, but I've heard it works fine, and of course it's not all you get with the SDK. Escribe's not working for me at the moment, but...
Carl Read
lunaread
Offline Send Email
Jul 22, 2003
9:28 am
254
I have used the 'blocked' data style Rebol format for a simple database project....and it worked beautifully. Does adds, deletes, searches quickly and...
johnfdutcher
Offline Send Email
Jul 29, 2003
11:38 am
255
The portion of a script below takes the value of a View 'field' called 'ticket' and seems to successfully make a 'block' from it. I believed a block IS a...
johnfdutcher
Offline Send Email
Jul 30, 2003
1:46 pm
256
Hi John, I should _really_ not tell you, how long it took me to find out it's one of the common errors you have to make a few times, and should never again...
Ingo Hohmann
ingo2b1de
Offline Send Email
Jul 30, 2003
9:18 pm
257
You're the man, Ingo !! The revised code works just fine !! John ... it's one ... should ... one on ... 5 6" ... what ... determine ... 5 6 ... ...
johnfdutcher
Offline Send Email
Jul 31, 2003
3:31 pm
258
I have posted about this before....email won't work for me using the IOS LINK Client OR Rebol View....always get an unsuccessful error msg......suggesting I...
johnfdutcher
Offline Send Email
Aug 1, 2003
2:13 am
259
... Hi John, I'm not an IOS user, so can't help you with that one. Have you tried joining the main REBOL mailing list? (Find how to join on www.rebol.com.)...
Carl Read
lunaread
Offline Send Email
Aug 2, 2003
5:03 am
260
Hello,I installed the server in my Rebol/View/local ... folder. Since I cannot relate to the concept of 'changing directories and typing do %webserv.r' as...
johnfdutcher
Offline Send Email
Aug 9, 2003
10:39 pm
261
... Hi John, 'what-dir will return the current directory and 'change-dir can be used to change it. ... I've not used webserv.r so really can't help with it. I...
Carl Read
lunaread
Offline Send Email
Aug 10, 2003
12:46 am
262
Thanks....again....Carl. I re-installed the %webserv.r server in the manner originally suggested. It is working now. Your suggestion about 'localhost' led to a...
johnfdutcher
Offline Send Email
Aug 10, 2003
2:24 pm
263
I have installed the Carl Sassenrath scripts from the Rebol script library called webcomment.r and cgicomment.r. As directed I ran the webcomment.r script...
johnfdutcher
Offline Send Email
Aug 13, 2003
1:43 am
264
Hi John, ... 1) Have you set the permissions on the script to executable? Not sure if it'd be required for webserver.r, but it definately would be on a remote...
Carl Read
lunaread
Offline Send Email
Aug 13, 2003
5:17 am
265
Hi and thanks again, I have little doubt that the CGI line is probably the issue....but it seems as though there are only so many variations of that line I can...
johnfdutcher
Offline Send Email
Aug 13, 2003
2:38 pm
266
... Have you tried... #!/c/rebol/view -cs ? As the server's written in REBOL I'd assume it would use REBOL's file-path format. Can you find out where in...
Carl Read
lunaread
Offline Send Email
Aug 14, 2003
8:15 am
267
Hi again, No, the server I'm playing with is %webserv.r by Cal Dixon. I'm looking at it a bit and I think that unlike Apache and many other servers, it doesn't...
johnfdutcher
Offline Send Email
Aug 14, 2003
8:02 pm
268
... Ah - this one... http://www.reboltech.com/library/html/webserv.html Looks much more promising. :) Blugh - just tried it and can't get it to even display...
Carl Read
lunaread
Offline Send Email
Aug 15, 2003
5:53 am
269
Hiall! *Where* am I supposed to put it? The installation instructions ("none needed") are very vague, and any reference to "linux rebol installation" I found...
Pete Wason
mrzoon
Offline Send Email
Sep 26, 2003
10:28 pm
270
Hello, I use a Debian distro and I´ve put REBOL in my /home dir as a normal user, since I am the only user of my PC You may install REBOL in /usr/bin and...
carlos.lorenz
carloslorenz
Offline Send Email
Sep 29, 2003
1:44 pm
Messages 241 - 270 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