Re: Method '~' of Object '~ (General questions)
Hi
I have checked the logs of my application, and have found out that this happens when the component disconnects from the XMPP server (gtalk in my case). This fires an event which i take and re-connect. Thats when it happens.
Event wodXMPP1_Disconnected: i call a function called GoOnline which is below:
Public Sub GoOnline()
Logger Logging into GoogleTalk as : & GoogleTalkID
'On Error Resume Next
wodXMPP1.Authentication = AuthAutomatic
wodXMPP1.AutoVisible = True
wodXMPP1.Blocking = True
wodXMPP1.Login = GoogleTalkID
wodXMPP1.Password = GoogleTalkPassword
wodXMPP1.Connect
wodXMPP1.SetStatus Online, Type: 'Q SYMBOL' to get live prices
End Sub
Hi,
Is there any chance we can duplicate this problem on our side?Are you able to duplicate it maybe using our samples?
Let us know how it goes.
Regards,
Drazen
Complete thread:
- Method '~' of Object '~' - shihabkhalil, 2010-12-17, 09:27
- Re: Method '~' of Object '~' - woddrazen, 2010-12-17, 09:33
- Re: Method '~' of Object '~ - shihabkhalil, 2010-12-17, 09:45
- Re: Method '~' of Ob - woddrazen, 2010-12-17, 12:00
- Re: Method '~ - Shihab, 2010-12-17, 13:13
- Re: Method - woddrazen, 2010-12-17, 13:17
- Re: Method '~ - Shihab, 2010-12-17, 13:13
- Re: Method '~' of Ob - woddrazen, 2010-12-17, 12:00
- Re: Method '~' of Object '~ - shihabkhalil, 2010-12-17, 09:45
- Re: Method '~' of Object '~' - woddrazen, 2010-12-17, 09:33