Activity log for bug #342722

Date Who What changed Old value New value Message
2009-03-14 10:38:46 Eyal Wiener bug added bug
2009-03-14 10:39:11 Eyal Wiener mb: status New Confirmed
2009-03-14 10:39:11 Eyal Wiener mb: importance Undecided High
2009-03-14 10:39:11 Eyal Wiener mb: statusexplanation
2009-04-21 20:30:42 Eyal Wiener tags gui
2009-04-23 20:55:25 Eyal Wiener mb: importance High Critical
2009-04-23 20:57:16 Eyal Wiener attachment added a screenshot of mighty box window stuck after standby http://launchpadlibrarian.net/25901289/stuck2.png
2009-04-27 14:17:13 Eyal Wiener description If i leave mb open while my laptop goes into stand by mode, when windows wakes up again, mb gui is stuck and does not respond. Check if this happens only while in debug mode in visual studio, or does it happen when mb runs as stand alone executable created by the "release" build mode. If i leave mb open while my laptop goes into stand by mode, when windows wakes up again, mb gui is stuck and does not respond. it seems the code keeps running, gui event happen behind the scenes, my code interracts with gui objects as usuall, but the gui is "frozen" and doesn't update. Update: When i resize the window the gui gets back to normal, and comes out of freeze state
2009-05-01 22:07:53 Eyal Wiener description If i leave mb open while my laptop goes into stand by mode, when windows wakes up again, mb gui is stuck and does not respond. it seems the code keeps running, gui event happen behind the scenes, my code interracts with gui objects as usuall, but the gui is "frozen" and doesn't update. Update: When i resize the window the gui gets back to normal, and comes out of freeze state If i leave mb open while my laptop goes into stand by mode, when windows wakes up again, mb gui is stuck and does not respond. it seems the code keeps running, gui event happen behind the scenes, my code interracts with gui objects as usuall, but the gui is "frozen" and doesn't update. Update: When i resize the window the gui gets back to normal, and comes out of freeze state Update: Seems to be related to layered windows in xp (AllowTransparency = True), more info in the links: http://social.msdn.microsoft.com/forums/en-US/wpf/thread/d55786cf-032b-4ba3-a998-48f5a59edad5/
2009-05-04 20:27:35 Eyal Wiener description If i leave mb open while my laptop goes into stand by mode, when windows wakes up again, mb gui is stuck and does not respond. it seems the code keeps running, gui event happen behind the scenes, my code interracts with gui objects as usuall, but the gui is "frozen" and doesn't update. Update: When i resize the window the gui gets back to normal, and comes out of freeze state Update: Seems to be related to layered windows in xp (AllowTransparency = True), more info in the links: http://social.msdn.microsoft.com/forums/en-US/wpf/thread/d55786cf-032b-4ba3-a998-48f5a59edad5/ If i leave MightyBox open while my laptop goes into stand by mode, when windows wakes up again, the gui is stuck and does not respond. it seems the code keeps running, gui events are fired behind the scenes, my code interacts with the gui objects as usual, but the gui is "frozen" and doesn't update.