Reply to thread

I was hoping to extend the current experiment by showing a real-time countdown to the channel change.

Using tvNotifyDlg.DoModal(), in the current implementation does not appear to support this ?


Also, to get the 'Pause on channel change' functionality working, I need to register for an OnChannelChanged() fired event.

Right now I implement a crude thread-yielding method with a timeout to wait for the channel change, with mixed results.

Switching from an HD channel to SD channel or vice-versa, struggles to pause correctly. If I could register for the official OnChannelChanged() event I could pause at the right time ?


Thanks.


Top Bottom