trifox
|
 |
« on: November 18, 2009, 10:03:07 » |
|
hello,
i just wanted to let you know, that i use a modified "ApplicationFacade" always in my projects
the change i made has to do with the "sendNotification" functionality of the facade, i had often the cases, that notifications were send BEFORE another notification has received all its receivers ...
so, i had to supress dispatching of new notifications while a notification is under work ...
this modification has been used in nearly all projects, and if i started a project without this mod, after a few weeks errors occured because of that problem ...
in my opinion it would be good to define the sending of notifications somehow, either with a flag, or another base class for applicationfacade ...
just wanted to let ya know, i will continue using it
cheers ck
|