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...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 230 - 259 of 314   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
239
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...
mrzoon
Offline Send Email
Apr 26, 2003
3:16 pm
240
... 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...
Carl Read
lunaread
Offline Send Email
Apr 27, 2003
2:53 am
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
Messages 230 - 259 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