Hi all
2 question.
1. I am playing full screen video, when I am starting, I set iStatusPane->MakeVisible(EFalse).
But it takes about 1-2 second after video already at full screen to disappear.
Tried to flush screen like this:
...
iStatusPane->MakeVisible(EFalse);
iMyWsSession().Flush();
...
Didnt helped.
2. while playing video the screen light goes out. is there any way to disable it?
( xept Timer + User::ResetInactivityTime() )
Thanks at advance.