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 your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Help?   Message List  
Reply | Forward Message #111 of 315 |
Re: [Rebol_New] Re: Help?

 

Hi Carl,

Thanks for the help. I'll study the code and the section of the documentation file you mention. The load box looks great. That's the part of REBOL I like. Such a short bit of code to create a great looking display.

I tried loading the rhyming dictionary file, and it loaded perfectly. The only problem with the find routine is that it displays the found word as the first word in b:file. I can't scroll upward. If I search for whiskey, I find risky  risky  whiskey. I don't find frisky or any other rhyme that comes before the search word. This may be easy to solve by backing up a few words. But it would be better to be able to scroll upward.

You've given me encouragement to continue. The program you wrote is almost enough to make a usable rhyming dictionary program -- better that many available commercially! I do know how to load the rhymes.txt file on startup, and I know how to make a button to save the file if the user wants to add words. All I need is a way to get to the rhyming word with the file intact and scrollable -- maybe with the found word displayed on line 10 of the display instead of line 1.

I'm really pretty good with string routines in BASIC. Most of my programs make much use of them. If I could get them down in REBOL, I would have better looking programs that would work on many platforms.

I really do appreciate the help. When I learned BASIC, there were so many reference books to consult and learn from. REBOL for Dummies doesn't even touch on the kind of things I like to write. The on-line help isn't much better. So much is just not covered.

Thanks again,
Jim
 
 
 
 

Mon Jun 4, 2001 1:10 am

hijim@...
Send Email Send Email

Forward
Message #111 of 315 |
Expand Messages Author Sort by Date

Hello, I am new to Rebol, but I may drop it due to lack of documentation. I managed to get VID running with a text area. I even figured out how to write to the...
Jim Clatfelter
hijim@...
Send Email
Jun 3, 2001
2:10 am

... Some examples. You can enter these directly at the console... ... == "This is the hour of our discontent..." ... Note the 'text-file word used as a...
Carl Read
carl@...
Send Email
Jun 3, 2001
9:22 am

... And we're still right :P See ya, -- James L Boyd Connected from Fife, Scotland. http://www.blitzbasic.com/ All Your Basic Are Belong To Us. --...
James L Boyd
james@...
Send Email
Jun 3, 2001
1:54 pm

Hi Carl, Thanks for the help. I'll study the code and the section of the documentation file you mention. The load box looks great. That's the part of REBOL I...
Jim Clatfelter
hijim@...
Send Email
Jun 4, 2001
1:06 am

... make much use of them. It's very easy to write Rebol equivalents to the BASIC string routines. This has been done on the main rebol list. You should be...
Andrew Martin
Al.Bri@...
Send Email
Jun 4, 2001
2:23 am

Hi Andrew, I did join that list, but there were so many messages, and I didn't understand any of it, so I got off of it. I think you were the one who helped me...
Jim Clatfelter
hijim@...
Send Email
Jun 4, 2001
3:06 am

... As an example of a BASIC function, here's how I'd go about duplicating mid$ ... First, a string to play with... ... == "abcdefg" Now we'll show how to get...
Carl Read
carl@...
Send Email
Jun 5, 2001
12:39 pm

... I've recently deleted over 500 unread messages I've got from that list. It's been very busy and I haven't had the time to read them all all. Andrew Martin ...
Andrew Martin
Al.Bri@...
Send Email
Jun 4, 2001
3:57 am

Carl, You should have written a book for BASIC programmers! Why not?! Geo Massar a long time programmer who knows many languages...
Geo Massar
gmassar@...
Send Email
Jun 5, 2001
3:10 pm

... Don't really know. It's a thought, though... Perhaps there's a need for a guide to BASIC for those moving across from REBOL? Ah, but which BASIC to...
Carl Read
carl@...
Send Email
Jun 6, 2001
6:17 am

Hi Carl, Your mids routine is very nice! Thanks for taking the time to share it. I'll play around with it -- best way to learn. Here's a question about REBOL....
Jim Clatfelter
hijim@...
Send Email
Jun 6, 2001
3:23 am

... If REBOL knew where the cursor was, (which it most certainly must do), then yes, it should be possible. Unfortunately, while REBOL must know, I'm afraid I...
Carl Read
carl@...
Send Email
Jun 6, 2001
10:50 am

... Further to that Jim, look at the attached example script. What it does is create a minimal webpage written in HTML, but with one addition - it says when...
Carl Read
carl@...
Send Email
Jun 7, 2001
8:55 am

... You might want to acquire a copy of The BASIC Handbook (3rd Ed.) by David A. Lien for your writing if you decide to commerce. In the book, you would ...
Geo Massar
gmassar@...
Send Email
Jun 6, 2001
7:49 pm

... I think I'd rather write programs at the moment. I have done a lot of writing in the past, of the Amiga disk-magazine variety. Programming's my first love...
Carl Read
carl@...
Send Email
Jun 7, 2001
6:26 am

Hi Carl, I modified your script to the code that I use on many of my web pages. I did find a way to insert tags. Clicking a button copies the tag to the ...
Jim Clatfelter
hijim@...
Send Email
Jun 11, 2001
2:10 am

... Yes - an advance. And if you used hot-keys you could reduce it to two key-presses - have alt-t for <table> and so on - except I don't know how to get at...
Carl Read
carl@...
Send Email
Jun 12, 2001
8:54 am

Hi again Carl, Below is the editor script (as it stands now) with the tags entered using control keys to put them in the clipboard -- no buttons. Using the alt...
Jim Clatfelter
hijim@...
Send Email
Jun 17, 2001
5:37 pm
Advanced

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