Difference between revisions of "Talk:Portal:Mac"

From Free Pascal wiki
Jump to navigationJump to search
(Add todo)
(More ToDo work)
Line 21: Line 21:
 
* 64 bit Global HotKey (Carbon units needed - see MacPortalToDo.txt)
 
* 64 bit Global HotKey (Carbon units needed - see MacPortalToDo.txt)
 
* UNUserNotificationCenter notification for Big Sur
 
* UNUserNotificationCenter notification for Big Sur
 +
* Finish the code and description for [[macOS NSURLConnection]].

Revision as of 08:21, 16 September 2020

Light bulb  Note: A list of macOS items, techniques etc to document in the Mac Portal

Trev's Mac Portal ToDo List

  • The open command (man open) for external applications, documents, urls etc
  • Drag and drop files on form example
  • Bouncing application dock icons example
  • Retrieving file attributes
  • Alain's AudioQueue example
  • Get macOS default browser name (see https://stackoverflow.com/questions/44778078/get-macos-default-browser-name-lscopydefaultapplicationurlforcontenttype man macOS_tips.txt)
  • macOS file associations (see macOS_tips.txt)
  • Implement NSSound delegate for macOS NSSound
  • Finish off System Sound Services, eg completion handler, error msgs for macOS Play Alert Sound
  • How to hide the dock when starting an application (macOS_tips.txt)
  • AVMidiPlayer (MacPortalToDo.txt)
  • AVPlayer - AVKit and AVFoundation Movie Player ??
  • NSBundle paths (apart from Resource)
  • NSProcessInfo
  • AVSpeechSyntesizer
  • NSFileManager
  • 64 bit Global HotKey (Carbon units needed - see MacPortalToDo.txt)
  • UNUserNotificationCenter notification for Big Sur
  • Finish the code and description for macOS NSURLConnection.