Raul, how are you trying to trigger these events? Are you
disconnecting from the Internet to trigger them?
Nils
On Aug 23, 9:06 pm, Raúl Uranga <
rura...@gmail.com> wrote:
> Hi Neils!
> i just extended the REOPS class but these methods never reached.
>
> override protected function _onCreateNetConnectionFault(
> event:NetConnectionFactoryEvent ):void
> {
> Log.error("onCreateNetConnectionFault");
> super._onCreateNetConnectionFault(event);
> dispatchEvent(new
> ConnectionErrorEvent(ConnectionErrorEvent.CONNECTION_FAIL));
> }
>
> override protected function _onReconnectAbandoned(event:Event):void
> {
> Log.error("onReconnectAbandoned");
> super._onReconnectAbandoned(event);
> dispatchEvent(new
> ConnectionErrorEvent(ConnectionErrorEvent.CONNECTION_FAIL));
> }
>
> i miss something??
>
>
>
>
>
> On Tue, Aug 17, 2010 at 1:08 PM, Raúl Uranga <
rura...@gmail.com> wrote:
> > Hey Nils!
> > i'll look into it.
> > Thanks for the answer.
>
> > On Tue, Aug 17, 2010 at 1:00 PM, turbidity <
nils.thingv...@gmail.com>wrote:
>
> >> Hi Raul,
>
> >> The ReconnectionManager class handles that stuff. You can extend it
> >> and get the net statuses off of that. Also, look for where REOPS uses
> >> the ReconnectionManager and you could probably tie in there.
>
> >> Nils
>
> >> On Aug 17, 11:46 am, raul <
rura...@gmail.com> wrote:
> >> > Hi!, how can i manage error handling?? you know, like connection is
> >> > lost.
> >> > or can't stablish a connection, connetion time out etc.
>
> >> --
> >> You received this message because you are subscribed to the Google Groups
> >> "reops" group.
> >> To post to this group, send email to
re...@googlegroups.com.
> >> To unsubscribe from this group, send email to
> >>
reops+un...@googlegroups.com <
reops%2Bunsu...@googlegroups.com>
> >> .