Multimedia Guide and Reference


Debugging multimedia applications

To help debug, instead of bringing up a message box every time there is an error, you can add fields to your views that display error information as soon as the error occurs. Whenever there is an error, these fields are updated and you don't have a message box to interact with. One way to do this is to tear off the lastError attribute and display its error values as strings in a label or text view.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]