I’m emulating a old Macintosh(IIci) and using CodeWarrior 1 Gold 68k, but how I can design a Form on it only by using code? Thanks.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Better late than never. You will need the Inside Macintosh manuals, Macintosh Toolbox Essentials and possibly More Macintosh Toolbox. They were released in digital form; you might find a CD image online. (They predated PDF, though, so you’ll need your emulator to read the files.)
Use the Window Manager to open a window, and the Control Manager to populate it with your form and handle interaction.
Of course, you’re better off using ResEdit, the granddaddy of all form editors. Click and drag to create a dialog box, and
GetNewDialogwill get you going in no time.Edit: You might also consider MPW, Apple’s command-line toolchain, which might have a steeper curve than CodeWarrior 1 but also was a mature product people actually used ;v) . Still available free 9 years after the last release: http://developer.apple.com/tools/mpw-tools/ .