Thanks for the fast help on my previous question to
this list! I'm now at the bottom of the first page of the beginner's tutorial at http://www.dmu.com/squeak/sq1.html This last part seems to be a doozy! It apparently creates an OCX control, publishes the project to the web, pulls an off-site Squeak plug-in into your browser, then runs the project over the web. Not bad for a begining lesson! It does gloss over a LOT of details about how to set this all up, most notably about the structure and name of the web page that it asks you to to create, and some of the parameters. Has anybody worked this lesson thru? I can serve the <OBJECT as foo.html from my server, but the browser simply displays it as text. ____________________________________________________________________________________ Want to start your own business? Learn how on Yahoo! Small Business. http://smallbusiness.yahoo.com/r-index _______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
Forging on ahead, I tried lesson #2. This seems to be a very important lesson: Create two boxes, put some text in one, push a button and transfer it over to the other. Several useful concepts here.
But the tutorial doesn't work for me. I can't make sense out of what is supposed to be dragged where. The text doesn't agree with the pictures, and vice versa. I'm sure I've tried all possible combinations. |
Another Dave wrote:
> But the tutorial doesn't work for me. I can't make sense out of what is > supposed to be dragged where. The text doesn't agree with the pictures, and > vice versa. I'm sure I've tried all possible combinations. This is about 5MB in Windows Video format, but it might help you out: http://profnano.org/code/squeak/Squeak_text2text.wmv -- Andrew Burton [hidden email] http://utilitarian.us - A Guide to Esoteric Technology in Paragon City http://jarodrussell.livejournal.com/ - Take a guess. ;) _______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
In reply to this post by Another Dave
I did lesson 2 of the tutorial the other day and didn't have any problems.
Iam using the OLPC Squeak image. I put the project on my Squeak website: http://squeak.pbwiki.com/My%20Squeak%20projects What I did was to create 2 text with border objects by dragging them out of the Object catalog. Rename to In1 and Out1. Open viewers on each. Drag a scripting tile out of Out1. Drag a "Out1 characters <--abc" tile out of the viewer and put in the script. From the In1 viewer, drag the tile "In1's characters" and drop it on top of the abc tile in the script. If you fire the script now, it will copy the text from In1 to Out1. The rest of the tutorial just adds functionality. Click in scripts menu icon and select view as text. Now you can type Smalltalk code into the script. Once you accept your change, you cannot go back to viewing your script as tiles. This menu also lets you create a button to fire the script. Being a newbie myself, I have been putting Squeak info and tutorials that I find on my Squeak wiki. Take a look around and feel free to contribute. Dave Raftery http://squeak.pbwiki.com/ >Forging on ahead, I tried lesson #2. This seems to be a very important >lesson: Create two boxes, put some text in one, push a button and transfer >it over to the other. Several useful concepts here. > >But the tutorial doesn't work for me. I can't make sense out of what is >supposed to be dragged where. The text doesn't agree with the pictures, and >vice versa. I'm sure I've tried all possible combinations. _______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
Free forum by Nabble | Edit this page |