Quoting John Christenhusz <[EMAIL PROTECTED]>:

> Hi Darren,
> 
> No, unfortunately I have not found any solution for this problem yet. I'll
> let you know if I have.
> 
> For the sake of any other interested readers, this was my question:
> 
> 
> I run an AVI, using TMediaPlayer having Display assigned to a panel.
> This works fine, but does anybody have any idea why the AVI gets deleted
> when I go over it with any other window? It wipes it like an erase rubber.

At a guess the screen with the AVI is not being redrawn when it becomes 
invalidated. Typically we only see this in applications that have internal 
loops that don't allow Windows a chance to redraw the screen. This is where 
usually you put in code like Application.ProcessMessages
---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to