Search results

  1. MacOfAllTrades

    ThinkC [Study Group 2] - Events & Menu Management

    Fruits of my labor: Now to find out why the Finder icon is a mess… and then of course make the program actually do something. thanks
  2. MacOfAllTrades

    ThinkC [Study Group 2] - Events & Menu Management

    Ah I’m close (and so far away). I’m at the point where I’ve set up all my stuff and can iterate through each process and then get its icon (im sure I’m doing this in a lame inefficient way setting up a PBRecord etc..). In the debugger I can see the bytes that make up the icon data and can tell...
  3. MacOfAllTrades

    ThinkC [Study Group 2] - Events & Menu Management

    That’s right, I forgot! Well between LSD and the little diamond I thought maybe it was a drug reference or at least a Lucy In the Sky with diamonds thing. But Lightspeed Debugger makes more sense :)
  4. MacOfAllTrades

    ThinkC [Study Group 2] - Events & Menu Management

    Funny that process signature for the ThinkC debugger is LSD? Anyway thanks for the tips ok process info. I’m getting there… next I’ll pull up the icon and figure how to parse the data and then display it on my little dock!
  5. MacOfAllTrades

    ThinkC [Study Group 2] - Events & Menu Management

    Thanks! I have never used that but will try it for fun. I didn't do any research on whether something like my project exists mainly because I'm doing it to have a target to exercise what I'm learning in this programming tutorial so things like market acceptance and uniqueness aren't too...
  6. MacOfAllTrades

    ThinkC [Study Group 2] - Events & Menu Management

    Thanks yes! I was just reading up on this in Inside Macintosh! Had gotten as far as how to produce a list of running processes but hadn’t seen yet the part about PBDTGetIcon to get the icon. Thanks
  7. MacOfAllTrades

    ThinkC [Study Group 2] - Events & Menu Management

    Also does anyone have a good link to digital copies of Inside Macintosh volumes? Here's a link to Inside Macintosh Volumes: https://archive.org/details/inside-macintosh-1992-1994/1992-macintosh_toolbox_essentials/
  8. MacOfAllTrades

    ThinkC [Study Group 2] - Events & Menu Management

    Is there a way for my program to query the OS to see what other applications are currently running? And then to access those apps' application icon? My goofball project is to make a very simple likeness to the OS X dock that hovers at the bottom of the screen. --- Playing it real simple for...
  9. MacOfAllTrades

    ThinkC [Study Group 2] - Events & Menu Management

    And I figured it out… I don’t see where in the text I missed this but I have to go in Event *Trigger*’s “Set Project Type..” window and set the HIGH LEVEL EVENT AWARE flag in the SIZE flags. The book def says to do all this for Event*Tracker* but I don’t see where it says to do this for...
  10. MacOfAllTrades

    ThinkC [Study Group 2] - Events & Menu Management

    I cannot seem to get my EventTracker to respond to the AppleEvent generated by EventTrigger. I made sure to set the Creator code correctly in Tracker and to use ‘Prmr’ as the appSig that is the destination in Trigger… I’m a bit stuck!!
  11. MacOfAllTrades

    SE/30 - black screen

    I was going to suggest reflowing the solder pins on all of the muxes if OP felt comfortable doing that. It’s not too hard and it could help. But yes replacing the muxes may be necessary. Really I think the recap is step 1.
  12. MacOfAllTrades

    Most of Macintosh 128K's logic board was almost an ASIC!

    This was my first thought
  13. MacOfAllTrades

    4.5V Battery Replacement for Early Compact Macs?

    I used a cr2032 cell at 3.5V in my se. I understand the old macs tolerate a wide range of voltages for this purpose and many use 2032. I got this one https://console5.com/store/horizontal-holder-for-2032-coin-cell-batteries.html But many exist. Some with wire leads built in (which I think makes...
  14. MacOfAllTrades

    Help please - MAC Classic refuses to boot from BlueSCSI (DB25 form)

    What this guy said. Please try again but changing the hda filename so that it is not a signed scsi I’d zero as thst conflicts with your hard drive. Or you could unplug your hard drives’ scsi cable but a lot easier to just rename a file on the sd card.
  15. MacOfAllTrades

    SE/30 - black screen

    https://museo.freaknet.org/gallery/apple/stuff/mac/andreas.kann/schemat.html try this. See the video schematic as it has your muxes. Post pic of what your se30 board in the se shows on screen.
  16. MacOfAllTrades

    SE/30 - black screen

    Photo of what shows on the SE with the se/30 board plz!?
  17. MacOfAllTrades

    ThinkC [Study Group 0] Getting your Development Environment Setup & Hello, World!

    Ok - I'm game! I was only a little further in using the Macintosh C Programming By Example book but I'll do the study group thing with this C Programming Primer book. It looks good. The timing will encourage me to stay motivated. I'm using either an SE or SE/30. Think C kinda of flipped on...
  18. MacOfAllTrades

    ThinkC [Study Group 0] Getting your Development Environment Setup & Hello, World!

    Just a shout-out to Macintosh C Programming by Example as being a good book to teach yourself C on Macintosh using THINK C 5.0 It came with a disk with some skeleton programs used in the book -- and macintoshrepository has the disk. I've used it to build a very simple program but hope to...