Can anyone point me to a working example of how to use PopUpMenuSelect to implement a pop-up menu in System 6?
For context, I'm working through the examples in Macintosh C Programming Primer, Volume I, Second Edition, but limiting myself to System 6 compatibility. This means the system pop-up menu control (procID 1008) is not available.
In the WorldClock example, I worked around this limitation by moving the time zone menu to the menu bar, no biggie. But now I'm starting the Reminders example and there are multiple pop-up menus to implement, so I'd like to use that design. Plus, they just seem like generally useful controls to have available.
For context, I'm working through the examples in Macintosh C Programming Primer, Volume I, Second Edition, but limiting myself to System 6 compatibility. This means the system pop-up menu control (procID 1008) is not available.
In the WorldClock example, I worked around this limitation by moving the time zone menu to the menu bar, no biggie. But now I'm starting the Reminders example and there are multiple pop-up menus to implement, so I'd like to use that design. Plus, they just seem like generally useful controls to have available.


