Wednesday, February 13, 2002 | |
- (NSMenu *)applicationDockMenu:(NSApplication *)sender; The above is the key to making a dock menu work (it also happened to be on the clipboard when I was testing the feature). The documentation of that method implies all kinds of things about lazy loading of some other NIB file, but that didn't work for me. I fell back on the straightforward add-yet-another-object-to-the-main-NIB-file approach. From Carbon apps that do not support services, you can now select whatever you want to post, hit cmd-c to copy, then right/control/wait-click on the RadioServices dock icon and select the 'New Post from Pasteboard' menu item to create a post. This is also likely faster in those applications that define 'shift-cmd-R' as a shortcut.
RadioServices now defaults to opening the last post posted in your radio desktop (by firing the URL http://localhost:5335/?itemToEdit=##). Very useful. I can now categorize posts relatively conveniently until the Blogger API is extended to handle meta data. Obviously, the URL fired will have to change as soon as RadioServices supports remote Radio environments. |