View Single Post
  #2  
Old 05-08-2008, 09:01 PM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
Quote:
Originally Posted by Robin View Post
Something like this would be greatly appriciated for both Clientside and Serverside:

PHP Code:
function onCreated() {
  
this.addEventListener("Timeout",function() {
    
sendtonc("2");
  });
  
setTimer(1);
}
function 
onTimeout() {
  
sendtonc("1");
}

// Would recieve:
// 1
// 2
// Simultaneously 
So do you have a good reason why we need to add another way to do catchevent()? Cause it seems like my consistency argument is going right over your head.

The ECMAScript thing isn't a good enough reason to redo how we catch events either.
__________________
Reply With Quote