Elektrine lite

← Feed

@kalleboo@bitbang.social

Post #2770448

2026-03-21 19:31 UTC

Just remembered, one more thing I struggled with was just hiding the menu bar. The Apple Dev CDs Snippets folder had a sample of how to hide the menu bar which works fine on MacOS 9 but I could never get it working with on System 7. Which is more contemporary of when the snippet was written. No idea what is going on there. For the longest time I was debugging my own code because surely it wasn’t the Apple Sample Code Snippet that was at fault?? Literally wasted hours.

Replies (1)

  • @smallsco@oldbytes.space 2026-03-22 00:41

    @kalleboo@bitbang.social Take a look at @1Bit@bitbang.social 's "NoMenuBar" code here: https://mu0n.github.io/ForayInto68k/code/NoMenuBar.c.txt I used that for my greeting this year, it works on everything from like System 2 up through Mac OS 9.

    Open ##2770459