After updating to Xojo and building my app in Cocoa I had some bizarre windows update bugs : a window behaved normally until a certain point, after which it stopped refreshing nicely, and even more strange, every window created after that point also showed the problem.
I eventually traced it down to an old call to DisableScreenUpdatesMBS which was left over from my Carbon app. I was getting the warning in Console log about the window server automatically re-enabling screen updates, but after that happened my app would not work normally. Christian, can you please put a stronger warning in the documentation for DisableScreenUpdatesMBS that it's probably not safe to use in Cocoa apps? thx _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
