Re: Show splash screen before finished launching?
Jon Gotow
Try putting this after your orderFront call:
toggle quoted messageShow quoted text
[[NSRunLoop currentRunLoop] runUntilDate:[NSDate dateWithTimeIntervalSinceNow:0.01]]; The runloop basically has to do at least one iteration before the new window will actually be mapped to the screen. - Jon
On Sep 6, 2018, at 12:17 PM, James Walker <list2@...> wrote:
|
|