• Updated 2023-07-12: Hello, Guest! Welcome back, and be sure to check out this follow-up post about our outage a week or so ago.

Search results

  1. rlawson

    Best books for classic mac development?

    Yep I have this one and it’s great Thanks!
  2. rlawson

    Best books for classic mac development?

    Thanks will do!
  3. rlawson

    Python code for extracting a folder from minivmac image

    Ok checked in some python scripts at https://github.com/lawson89/classic_disk_utils Used them to sync up my C code from minivmac so I can check into github and everything seems to be formatted nicely https://github.com/lawson89/mac_c_primer Suggestions and merge requests welcome!
  4. rlawson

    Best books for classic mac development?

    Thank you for the links!
  5. rlawson

    Interest in a new code archive?

    Yes I would especially be interested in what frameworks exist I know macapp was one but I vaguely remember others that were smaller/easier from way back in the day but after 20+ years as a Java dev I have forgotten everything I’m picking it back up both as a hobby and to help me brush up on...
  6. rlawson

    Best books for classic mac development?

    Thanks for the link!
  7. rlawson

    Best books for classic mac development?

    Thanks! I'll check it out
  8. rlawson

    Best books for classic mac development?

    I have the programming primer and also teach yourself c on the macintosh both of which are good What other books are recommended for creating Mac software I am programming in C mainly but not averse to C++ or Basic Thanks! Rick
  9. rlawson

    Question on widgets for classic mac os

    Yes I can see you are more knowledgeable than most (all) of us in the study group. Thank you for the help!
  10. rlawson

    Question on widgets for classic mac os

    Yeah it's a hoot. Each week you do a chapter and there is a forum thread for each week. That allows people to drop in and start whenever and you just post screenshots/questions/code to the thread corresponding to the chapter you are on. Others that have already done it answer...
  11. rlawson

    Question on widgets for classic mac os

    ahh ok I see. I couldn't get my mind past the dialog being something that shows up when you need confirmation from the user. But just make it the whole window. Got it - thanks!
  12. rlawson

    Question on widgets for classic mac os

    Right - but I didn't see a way to place controls graphically on it like the DITL editor on dialogs
  13. rlawson

    Question on widgets for classic mac os

    Ok thanks! And as far as placing controls on the main window - I would make toolbox calls (like to ListManager)? I have been using ResEdit to design Dialogs which is slightly visual basic like. But I don't suppose that similar thing exists for the main window?
  14. rlawson

    Question on widgets for classic mac os

    So I'm doing the ThinkC study group over at tinkerdifferent (Mac C Programming primer is the book). it's a load of fun. But I have a question. The basic widgets that come out of the box seem very limited (menus, buttons, text boxes). What did mac devs back in the day use for things like -...
  15. rlawson

    Pointers for writing a PPC extension

    All, I am writing a utility to allow owners of older machines to change their monitor resolution as there are often res's that a video card supports but are not shown in the built-in control panel. I have the shared lib and the gui done and it works fine (altho is PPC only at the moment). The...
Top