Sorry, I omit to tell you my ideas:
1 - In a tabbed application one idea could be to unsubscribe to all the messages (that you don't want to be alerted) of the previous active tab, and subscribe the messages on the tab that will become active.
2 - In a multi windows application, the idea is similar to 1, but listening the activate/deactivate window event, and do the same subscribe/unsubscribe like idea 1
But what about if you have a couple of master-detail in the same view/window/tab?
Do you think there could be a generic way to handle all this cases?
↧