| I'm really not sure what you're referring to. When are you getting this error message? Is it a Squeak error message? The source code for everything that's not a primitive is in the running Squeak environment. If you don't like the way that it behaves, then change it and make sure it's included in your change set. Andrew Sayman |
| Try being careful about which methods of FileStream you choose. For example, if you choose newFileNamed:, then of course it is going to complain when an old file already exists. Also, you could consider deleting files when you are done with them. -Lex Spoon |
| I'm not sure about another way from the PDA, but I have some advice. The source code for the whole interface is open and available when running Squeak. If you look at TheWorldMenu buildWorldMenu, you can see and change the code that is used to build the menu. Try cutting out some of the entries you never use so you can reach the quit button. Andrew Sayman |
| Jeff showed us in class on Tuesday, 3/29/2005. Here's a screenshot of the button you click on, which then pops up a menu from which you can select 'do it': |
| Cool. How did you make the screenshot, if I may ask? -Lex Spoon CTRL + PrintScreen (Win) or PrintScreen x2 (Unix) -Matthew Bowman |
| Good idea! There are definitely ways. You can run the VM with a -memory: option on Windows or the -memory option on Unix. Also, look under the "VM Preferences" menu, findable by clicking at the top left edge of the Squeak window on Windows. There may be an option there. -Lex Spoon |
| I'm not sure exactly what you mean, but your performance should be reasonable. If the performance is so slow that features appear to not work correctly, then, in a way, you'll be graded based on it. Andrew Sayman |
| The only thing I've been able to figure out is a 'hard reboot'–just take the battery out, and put it back in :-) Sebastian Becerra We experienced this same issue in our group and a 'soft reboot' should fix this issue as well. Simply press the reset button located on the bottom right of the iPAQ PDAs using your stylus. Matthew |
| You also can soft-reboot by going "settings" –> "System" –> "selfTest" and only select "Led Notification" and then run it. This should reboot you PDA. Marco Lin |
| Some student showed me that there is a hard reset button on the bottom of the device, as well. So you don't have to yank the battery! Just stick a pin in there. -Lex Spoon |
| drwhite {at} cc –Andrew Sayman |
| Incidentally, the rumor is that swapping batteries can often help you get a "dead" PDA to start again. -Lex Spoon |
| As promised, the Squeak VM I use on the PDAs is now available.Jeff |
| You're welcome to use either.Jeff |