Not sure if this is the right place to post a Q like this. My problem occurs in XP when I add TXPManifest to the project. The problem is as follows.Before i enter a long process or loop i activeate an animation, but as soon as the process/loop starts the animation stops animating and once the process/loop is finnished it will animate again.
I know that if a had application.processmessage in the loop it will work but i do not want to use that. My other solution was to place the loop/process in a separate thread, allowing the animation to run uniterrupted in the main thread. this works fine but the only problem with that solution is that if the loop/process crashes i don't get a error message or an exception. So i then deceide to create the Tanimate inside a seperate thread and let it animate from there, but i was not very succefull with that. I also tried disableing XP themeing for the Tanimate but that does not work. I hope someone will be able to help me with this problem __________________________________________________ Delphi-Talk mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi-talk
