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 ?...
... 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...
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...
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...
... 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,...
... 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...
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...
... 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...
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...
... 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...
I have used the 'blocked' data style Rebol format for a simple database project....and it worked beautifully. Does adds, deletes, searches quickly and...
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...
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...
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...
... 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.)...
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...
... 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...
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...
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...
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...
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...
... 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...
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...
... 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...
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...
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...