This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: raiseTimedEvent on ear with multiple warsnickarls Jan 25, 2008 8:19 AM (in response to baspet)Does it fire twice even if it's only included in one module? If it is really the same instance, you could add a boolean fired flag and something like if (!fired) { Events.... fired = true; }
- 
        2. Re: raiseTimedEvent on ear with multiple warsbaspet Jan 25, 2008 8:49 AM (in response to baspet)You are right, but fired should be declared static. 
 Thanks
 V.
 
    