Mac OS 9 Lives

Mac OS 9 Discussion => Development & Programming => Topic started by: OS923 on July 05, 2018, 06:42:20 AM

Title: Contextual menu extension
Post by: OS923 on July 05, 2018, 06:42:20 AM
I looked at the CMM SDK and a few examples. It uses SOM (library) and an abstract plugin (library) but when I look into it with Fragmalizer then these libraries don't look so necessary. Can this be done without SOM and the abstract plugin? What is the simplest contextual menu extension that you can make?
Title: Re: Contextual menu extension
Post by: IIO on July 05, 2018, 08:42:11 AM
the most simple i know are just launching a file or folder. or perform an apple event (?).
Title: Re: Contextual menu extension
Post by: OS923 on July 09, 2018, 08:15:27 AM
I'll settle for the SOM and the abstract plugin. I have one working demo.