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:...
... 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, 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...
... 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...
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...
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...
... ** 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 ...
... 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...
... 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...
The last message I have is from September, 2002. Anyway, a question: I need a simple registration/login script for web use. "Register" should take an email and...
... Well I'm still here, anyway. Welcome to the list, Pete! To your question: There's a request-pass function in View which almost does what you want (I...
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.)...