Kirix Support Forums

Flashing panes when one is hidden or shown

Please post all general questions, comments, bug reports, and any other wxAUI feedback here.

Flashing panes when one is hidden or shown

Postby zz.fugazi on Thu May 11, 2006 4:51 pm

All the panes managed by the wxAUI wxFrameManager seem to flash when I hide or show only one of them using the following

Code: Select all
               theFrameManager.GetPane(wxT("Filmstrip")).Hide();
               theFrameManager.Update();


Is there a way to prevent the flashing?
zz.fugazi
Registered User
 
Posts: 3
Joined: Thu May 04, 2006 10:20 am

Postby zz.fugazi on Thu May 11, 2006 5:14 pm

Sorry to bother you...I'm still learning wxWindows. Wrapping that snippet of code with Freeze() and Thaw() fixes the flashing.
zz.fugazi
Registered User
 
Posts: 3
Joined: Thu May 04, 2006 10:20 am

Return to wxAUI Questions, Thoughts & Feedback