View Single Post
  #5  
Old 05-03-2010, 10:06 PM
WhiteDragon WhiteDragon is offline
Banned
Join Date: Feb 2007
Posts: 1,002
WhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to behold
Quote:
Originally Posted by Inverness View Post
I tend to avoid calling event functions directly though.
Proper way to stay in the event model would be
PHP Code:
this.trigger("Timeout1"null); 
Reply With Quote