I can't remember for sure, but it might have been the case that you can't use runModal anymore, but rather need to use beginSheetModalForWIndow:completionHandler: which shows a sheet attached to a window instead.
Something like this: https://github.com/signaldust/dust-tool ... sx.mm#L662
The sheet is still modal, so the completion handler block serves little purpose.. but like what can you do.
Something like this: https://github.com/signaldust/dust-tool ... sx.mm#L662
The sheet is still modal, so the completion handler block serves little purpose.. but like what can you do.
Statistics: Posted by mystran — Wed Apr 03, 2024 10:47 pm