I think that was already suggested in the other thread. From what I've read here, the solution with posting a custom event I find most appealing as you don't need a "sender" object for that.
Using a global object should work but at the same time violates some rules of good design, while the solution using events directly seems to be ok.
Bookmarks