Search found 4 matches

by edz.rama
Mon May 02, 2022 4:44 pm
Forum: Questions & Answers
Topic: .Net Assembly replacement for IE HTML activex
Replies: 17
Views: 1072512

Re: .Net Assembly replacement for IE HTML activex

Hi All,
I created a guide for installing AntView as well as sample components to show how to use it.
by edz.rama
Mon Sep 13, 2021 12:44 pm
Forum: Questions & Answers
Topic: Re-Captch Using V13
Replies: 5
Views: 12220

Re: Re-Captch Using V13

Hi,

Were you able to solve this?
If yes, can you provide the instruction on how to do it?

Thanks,
Eduardo
by edz.rama
Fri Jun 04, 2021 2:46 pm
Forum: Questions & Answers
Topic: How to check if offline or online (quickly)
Replies: 4
Views: 20856

Re: How to check if offline or online (quickly)

I was hoping there's a quick way to check if you can connect to the server or not but I guess the request timeout differs from browser to browser.
But this will be helpful to 'mimic' offline/online when testing. Thanks
by edz.rama
Fri May 28, 2021 10:53 am
Forum: Questions & Answers
Topic: How to check if offline or online (quickly)
Replies: 4
Views: 20856

How to check if offline or online (quickly)

I'm building an app with offline capability and I need a way to check quickly if I'm offline or not .
I'm currently using #SYS_WEB.online but it seem unreliable so I do a call to the server module and if it failed that means I'm offline.
It is working but it takes about 20 seconds so I want a ...