Tagged Questions
The old-mac tag has no wiki summary.
4
votes
2answers
320 views
Error On Say Function
I'm using the Apple Script Editor that came with Mac System 7.5.5 and trying to run a simple program:
say "Starting to empty the trash."
tell application "Finder"
empty trash
end tell
say "Finished ...
2
votes
4answers
458 views
Learning HyperCard
I've got HyperCard 2.4.1 for my Mac 7.5.5. Then I want to know where I can learn, for free and some books to buy too, but I'm now focusing on the free things.
I've got HyperCard because of the ...
1
vote
2answers
273 views
Creating a Form In C++
I'm just starting to use MetroWerks CodeWarrior 1.1 For Mac 68k in a Mac System 7.5.5, but I need to know: How can I create a simple Form with a TextBox on it? Thanks.