On Tue, Jun 11, 2019 at 5:49 AM Tobias Giesen via lazarus <
[email protected]> wrote:

> the fix works fine! It does make sense, and maybe Apple changed
> something in Catalina and they still need to update the documentation.
>
> The way aloop() is called now does look like a quick workaround, maybe
> it is possible to find a better looking way to run it. Maybe there is a
> different callback or method override where this can be called. But
> since it works fine, I am quite happy already!
>

I wonder if it's related to the official support of UIKit.
UIApplication doesn't suggest overriding of events handling (it only allows
to "preview" an event before it has been executed by UIKit).
(nothing mentioned in release notes though:
https://developer.apple.com/documentation/macos_release_notes/macos_10_15_beta_release_notes
)

The patch has been applied. I left the door open for the original
implementation (with run method override).

By the way, did anyone try 32-bit Carbon app (i.e. Lazarus)? :)

thanks,
Dmitry
-- 
_______________________________________________
lazarus mailing list
[email protected]
https://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to