Author Topic: un-minimize (restore) , which event  (Read 4038 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
un-minimize (restore) , which event
« on: January 03, 2006, 04:55:03 pm »
I am going to try to fix a bug, but need some extra information first. Probably some of you know these things by heart.
note : windows platform

Normal behaviour : when CB is minimized on the taskbar, and you click it overthere, it is restored. It is obvious some repaint event occured, or something translated into a repaint.

The bug : have a (saved) file open in CB, minimize CB. Modify that file outside of CB. CLick the minimized CB on the toolbar --> message box pops up : file modified -> click yes to reload it ====> CB stays minimized, it does not restore. It seems that the repaint event (or whatever) should be reposted or not be stopped that early.

So how does it actually works in wx with those kind of events ?

Lieven