Hi Folks

I have a delphi 2007 video jukebox application that has been working away quite 
happily for years.
However, since I turned desktop composition on, to prevent video tearing under 
Windows 7, the user
interface screen intermittently freezes. The application continues to run 
normally,
accepting keyboard input, playing videos etc. but all the user interface screen 
captions do
not update.

I've discovered the following brings my screen back to life.

form1. visible:=false;
application.processmessages;
form1.visible:=true;
I would love to know what causes the freeze and a way to detect if it has 
happened.

Very grateful for any ideas .

Thanks

Tim


_______________________________________________
Delphi mailing list
Delphi@elists.org
http://lists.elists.org/cgi-bin/mailman/listinfo/delphi

Reply via email to