Problems with GUI refresh on macOS

Do you have a typical platform dependent issue you're battling with ? Ask it here. Make sure you mention your platform, compiler, and wxWidgets version.
TobaYn3
Earned a small fee
Earned a small fee
Posts: 11
Joined: Thu Aug 17, 2017 1:49 pm

Re: Problems with GUI refresh on macOS

Post by TobaYn3 »

I'm sure that I'm doing something wrong, but at the moment I have absolutely no idea where to start searching.
I totally understand that you won't be able to track the problem without seeing code or being able to reconstruct the problem.
I will try to set up a sample project that shows the problem.
User avatar
doublemax
Moderator
Moderator
Posts: 19159
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Re: Problems with GUI refresh on macOS

Post by doublemax »

but at the moment I have absolutely no idea where to start searching.
The first step would be to just recreate the whole layout in a minimal sample. All the panels could be empty or just contain one dummy element, but the window hierarchy including sizers, splitters etc. should be identical.
Use the source, Luke!
TobaYn3
Earned a small fee
Earned a small fee
Posts: 11
Joined: Thu Aug 17, 2017 1:49 pm

Re: Problems with GUI refresh on macOS

Post by TobaYn3 »

Yes, I'll give it a try. Thanks!
Post Reply