Skip to Content
0
Jun 08, 2011 at 12:39 PM

Message from UIElement message area being carried forward to another view.

32 Views

Hi Experts,

I have an application wherein I am using around 10 views. One of the views "xyz" is throwing a "warning" message that has been hardcoded in the application by me. This message gets called in a method that in turn gets called in the WDInit() of my view "xyz". Now, if i call any other view, this message gets displayed in the message area of that view. Ideally the message from the previous view i.e view xyz should get destroyed and should not get imposed on the next view's message area. Please let me know if I can somehow clear this message in the current view before navigating to the any other view.