Ver Mensaje Individual
  #3 (permalink)  
Antiguo 05/09/2007, 04:09
eliseo
 
Fecha de Ingreso: noviembre-2003
Mensajes: 5
Antigüedad: 21 años, 2 meses
Puntos: 0
Re: Currando y no se como arreglar este error (SOY NUEVO LLEVO EN EL CURRO, SED BUENO

Antes de "preguntar" por la propiedad async, debes comprobar que no sea nulo tu objeto
Código:
if (__pendingCallbacks[i]!=null){
   if (!__pendingCallbacks[i].async) { 
       __synchronousCallBackIndex = -1;
   }
}else{
       __synchronousCallBackIndex = -1;
}
Pero no sé si es eso a lo que te refieres