tags:

views:

34

answers:

1

Hi,

I'm planning to design an exception notifier which in an XBAP application (Partial Trust). The exception notifier will be a user control. It will consist of a list box on the left side with all the error messages and a detailed explanation of that error message on the right hand side which will be another listbox (templated one)

I do not want to show this exceptio notifier everytime to the user. When there is an error/exception this hidden exception notifier must pop up from the bottom of my screen (Or from any direction) with some animation. Users can then have an option to close the exception notifier when they have finished viewing the message.

Any code sample will help me out.

Thanks, Jithu